Qyoto
4.0.5
Qyoto is a C# language binding for Qt
|
The QPixmapCache::Key class can be used for efficient access to the QPixmapCache. More...
Public Member Functions | |
Key () | |
| |
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] |
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.
|
protected |
QtGui.QPixmapCache.Key.Key | ( | ) |
Constructs an empty Key object.
QtGui.QPixmapCache.Key.Key | ( | QPixmapCache.Key | other | ) |
Constructs an empty Key object.
|
virtual |
new void QtGui.QPixmapCache.Key.Dispose | ( | ) |
|
protected |
|
getset |