KLocalImageCacheImplementation Class Reference
from PyKDE5.kguiaddons import *
Detailed Description
You are not supposed to use this class directly, use KImageCache instead
- Internal:
-
Method Documentation
__init__ |
( |
self, |
|
|
|
unsigned |
defaultCacheSize |
|
) |
|
|
|
bool findLocalPixmap |
( |
self, |
|
|
|
QString |
key, |
|
|
QPixmap |
destination |
|
) |
|
|
|
bool insertLocalPixmap |
( |
self, |
|
|
|
QString |
key, |
|
|
QPixmap |
pixmap |
|
) |
|
|
|
QDateTime lastModifiedTime |
( |
|
self ) |
|
int pixmapCacheLimit |
( |
|
self ) |
|
bool pixmapCaching |
( |
|
self ) |
|
QByteArray serializeImage |
( |
self, |
|
|
|
QImage |
image |
|
) |
|
|
|
setPixmapCacheLimit |
( |
self, |
|
|
|
int |
size |
|
) |
|
|
|
setPixmapCaching |
( |
self, |
|
|
|
bool |
enable |
|
) |
|
|
|
updateModifiedTime |
( |
|
self ) |
|