Public Attributes | |
QStringList | paths |
QMap< std::string, QPixmap > | xpmCache |
QMap< std::string, const char ** > | xpmMap |
Definition at line 64 of file BitmapFactory.cpp.
QStringList Gui::BitmapFactoryInstP::paths |
Definition at line 69 of file BitmapFactory.cpp.
Referenced by Gui::BitmapFactoryInst::addPath(), Gui::BitmapFactoryInst::findIconFiles(), Gui::BitmapFactoryInst::pixmap(), Gui::BitmapFactoryInst::pixmapFromSvg(), and Gui::BitmapFactoryInst::removePath().
QMap<std::string, QPixmap> Gui::BitmapFactoryInstP::xpmCache |
Definition at line 68 of file BitmapFactory.cpp.
Referenced by Gui::BitmapFactoryInst::addPixmapToCache(), Gui::BitmapFactoryInst::findPixmapInCache(), Gui::BitmapFactoryInst::pixmap(), and Gui::BitmapFactoryInst::pixmapNames().
QMap<std::string, const char**> Gui::BitmapFactoryInstP::xpmMap |
Definition at line 67 of file BitmapFactory.cpp.
Referenced by Gui::BitmapFactoryInst::addXPM(), Gui::BitmapFactoryInst::pixmap(), and Gui::BitmapFactoryInst::pixmapNames().