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 checkMarkOn();
75 static QPixmap checkMarkOff();
77 static QPixmap normalPkgConflict();
78 static QPixmap severePkgConflict();
79 static QPixmap unresolvablePkgConflict();
80 static QPixmap deletePkgConflict();
81 static QPixmap tabooPkgConflict();
82 static QPixmap selectPkgConflict();
84 static QPixmap treePlus();
85 static QPixmap treeMinus();
87 static QPixmap warningSign();
88 static QPixmap pkgSatisfied();
90 static QPixmap stepCurrent();
91 static QPixmap stepToDo();
92 static QPixmap stepDone();
94 static QPixmap tabRemove();
95 static QPixmap arrowLeft();
96 static QPixmap arrowRight();
97 static QPixmap arrowUp();
98 static QPixmap arrowDown();
133 QHash<const char**,QPixmap> _iconCache;
137 #endif // ifndef YQIconPool_h