MythTV
master
|
Public Member Functions | |
ImageLoadEvent (const MythUIImage *parent, MythImage *image, QString basefile, QString filename, int number, bool aborted) | |
ImageLoadEvent (const MythUIImage *parent, AnimationFrames *frames, QString basefile, QString filename, bool aborted) | |
const MythUIImage * | GetParent () const |
MythImage * | GetImage () const |
QString | GetBasefile () const |
QString | GetFilename () const |
int | GetNumber () const |
AnimationFrames * | GetAnimationFrames () const |
bool | GetAbortState () const |
Static Public Attributes | |
static const Type | kEventType |
Private Attributes | |
const MythUIImage * | m_parent {nullptr} |
MythImage * | m_image {nullptr} |
QString | m_basefile |
QString | m_filename |
int | m_number {0} |
AnimationFrames * | m_images {nullptr} |
bool | m_aborted |
Definition at line 440 of file mythuiimage.cpp.
|
inline |
Definition at line 443 of file mythuiimage.cpp.
|
inline |
Definition at line 451 of file mythuiimage.cpp.
|
inline |
Definition at line 459 of file mythuiimage.cpp.
|
inline |
Definition at line 460 of file mythuiimage.cpp.
|
inline |
Definition at line 461 of file mythuiimage.cpp.
|
inline |
Definition at line 462 of file mythuiimage.cpp.
|
inline |
Definition at line 463 of file mythuiimage.cpp.
|
inline |
Definition at line 464 of file mythuiimage.cpp.
|
inline |
Definition at line 465 of file mythuiimage.cpp.
|
static |
Definition at line 467 of file mythuiimage.cpp.
Referenced by MythUIImage::customEvent().
|
private |
Definition at line 470 of file mythuiimage.cpp.
Referenced by GetParent().
|
private |
Definition at line 471 of file mythuiimage.cpp.
Referenced by GetImage().
|
private |
Definition at line 472 of file mythuiimage.cpp.
Referenced by GetBasefile().
|
private |
Definition at line 473 of file mythuiimage.cpp.
Referenced by GetFilename().
|
private |
Definition at line 474 of file mythuiimage.cpp.
Referenced by GetNumber().
|
private |
Definition at line 477 of file mythuiimage.cpp.
Referenced by GetAnimationFrames().
|
private |
Definition at line 480 of file mythuiimage.cpp.
Referenced by GetAbortState().