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 438 of file mythuiimage.cpp.
|
inline |
Definition at line 441 of file mythuiimage.cpp.
|
inline |
Definition at line 449 of file mythuiimage.cpp.
|
inline |
Definition at line 457 of file mythuiimage.cpp.
|
inline |
Definition at line 458 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.
|
static |
Definition at line 465 of file mythuiimage.cpp.
Referenced by MythUIImage::customEvent().
|
private |
Definition at line 468 of file mythuiimage.cpp.
Referenced by GetParent().
|
private |
Definition at line 469 of file mythuiimage.cpp.
Referenced by GetImage().
|
private |
Definition at line 470 of file mythuiimage.cpp.
Referenced by GetBasefile().
|
private |
Definition at line 471 of file mythuiimage.cpp.
Referenced by GetFilename().
|
private |
Definition at line 472 of file mythuiimage.cpp.
Referenced by GetNumber().
|
private |
Definition at line 475 of file mythuiimage.cpp.
Referenced by GetAnimationFrames().
|
private |
Definition at line 478 of file mythuiimage.cpp.
Referenced by GetAbortState().