|
MythTV
0.26-pre
|
#include <mythprogressdialog.h>
Public Member Functions | |
| MythUIProgressDialog (const QString &message, MythScreenStack *parent, const char *name) | |
| bool | Create (void) |
| bool | keyPressEvent (QKeyEvent *event) |
| Key event handler. | |
| void | customEvent (QEvent *event) |
| void | SetTotal (uint total) |
| void | SetProgress (uint count) |
| void | SetMessage (const QString &message) |
Protected Member Functions | |
| void | UpdateProgress (void) |
Protected Attributes | |
| QString | m_message |
| uint | m_total |
| uint | m_count |
| MythUIText * | m_messageText |
| MythUIText * | m_progressText |
| MythUIProgressBar * | m_progressBar |
Definition at line 54 of file mythprogressdialog.h.
| MythUIProgressDialog::MythUIProgressDialog | ( | const QString & | message, |
| MythScreenStack * | parent, | ||
| const char * | name | ||
| ) |
Definition at line 119 of file mythprogressdialog.cpp.
Referenced by VideoScanner::doScan(), and GameScanner::doScan().
| bool MythUIProgressDialog::Create | ( | void | ) | [virtual] |
Reimplemented from MythScreenType.
Definition at line 128 of file mythprogressdialog.cpp.
Referenced by FileScanner::cleanDB(), MythNews::createProgress(), GameHandler::CreateProgress(), VideoScanner::doScan(), GameScanner::doScan(), ImportIconsWizard::initialLoad(), VideoSetupWizard::initProgressDialog(), NetSearch::initProgressDialog(), NetTree::initProgressDialog(), FileScanner::ScanArtwork(), FileScanner::ScanMusic(), and FileScanner::SearchDir().
| bool MythUIProgressDialog::keyPressEvent | ( | QKeyEvent * | ) | [virtual] |
Key event handler.
| event | Keypress event |
Reimplemented from MythScreenType.
Definition at line 143 of file mythprogressdialog.cpp.
| void MythUIProgressDialog::customEvent | ( | QEvent * | event | ) | [virtual] |
Reimplemented from MythUIType.
Definition at line 167 of file mythprogressdialog.cpp.
| void MythUIProgressDialog::SetTotal | ( | uint | total | ) |
Definition at line 192 of file mythprogressdialog.cpp.
Referenced by FileScanner::cleanDB(), VideoSetupWizard::customEvent(), NetSearch::customEvent(), NetTree::customEvent(), MythNews::getHttpFile(), ImportIconsWizard::initialLoad(), GameHandler::processGames(), FileScanner::ScanArtwork(), FileScanner::ScanMusic(), FileScanner::SearchDir(), GameHandler::UpdateGameDB(), and GameHandler::VerifyGameDB().
| void MythUIProgressDialog::SetProgress | ( | uint | count | ) |
Definition at line 198 of file mythprogressdialog.cpp.
Referenced by GameHandler::buildFileList(), FileScanner::cleanDB(), VideoSetupWizard::customEvent(), NetSearch::customEvent(), NetTree::customEvent(), MythNews::getHttpFile(), ImportIconsWizard::initialLoad(), FileScanner::ScanArtwork(), FileScanner::ScanMusic(), FileScanner::SearchDir(), GameHandler::UpdateGameDB(), and GameHandler::VerifyGameDB().
| void MythUIProgressDialog::SetMessage | ( | const QString & | message | ) |
Definition at line 204 of file mythprogressdialog.cpp.
Referenced by VideoSetupWizard::customEvent(), NetSearch::customEvent(), NetTree::customEvent(), and ImportIconsWizard::initialLoad().
| void MythUIProgressDialog::UpdateProgress | ( | void | ) | [protected] |
Definition at line 210 of file mythprogressdialog.cpp.
Referenced by customEvent(), SetMessage(), SetProgress(), and SetTotal().
QString MythUIProgressDialog::m_message [protected] |
Definition at line 71 of file mythprogressdialog.h.
Referenced by Create(), customEvent(), MythUIProgressDialog(), SetMessage(), and UpdateProgress().
uint MythUIProgressDialog::m_total [protected] |
Definition at line 72 of file mythprogressdialog.h.
Referenced by customEvent(), MythUIProgressDialog(), SetTotal(), and UpdateProgress().
uint MythUIProgressDialog::m_count [protected] |
Definition at line 73 of file mythprogressdialog.h.
Referenced by customEvent(), MythUIProgressDialog(), SetProgress(), and UpdateProgress().
MythUIText* MythUIProgressDialog::m_messageText [protected] |
Definition at line 75 of file mythprogressdialog.h.
Referenced by Create(), MythUIProgressDialog(), and UpdateProgress().
MythUIText* MythUIProgressDialog::m_progressText [protected] |
Definition at line 76 of file mythprogressdialog.h.
Referenced by Create(), and UpdateProgress().
MythUIProgressBar* MythUIProgressDialog::m_progressBar [protected] |
Definition at line 77 of file mythprogressdialog.h.
Referenced by Create(), and UpdateProgress().
1.7.6.1