#include <libmythui/mythprogressdialog.h>
Definition at line 16 of file mythprogressdialog.h.
◆ ProgressUpdateEvent()
ProgressUpdateEvent::ProgressUpdateEvent |
( |
uint |
count, |
|
|
uint |
total = 0 , |
|
|
QString |
message = "" |
|
) |
| |
|
inlineexplicit |
◆ ~ProgressUpdateEvent()
ProgressUpdateEvent::~ProgressUpdateEvent |
( |
| ) |
|
|
override |
◆ GetMessage()
QString ProgressUpdateEvent::GetMessage |
( |
| ) |
|
|
inline |
◆ GetTotal()
uint ProgressUpdateEvent::GetTotal |
( |
| ) |
const |
|
inline |
◆ GetCount()
uint ProgressUpdateEvent::GetCount |
( |
| ) |
const |
|
inline |
◆ kEventType
const QEvent::Type ProgressUpdateEvent::kEventType |
|
static |
◆ m_total
uint ProgressUpdateEvent::m_total {0} |
|
private |
◆ m_count
uint ProgressUpdateEvent::m_count {0} |
|
private |
◆ m_message
QString ProgressUpdateEvent::m_message |
|
private |
The documentation for this class was generated from the following files: