Public Member Functions | |
| ImageLoadEvent (const MythUIImage *parent, MythImage *image, const QString &basefile, const QString &filename, int number, bool aborted) | |
| ImageLoadEvent (const MythUIImage *parent, AnimationFrames *frames, const QString &basefile, const QString &filename, bool aborted) | |
| const MythUIImage * | GetParent () const |
| MythImage * | GetImage () const |
| const QString | GetBasefile () const |
| const QString | GetFilename () const |
| const int | GetNumber () const |
| AnimationFrames * | GetAnimationFrames () const |
| const bool | GetAbortState () const |
Static Public Attributes | |
| static Type | kEventType |
Private Attributes | |
| const MythUIImage * | m_parent |
| MythImage * | m_image |
| QString | m_basefile |
| QString | m_filename |
| int | m_number |
| AnimationFrames * | m_images |
| bool | m_aborted |
Definition at line 399 of file mythuiimage.cpp.
| ImageLoadEvent::ImageLoadEvent | ( | const MythUIImage * | parent, | |
| MythImage * | image, | |||
| const QString & | basefile, | |||
| const QString & | filename, | |||
| int | number, | |||
| bool | aborted | |||
| ) | [inline] |
Definition at line 402 of file mythuiimage.cpp.
| ImageLoadEvent::ImageLoadEvent | ( | const MythUIImage * | parent, | |
| AnimationFrames * | frames, | |||
| const QString & | basefile, | |||
| const QString & | filename, | |||
| bool | aborted | |||
| ) | [inline] |
Definition at line 410 of file mythuiimage.cpp.
| const MythUIImage* ImageLoadEvent::GetParent | ( | ) | const [inline] |
Definition at line 418 of file mythuiimage.cpp.
Referenced by MythUIImage::customEvent().
| MythImage* ImageLoadEvent::GetImage | ( | ) | const [inline] |
Definition at line 419 of file mythuiimage.cpp.
Referenced by MythUIImage::customEvent().
| const QString ImageLoadEvent::GetBasefile | ( | ) | const [inline] |
Definition at line 420 of file mythuiimage.cpp.
Referenced by MythUIImage::customEvent().
| const QString ImageLoadEvent::GetFilename | ( | void | ) | const [inline] |
Definition at line 421 of file mythuiimage.cpp.
Referenced by MythUIImage::customEvent().
| const int ImageLoadEvent::GetNumber | ( | ) | const [inline] |
Definition at line 422 of file mythuiimage.cpp.
Referenced by MythUIImage::customEvent().
| AnimationFrames* ImageLoadEvent::GetAnimationFrames | ( | ) | const [inline] |
Definition at line 423 of file mythuiimage.cpp.
Referenced by MythUIImage::customEvent().
| const bool ImageLoadEvent::GetAbortState | ( | ) | const [inline] |
Definition at line 424 of file mythuiimage.cpp.
Referenced by MythUIImage::customEvent().
QEvent::Type ImageLoadEvent::kEventType [static] |
(QEvent::Type) QEvent::registerEventType()
Definition at line 426 of file mythuiimage.cpp.
Referenced by MythUIImage::customEvent().
const MythUIImage* ImageLoadEvent::m_parent [private] |
Definition at line 429 of file mythuiimage.cpp.
Referenced by GetParent().
MythImage* ImageLoadEvent::m_image [private] |
Definition at line 430 of file mythuiimage.cpp.
Referenced by GetImage().
QString ImageLoadEvent::m_basefile [private] |
Definition at line 431 of file mythuiimage.cpp.
Referenced by GetBasefile().
QString ImageLoadEvent::m_filename [private] |
Definition at line 432 of file mythuiimage.cpp.
Referenced by GetFilename().
int ImageLoadEvent::m_number [private] |
Definition at line 433 of file mythuiimage.cpp.
Referenced by GetNumber().
AnimationFrames* ImageLoadEvent::m_images [private] |
Definition at line 436 of file mythuiimage.cpp.
Referenced by GetAnimationFrames().
bool ImageLoadEvent::m_aborted [private] |
Definition at line 439 of file mythuiimage.cpp.
Referenced by GetAbortState().
1.6.3