C# Class Qyoto.QPixmapCache

Inheritance: Object, IDisposable
Mostrar archivo Open project: 0xd34df00d/Qross Class Usage Examples

Protected Properties

Property Type Description
interceptor SmokeInvocation

Public Methods

Method Description
CacheLimit ( ) : int
Clear ( ) : void
Dispose ( ) : void
Find ( string key ) : QPixmap
Find ( QPixmapCache key, QPixmap pixmap ) : bool
Find ( string key, QPixmap pixmap ) : bool
Insert ( QPixmap pixmap ) : QPixmapCache.Key
Insert ( string key, QPixmap pixmap ) : bool
Remove ( QPixmapCache key ) : void
Remove ( string key ) : void
Replace ( QPixmapCache key, QPixmap pixmap ) : bool
SetCacheLimit ( int arg1 ) : void

Protected Methods

Method Description
CreateProxy ( ) : void
QPixmapCache ( Type dummy ) : System

Private Methods

Method Description
QPixmapCache ( ) : System

Method Details

CacheLimit() public static method

public static CacheLimit ( ) : int
return int

Clear() public static method

public static Clear ( ) : void
return void

CreateProxy() protected method

protected CreateProxy ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

Find() public static method

public static Find ( string key ) : QPixmap
key string
return QPixmap

Find() public static method

public static Find ( QPixmapCache key, QPixmap pixmap ) : bool
key QPixmapCache
pixmap QPixmap
return bool

Find() public static method

public static Find ( string key, QPixmap pixmap ) : bool
key string
pixmap QPixmap
return bool

Insert() public static method

public static Insert ( QPixmap pixmap ) : QPixmapCache.Key
pixmap QPixmap
return QPixmapCache.Key

Insert() public static method

public static Insert ( string key, QPixmap pixmap ) : bool
key string
pixmap QPixmap
return bool

QPixmapCache() protected method

protected QPixmapCache ( Type dummy ) : System
dummy System.Type
return System

Remove() public static method

public static Remove ( QPixmapCache key ) : void
key QPixmapCache
return void

Remove() public static method

public static Remove ( string key ) : void
key string
return void

Replace() public static method

public static Replace ( QPixmapCache key, QPixmap pixmap ) : bool
key QPixmapCache
pixmap QPixmap
return bool

SetCacheLimit() public static method

public static SetCacheLimit ( int arg1 ) : void
arg1 int
return void

Property Details

interceptor protected_oe property

protected SmokeInvocation,Qyoto interceptor
return SmokeInvocation