DtkGui
DTK Gui module
|
类 | |
struct | Frame |
Public 成员函数 | |
DDciIconImagePlayerPrivate (DDciIconImagePlayer *qq) | |
bool | initCurrent () |
bool | ensureCurrent () |
void | clearCache () |
void | setState (DDciIconImagePlayer::State newState) |
bool | reversed () const |
bool | hasCache (int imageIndex, int frameNumber) const |
bool | currentHasCache () const |
DDciIconImage & | currentImage () |
QVector< Frame > & | currentCache () |
Public 属性 | |
QVector< DDciIconImage > | images |
DDciIconPalette | palette |
DDciIconImagePlayer::State | state = DDciIconImagePlayer::NotRunning |
DDciIconImagePlayer::Flags | flags |
float | speed = 1.0 |
int | userLoopCount = 1 |
QVector< QVector< Frame > > | cachedFrames |
int | timerId = 0 |
int | loopCount = 1 |
int | current = 0 |
int | currentLoopCount = 0 |
int | currentFrameNumber = 0 |