Свойство | Тип | Описание | |
---|---|---|---|
interceptor |
Метод | Описание | |
---|---|---|
CacheLimit ( ) : int | ||
Clear ( ) : void | ||
Dispose ( ) : void | ||
Find ( string key ) : |
||
Find ( |
||
Find ( string key, |
||
Insert ( |
||
Insert ( string key, |
||
Remove ( |
||
Remove ( string key ) : void | ||
Replace ( |
||
SetCacheLimit ( int arg1 ) : void |
Метод | Описание | |
---|---|---|
CreateProxy ( ) : void | ||
QPixmapCache ( |
Метод | Описание | |
---|---|---|
QPixmapCache ( ) : System |
public static Find ( string key ) : |
||
key | string | |
Результат |
public static Find ( |
||
key | ||
pixmap | ||
Результат | bool |
public static Find ( string key, |
||
key | string | |
pixmap | ||
Результат | bool |
public static Insert ( |
||
pixmap | ||
Результат |
public static Insert ( string key, |
||
key | string | |
pixmap | ||
Результат | bool |
protected QPixmapCache ( |
||
dummy | ||
Результат | System |
public static Remove ( |
||
key | ||
Результат | void |
public static Remove ( string key ) : void | ||
key | string | |
Результат | void |
public static Replace ( |
||
key | ||
pixmap | ||
Результат | bool |
public static SetCacheLimit ( int arg1 ) : void | ||
arg1 | int | |
Результат | void |