MythTV  master
Public Member Functions | Static Public Attributes | Private Attributes | List of all members
ImageLoadEvent Class Reference
Inheritance diagram for ImageLoadEvent:
Inheritance graph
[legend]
Collaboration diagram for ImageLoadEvent:
Collaboration graph
[legend]

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 MythUIImageGetParent () const
 
MythImageGetImage () const
 
QString GetBasefile () const
 
QString GetFilename () const
 
int GetNumber () const
 
AnimationFramesGetAnimationFrames () const
 
bool GetAbortState () const
 

Static Public Attributes

static const Type kEventType
 

Private Attributes

const MythUIImagem_parent {nullptr}
 
MythImagem_image {nullptr}
 
QString m_basefile
 
QString m_filename
 
int m_number {0}
 
AnimationFramesm_images {nullptr}
 
bool m_aborted
 

Detailed Description

Definition at line 438 of file mythuiimage.cpp.

Constructor & Destructor Documentation

◆ ImageLoadEvent() [1/2]

ImageLoadEvent::ImageLoadEvent ( const MythUIImage parent,
MythImage image,
QString  basefile,
QString  filename,
int  number,
bool  aborted 
)
inline

Definition at line 441 of file mythuiimage.cpp.

◆ ImageLoadEvent() [2/2]

ImageLoadEvent::ImageLoadEvent ( const MythUIImage parent,
AnimationFrames frames,
QString  basefile,
QString  filename,
bool  aborted 
)
inline

Definition at line 449 of file mythuiimage.cpp.

Member Function Documentation

◆ GetParent()

const MythUIImage* ImageLoadEvent::GetParent ( ) const
inline

Definition at line 457 of file mythuiimage.cpp.

◆ GetImage()

MythImage* ImageLoadEvent::GetImage ( ) const
inline

Definition at line 458 of file mythuiimage.cpp.

◆ GetBasefile()

QString ImageLoadEvent::GetBasefile ( ) const
inline

Definition at line 459 of file mythuiimage.cpp.

◆ GetFilename()

QString ImageLoadEvent::GetFilename ( ) const
inline

Definition at line 460 of file mythuiimage.cpp.

◆ GetNumber()

int ImageLoadEvent::GetNumber ( ) const
inline

Definition at line 461 of file mythuiimage.cpp.

◆ GetAnimationFrames()

AnimationFrames* ImageLoadEvent::GetAnimationFrames ( ) const
inline

Definition at line 462 of file mythuiimage.cpp.

◆ GetAbortState()

bool ImageLoadEvent::GetAbortState ( ) const
inline

Definition at line 463 of file mythuiimage.cpp.

Member Data Documentation

◆ kEventType

const QEvent::Type ImageLoadEvent::kEventType
static
Initial value:
=
(QEvent::Type) QEvent::registerEventType()

Definition at line 465 of file mythuiimage.cpp.

Referenced by MythUIImage::customEvent().

◆ m_parent

const MythUIImage* ImageLoadEvent::m_parent {nullptr}
private

Definition at line 468 of file mythuiimage.cpp.

Referenced by GetParent().

◆ m_image

MythImage* ImageLoadEvent::m_image {nullptr}
private

Definition at line 469 of file mythuiimage.cpp.

Referenced by GetImage().

◆ m_basefile

QString ImageLoadEvent::m_basefile
private

Definition at line 470 of file mythuiimage.cpp.

Referenced by GetBasefile().

◆ m_filename

QString ImageLoadEvent::m_filename
private

Definition at line 471 of file mythuiimage.cpp.

Referenced by GetFilename().

◆ m_number

int ImageLoadEvent::m_number {0}
private

Definition at line 472 of file mythuiimage.cpp.

Referenced by GetNumber().

◆ m_images

AnimationFrames* ImageLoadEvent::m_images {nullptr}
private

Definition at line 475 of file mythuiimage.cpp.

Referenced by GetAnimationFrames().

◆ m_aborted

bool ImageLoadEvent::m_aborted
private

Definition at line 478 of file mythuiimage.cpp.

Referenced by GetAbortState().


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