MythTV  master
Public Member Functions | Static Public Attributes | Private Attributes | List of all members
ProgressUpdateEvent Class Reference

#include <libmythui/mythprogressdialog.h>

Inheritance diagram for ProgressUpdateEvent:
[legend]
Collaboration diagram for ProgressUpdateEvent:
[legend]

Public Member Functions

 ProgressUpdateEvent (uint count, uint total=0, QString message="")
 
 ~ProgressUpdateEvent () override
 
QString GetMessage ()
 
uint GetTotal () const
 
uint GetCount () const
 

Static Public Attributes

static const Type kEventType
 

Private Attributes

uint m_total {0}
 
uint m_count {0}
 
QString m_message
 

Detailed Description

Definition at line 16 of file mythprogressdialog.h.

Constructor & Destructor Documentation

◆ ProgressUpdateEvent()

ProgressUpdateEvent::ProgressUpdateEvent ( uint  count,
uint  total = 0,
QString  message = "" 
)
inlineexplicit

Definition at line 19 of file mythprogressdialog.h.

◆ ~ProgressUpdateEvent()

ProgressUpdateEvent::~ProgressUpdateEvent ( )
override

Definition at line 17 of file mythprogressdialog.cpp.

Member Function Documentation

◆ GetMessage()

QString ProgressUpdateEvent::GetMessage ( )
inline

Definition at line 24 of file mythprogressdialog.h.

◆ GetTotal()

uint ProgressUpdateEvent::GetTotal ( ) const
inline

Definition at line 25 of file mythprogressdialog.h.

◆ GetCount()

uint ProgressUpdateEvent::GetCount ( ) const
inline

Definition at line 26 of file mythprogressdialog.h.

Member Data Documentation

◆ kEventType

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

Definition at line 28 of file mythprogressdialog.h.

Referenced by MythUIProgressDialog::customEvent().

◆ m_total

uint ProgressUpdateEvent::m_total {0}
private

Definition at line 31 of file mythprogressdialog.h.

◆ m_count

uint ProgressUpdateEvent::m_count {0}
private

Definition at line 32 of file mythprogressdialog.h.

◆ m_message

QString ProgressUpdateEvent::m_message
private

Definition at line 33 of file mythprogressdialog.h.


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