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 439 of file mythuiimage.cpp.
|
inline |
Definition at line 442 of file mythuiimage.cpp.
|
inline |
Definition at line 450 of file mythuiimage.cpp.
|
inline |
Definition at line 464 of file mythuiimage.cpp.
|
inline |
Definition at line 463 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 459 of file mythuiimage.cpp.
|
inline |
Definition at line 462 of file mythuiimage.cpp.
|
inline |
Definition at line 458 of file mythuiimage.cpp.
|
static |
Definition at line 466 of file mythuiimage.cpp.
Referenced by MythUIImage::customEvent().
|
private |
Definition at line 479 of file mythuiimage.cpp.
Referenced by GetAbortState().
|
private |
Definition at line 471 of file mythuiimage.cpp.
Referenced by GetBasefile().
|
private |
Definition at line 472 of file mythuiimage.cpp.
Referenced by GetFilename().
|
private |
Definition at line 470 of file mythuiimage.cpp.
Referenced by GetImage().
|
private |
Definition at line 476 of file mythuiimage.cpp.
Referenced by GetAnimationFrames().
|
private |
Definition at line 473 of file mythuiimage.cpp.
Referenced by GetNumber().
|
private |
Definition at line 469 of file mythuiimage.cpp.
Referenced by GetParent().