#include <mythprogressdialog.h>
Public Member Functions | |
| ProgressUpdateEvent (uint count, uint total=0, QString message="") | |
| QString | GetMessage () |
| uint | GetTotal () |
| uint | GetCount () |
Static Public Attributes | |
| static Type | kEventType |
Private Attributes | |
| uint | m_total |
| uint | m_count |
| QString | m_message |
Definition at line 11 of file mythprogressdialog.h.
| ProgressUpdateEvent::ProgressUpdateEvent | ( | uint | count, | |
| uint | total = 0, |
|||
| QString | message = "" | |||
| ) | [inline] |
Definition at line 14 of file mythprogressdialog.h.
| QString ProgressUpdateEvent::GetMessage | ( | ) | [inline] |
Definition at line 18 of file mythprogressdialog.h.
Referenced by MythUIProgressDialog::customEvent().
| uint ProgressUpdateEvent::GetTotal | ( | ) | [inline] |
Definition at line 19 of file mythprogressdialog.h.
Referenced by MythUIProgressDialog::customEvent().
| uint ProgressUpdateEvent::GetCount | ( | void | ) | [inline] |
Definition at line 20 of file mythprogressdialog.h.
Referenced by MythUIProgressDialog::customEvent().
QEvent::Type ProgressUpdateEvent::kEventType [static] |
(QEvent::Type) QEvent::registerEventType()
Definition at line 22 of file mythprogressdialog.h.
Referenced by MythUIProgressDialog::customEvent().
uint ProgressUpdateEvent::m_total [private] |
Definition at line 25 of file mythprogressdialog.h.
uint ProgressUpdateEvent::m_count [private] |
Definition at line 26 of file mythprogressdialog.h.
QString ProgressUpdateEvent::m_message [private] |
Definition at line 27 of file mythprogressdialog.h.
1.6.3