35 static QPixmap pkgAutoDel();
36 static QPixmap pkgAutoInstall();
37 static QPixmap pkgAutoUpdate();
38 static QPixmap pkgDel();
39 static QPixmap pkgInstall();
40 static QPixmap pkgKeepInstalled();
41 static QPixmap pkgNoInst();
42 static QPixmap pkgProtected();
43 static QPixmap pkgTaboo();
44 static QPixmap pkgUpdate();
46 static QPixmap disabledPkgAutoDel();
47 static QPixmap disabledPkgAutoInstall();
48 static QPixmap disabledPkgAutoUpdate();
49 static QPixmap disabledPkgDel();
50 static QPixmap disabledPkgInstall();
51 static QPixmap disabledPkgKeepInstalled();
52 static QPixmap disabledPkgNoInst();
53 static QPixmap disabledPkgProtected();
54 static QPixmap disabledPkgTaboo();
55 static QPixmap disabledPkgUpdate();
57 static QPixmap normalPkgConflict();
59 static QPixmap treePlus();
60 static QPixmap treeMinus();
62 static QPixmap warningSign();
63 static QPixmap pkgSatisfied();
65 static QPixmap tabRemove();
66 static QPixmap arrowLeft();
67 static QPixmap arrowRight();
68 static QPixmap arrowDown();
83 QPixmap
cachedIcon(
const QString icon_name,
const bool enabled );
90 QPixmap
loadIcon(
const QString icon_name,
const bool enabled );
111 QHash< const QString, QPixmap > _iconCache;
Definition YQIconPool.h:32
QPixmap loadIcon(const QString icon_name, const bool enabled)
Definition YQIconPool.cc:124
static YQIconPool * iconPool()
Definition YQIconPool.cc:77
QPixmap cachedIcon(const QString icon_name, const bool enabled)
Definition YQIconPool.cc:99