Qyoto  4.0.7
Qyoto is a C# language binding for Qt
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties
QtGui.QPixmapCache.Key Class Reference

The QPixmapCache::Key class can be used for efficient access to the QPixmapCache. More...

Inheritance diagram for QtGui.QPixmapCache.Key:
Collaboration diagram for QtGui.QPixmapCache.Key:

Public Member Functions

 Key ()
  More...
 
 Key (QPixmapCache.Key other)
 
virtual void CreateProxy ()
 
new void Dispose ()
 

Protected Member Functions

 Key (System.Type dummy)
 

Protected Attributes

SmokeInvocation interceptor
 

Properties

virtual System.IntPtr SmokeObject [get, set]
 

Detailed Description

The QPixmapCache::Key class can be used for efficient access to the QPixmapCache.

Use QPixmapCache::insert() to receive an instance of Key generated by the pixmap cache. You can store the key in your own objects for a very efficient one-to-one object-to-pixmap mapping.

Constructor & Destructor Documentation

QtGui.QPixmapCache.Key.Key ( System.Type  dummy)
protected
QtGui.QPixmapCache.Key.Key ( )

Constructs an empty Key object.

Here is the call graph for this function:

QtGui.QPixmapCache.Key.Key ( QPixmapCache.Key  other)

Here is the call graph for this function:

Member Function Documentation

virtual void QtGui.QPixmapCache.Key.CreateProxy ( )
virtual

Here is the caller graph for this function:

new void QtGui.QPixmapCache.Key.Dispose ( )

Member Data Documentation

SmokeInvocation QtGui.QPixmapCache.Key.interceptor
protected

Property Documentation

virtual System.IntPtr QtGui.QPixmapCache.Key.SmokeObject
getset