Qt 4.8
|
Public Functions | |
bool | isEndMarker () |
bool | isValid () |
QFrameInfo (bool endMark) | |
QFrameInfo () | |
QFrameInfo (const QPixmap &pixmap, int delay) | |
Static Public Functions | |
static QFrameInfo | endMarker () |
Public Variables | |
int | delay |
bool | endMark |
QPixmap | pixmap |
Definition at line 227 of file qmovie.cpp.
|
inline |
Definition at line 233 of file qmovie.cpp.
|
inline |
Definition at line 237 of file qmovie.cpp.
Referenced by endMarker().
|
inline |
Definition at line 241 of file qmovie.cpp.
|
inlinestatic |
|
inline |
|
inline |
Definition at line 245 of file qmovie.cpp.
Referenced by QMoviePrivate::next().
int QFrameInfo::delay |
Definition at line 231 of file qmovie.cpp.
Referenced by QMoviePrivate::next().
bool QFrameInfo::endMark |
Definition at line 232 of file qmovie.cpp.
Referenced by isEndMarker().
QPixmap QFrameInfo::pixmap |
Definition at line 230 of file qmovie.cpp.
Referenced by QMoviePrivate::next().