#include <YQIconPool.h>
Static Public Member Functions | |
static QPixmap | pkgAutoDel () |
static QPixmap | pkgAutoInstall () |
static QPixmap | pkgAutoUpdate () |
static QPixmap | pkgDel () |
static QPixmap | pkgInstall () |
static QPixmap | pkgKeepInstalled () |
static QPixmap | pkgNoInst () |
static QPixmap | pkgProtected () |
static QPixmap | pkgSelAutoDel () |
static QPixmap | pkgSelAutoInstall () |
static QPixmap | pkgSelAutoUpdate () |
static QPixmap | pkgTaboo () |
static QPixmap | pkgUpdate () |
static QPixmap | disabledPkgAutoDel () |
static QPixmap | disabledPkgAutoInstall () |
static QPixmap | disabledPkgAutoUpdate () |
static QPixmap | disabledPkgDel () |
static QPixmap | disabledPkgInstall () |
static QPixmap | disabledPkgKeepInstalled () |
static QPixmap | disabledPkgNoInst () |
static QPixmap | disabledPkgProtected () |
static QPixmap | disabledPkgSelAutoDel () |
static QPixmap | disabledPkgSelAutoInstall () |
static QPixmap | disabledPkgSelAutoUpdate () |
static QPixmap | disabledPkgTaboo () |
static QPixmap | disabledPkgUpdate () |
static QPixmap | checkMarkOn () |
static QPixmap | checkMarkOff () |
static QPixmap | normalPkgConflict () |
static QPixmap | severePkgConflict () |
static QPixmap | unresolvablePkgConflict () |
static QPixmap | deletePkgConflict () |
static QPixmap | tabooPkgConflict () |
static QPixmap | selectPkgConflict () |
Protected Member Functions | |
QPixmap | cachedIcon (const char **xpm_data) |
Static Protected Member Functions | |
static YQIconPool * | iconPool () |
Private Member Functions | |
YQIconPool () | |
virtual | ~YQIconPool () |
Private Attributes | |
QPtrDict< QPixmap > | _iconCache |
Static Private Attributes | |
static YQIconPool * | _iconPool = 0 |
|
( Private! ) Constructor Singleton object - use the static methods only! |
|
Destructor |
|
Return the cached icon for 'xpm_data' ( an included XPM file ). If the icon isn't in the cache yet, create it and store it in the cache. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Return the global icon pool. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|