52 static QPixmap pkgAutoDel();
53 static QPixmap pkgAutoInstall();
54 static QPixmap pkgAutoUpdate();
55 static QPixmap pkgDel();
56 static QPixmap pkgInstall();
57 static QPixmap pkgKeepInstalled();
58 static QPixmap pkgNoInst();
59 static QPixmap pkgProtected();
60 static QPixmap pkgTaboo();
61 static QPixmap pkgUpdate();
63 static QPixmap disabledPkgAutoDel();
64 static QPixmap disabledPkgAutoInstall();
65 static QPixmap disabledPkgAutoUpdate();
66 static QPixmap disabledPkgDel();
67 static QPixmap disabledPkgInstall();
68 static QPixmap disabledPkgKeepInstalled();
69 static QPixmap disabledPkgNoInst();
70 static QPixmap disabledPkgProtected();
71 static QPixmap disabledPkgTaboo();
72 static QPixmap disabledPkgUpdate();
74 static QPixmap normalPkgConflict();
76 static QPixmap treePlus();
77 static QPixmap treeMinus();
79 static QPixmap warningSign();
80 static QPixmap pkgSatisfied();
82 static QPixmap tabRemove();
83 static QPixmap arrowLeft();
84 static QPixmap arrowRight();
85 static QPixmap arrowDown();
100 QPixmap
cachedIcon(
const QString icon_name,
const bool enabled );
107 QPixmap
loadIcon(
const QString icon_name,
const bool enabled );
128 QHash< const QString, QPixmap > _iconCache;
132 #endif // ifndef YQIconPool_h static YQIconPool * iconPool()
Return the global icon pool.
QPixmap cachedIcon(const QString icon_name, const bool enabled)
Return the cached icon for 'icon_name'.
QPixmap loadIcon(const QString icon_name, const bool enabled)
Load the icon for 'icon_name' from the icon theme or, if that fails, from the compiled-in icons (usin...