Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
QFrameInfo Class Reference
+ Collaboration diagram for QFrameInfo:

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
 

Detailed Description

Definition at line 159 of file qmovie.cpp.

Constructor & Destructor Documentation

◆ QFrameInfo() [1/3]

QFrameInfo::QFrameInfo ( bool  endMark)
inline

Definition at line 165 of file qmovie.cpp.

◆ QFrameInfo() [2/3]

QFrameInfo::QFrameInfo ( )
inline

Definition at line 169 of file qmovie.cpp.

Referenced by endMarker().

+ Here is the caller graph for this function:

◆ QFrameInfo() [3/3]

QFrameInfo::QFrameInfo ( QPixmap &&  pixmap,
int  delay 
)
inline

Definition at line 173 of file qmovie.cpp.

Member Function Documentation

◆ endMarker()

static QFrameInfo QFrameInfo::endMarker ( )
inlinestatic

Definition at line 185 of file qmovie.cpp.

References QFrameInfo().

Referenced by QMoviePrivate::infoForFrame().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ isEndMarker()

bool QFrameInfo::isEndMarker ( )
inline

Definition at line 182 of file qmovie.cpp.

References endMark.

◆ isValid()

bool QFrameInfo::isValid ( )
inline

Definition at line 177 of file qmovie.cpp.

References delay, endMark, QPixmap::isNull(), pixmap, and QMOVIE_INVALID_DELAY.

+ Here is the call graph for this function:

Member Data Documentation

◆ delay

int QFrameInfo::delay

Definition at line 163 of file qmovie.cpp.

Referenced by isValid().

◆ endMark

bool QFrameInfo::endMark

Definition at line 164 of file qmovie.cpp.

Referenced by isEndMarker(), and isValid().

◆ pixmap

QPixmap QFrameInfo::pixmap

Definition at line 162 of file qmovie.cpp.

Referenced by isValid().


The documentation for this class was generated from the following file: