
Public Types | |
| enum | LoaderResult { LoadingCompleted, MoreToCome } |
Public Member Functions | |
| IncrementalLoader (const Info &info) | |
| LoaderResult | loadStep () |
Private Types | |
| enum | State { LoadBackgroundPixmap, LoadButtonUpImage, LoadButtonDownImage, LoadButtonMasks, LoadButtonMask } |
Private Attributes | |
| Skin | m_skin |
| Info | m_info |
| State | m_currentState |
| uint | m_currentButton |
|
|
|
|
|
|
|
|
Definition at line 218 of file skin.cpp. References LoadBackgroundPixmap, and m_currentState. |
|
|
Definition at line 224 of file skin.cpp. References Skin::backgroundPixmap(), MediaWidget::GUIInfo::buttonCount, Skin::buttonDownImage(), MediaWidget::GUIInfo::buttonInfo, Skin::buttonMask(), Skin::buttonMaskImage(), Skin::buttonUpImage(), LoadBackgroundPixmap, LoadButtonDownImage, LoadButtonMask, LoadButtonMasks, LoadButtonUpImage, LoadingCompleted, m_currentButton, m_currentState, m_info, m_skin, MoreToCome, odebug, and oendl. Referenced by SkinLoader::timerEvent(). |
|
|
Definition at line 116 of file skin.h. Referenced by loadStep(). |
|
|
Definition at line 115 of file skin.h. Referenced by IncrementalLoader(), and loadStep(). |
|
|
Definition at line 114 of file skin.h. Referenced by loadStep(). |
|
|
Definition at line 113 of file skin.h. Referenced by loadStep(). |
1.4.2