![]() |
Qt 6.x
The Qt SDK
|
Public Member Functions | |
QFrameInfo (bool endMark) | |
QFrameInfo () | |
QFrameInfo (QPixmap &&pixmap, int delay) | |
bool | isValid () |
bool | isEndMarker () |
Static Public Member Functions | |
static QFrameInfo | endMarker () |
Public Attributes | |
QPixmap | pixmap |
int | delay |
bool | endMark |
Definition at line 159 of file qmovie.cpp.
|
inline |
Definition at line 165 of file qmovie.cpp.
|
inline |
Definition at line 169 of file qmovie.cpp.
Referenced by endMarker().
|
inline |
Definition at line 173 of file qmovie.cpp.
|
inlinestatic |
Definition at line 185 of file qmovie.cpp.
References QFrameInfo().
Referenced by QMoviePrivate::infoForFrame().
|
inline |
Definition at line 182 of file qmovie.cpp.
References endMark.
|
inline |
Definition at line 177 of file qmovie.cpp.
References delay, endMark, QPixmap::isNull(), pixmap, and QMOVIE_INVALID_DELAY.
int QFrameInfo::delay |
Definition at line 163 of file qmovie.cpp.
Referenced by isValid().
bool QFrameInfo::endMark |
Definition at line 164 of file qmovie.cpp.
Referenced by isEndMarker(), and isValid().
QPixmap QFrameInfo::pixmap |
Definition at line 162 of file qmovie.cpp.
Referenced by isValid().