Qyoto  4.0.5
Qyoto is a C# language binding for Qt
 All Classes Namespaces Functions Variables Typedefs Enumerations 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 ()
 
 
 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.

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

Constructs an empty Key object.

Member Function Documentation

virtual void QtGui.QPixmapCache.Key.CreateProxy ( )
virtual
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