#include </home/clem/local/src/opie/noncore/multimedia/opieplayer2/skin.h>
Collaboration diagram for Skin:

Public Member Functions | |
| Skin (const QString &name, const QString &fileNameInfix) | |
| Skin (const QString &fileNameInfix) | |
| ~Skin () | |
| bool | isCachable () const |
| void | setCachable (bool cachable) |
| QPixmap | backgroundPixmap () const |
| QImage | buttonUpImage () const |
| QImage | buttonDownImage () const |
| QImage | buttonMask (const MediaWidget::SkinButtonInfo *skinButtonInfo, uint buttonCount) const |
| QImage | buttonMaskImage (const QString &fileName) const |
Static Public Member Functions | |
| static QString | defaultSkinName () |
Private Member Functions | |
| void | init (const QString &name) |
| void | addButtonToMask (int tag, const QImage &maskImage) const |
| Skin (const Skin &) | |
| Skin & | operator= (const Skin &) |
Static Private Member Functions | |
| static QImage | loadImage (const QString &fileName) |
Private Attributes | |
| QString | m_fileNameInfix |
| QString | m_skinPath |
| bool | m_isCachable: 1 |
| SkinData * | d |
|
||||||||||||
|
Definition at line 71 of file skin.cpp. References init(). |
|
|
Definition at line 77 of file skin.cpp. References defaultSkinName(), and init(). |
|
|
Definition at line 83 of file skin.cpp. References d, m_fileNameInfix, m_isCachable, m_skinPath, and Singleton< SkinCache >::self(). |
|
|
|
|
||||||||||||
|
Definition at line 135 of file skin.cpp. References buttonMask(), SkinData::buttonMask, d, Opie::MM::dest, Opie::MM::x, and Opie::MM::y. Referenced by buttonMask(). |
|
|
Definition at line 98 of file skin.cpp. References SkinData::backgroundPixmap, d, loadImage(), and m_skinPath. Referenced by MediaWidget::loadSkin(), and SkinLoader::IncrementalLoader::loadStep(). |
|
|
Definition at line 112 of file skin.cpp. References SkinData::buttonDownImage, d, loadImage(), m_fileNameInfix, and m_skinPath. Referenced by MediaWidget::loadSkin(), and SkinLoader::IncrementalLoader::loadStep(). |
|
||||||||||||
|
Definition at line 119 of file skin.cpp. References addButtonToMask(), SkinData::buttonMask, buttonMaskImage(), buttonUpImage(), d, and i. Referenced by addButtonToMask(), SkinLoader::IncrementalLoader::loadStep(), and MediaWidget::setupButtons(). |
|
|
Definition at line 149 of file skin.cpp. References SkinData::buttonMasks, d, QString::fromLatin1(), loadImage(), m_fileNameInfix, and m_skinPath. Referenced by buttonMask(), SkinLoader::IncrementalLoader::loadStep(), and MediaWidget::setupButton(). |
|
|
Definition at line 105 of file skin.cpp. References SkinData::buttonUpImage, d, loadImage(), m_fileNameInfix, and m_skinPath. Referenced by buttonMask(), MediaWidget::loadSkin(), and SkinLoader::IncrementalLoader::loadStep(). |
|
|
Definition at line 160 of file skin.cpp. References Config::readEntry(), and Config::setGroup(). Referenced by SkinLoader::schedule(), and Skin(). |
|
|
Definition at line 91 of file skin.cpp. References d, m_fileNameInfix, m_isCachable, m_skinPath, and Singleton< SkinCache >::self(). Referenced by Skin(). |
|
|
Definition at line 41 of file skin.h. References m_isCachable. |
|
|
Definition at line 167 of file skin.cpp. References Opie::Core::OResource::findPixmap(). Referenced by backgroundPixmap(), buttonDownImage(), buttonMaskImage(), and buttonUpImage(). |
|
|
|
|
|
Definition at line 42 of file skin.h. References m_isCachable. Referenced by MediaWidget::loadDefaultSkin(). |
|
|
Definition at line 65 of file skin.h. Referenced by addButtonToMask(), backgroundPixmap(), buttonDownImage(), buttonMask(), buttonMaskImage(), buttonUpImage(), init(), and ~Skin(). |
|
|
Definition at line 61 of file skin.h. Referenced by buttonDownImage(), buttonMaskImage(), buttonUpImage(), init(), and ~Skin(). |
|
|
Definition at line 63 of file skin.h. Referenced by init(), isCachable(), setCachable(), and ~Skin(). |
|
|
Definition at line 62 of file skin.h. Referenced by backgroundPixmap(), buttonDownImage(), buttonMaskImage(), buttonUpImage(), init(), and ~Skin(). |
1.4.2