#include <mythprogressdialog.h>
Public Member Functions | |
| MythUIBusyDialog (const QString &message, MythScreenStack *parent, const char *name) | |
| bool | Create (void) |
| bool | keyPressEvent (QKeyEvent *event) |
| Key event handler. | |
| void | SetMessage (const QString &message) |
| void | Reset (void) |
| Reset the widget to it's original state, should not reset changes made by the theme. | |
| virtual void | Pulse (void) |
| Pulse is called 70 times a second to trigger a single frame of an animation. | |
Protected Attributes | |
| QString | m_origMessage |
| QString | m_message |
| bool | m_haveNewMessage |
| QString | m_newMessage |
| QMutex | m_newMessageLock |
| MythUIText * | m_messageText |
Definition at line 30 of file mythprogressdialog.h.
| MythUIBusyDialog::MythUIBusyDialog | ( | const QString & | message, | |
| MythScreenStack * | parent, | |||
| const char * | name | |||
| ) |
Definition at line 8 of file mythprogressdialog.cpp.
| bool MythUIBusyDialog::Create | ( | void | ) | [virtual] |
Reimplemented from MythScreenType.
Definition at line 21 of file mythprogressdialog.cpp.
Referenced by VideoDialog::createBusyDialog(), TreeEditor::createBusyDialog(), GeneralSetupWizard::CreateBusyDialog(), SearchEditor::createBusyDialog(), MetadataOptions::CreateBusyDialog(), NetTree::createBusyDialog(), NetSearch::createBusyDialog(), GameUI::createBusyDialog(), EditMetadataDialog::createBusyDialog(), LocationDialog::doSearch(), SourceManager::findScripts(), RecordingSelector::Init(), GrabberSettings::Load(), loadMusic(), MythWebView::openBusyPopup(), MythScreenType::OpenBusyPopup(), GameHandler::processGames(), MusicData::reloadMusic(), RunVideoScreen(), FileScanner::SearchDir(), ShowBusyPopup(), ImportMusicDialog::startScan(), and MythBurn::updateArchiveList().
| bool MythUIBusyDialog::keyPressEvent | ( | QKeyEvent * | ) | [virtual] |
Key event handler.
| event | Keypress event |
Reimplemented from MythScreenType.
Definition at line 60 of file mythprogressdialog.cpp.
| void MythUIBusyDialog::SetMessage | ( | const QString & | message | ) |
Definition at line 34 of file mythprogressdialog.cpp.
Referenced by Reset(), and MythScreenType::SetBusyPopupMessage().
| void MythUIBusyDialog::Reset | ( | void | ) | [virtual] |
Reset the widget to it's original state, should not reset changes made by the theme.
Reimplemented from MythUIType.
Definition at line 42 of file mythprogressdialog.cpp.
Referenced by MythScreenType::ResetBusyPopup().
| void MythUIBusyDialog::Pulse | ( | void | ) | [virtual] |
Pulse is called 70 times a second to trigger a single frame of an animation.
This changes the alpha value of the widget
Reimplemented from MythUIType.
Definition at line 47 of file mythprogressdialog.cpp.
QString MythUIBusyDialog::m_origMessage [protected] |
Definition at line 45 of file mythprogressdialog.h.
Referenced by MythUIBusyDialog(), and Reset().
QString MythUIBusyDialog::m_message [protected] |
Definition at line 46 of file mythprogressdialog.h.
Referenced by Create(), MythUIBusyDialog(), and Pulse().
bool MythUIBusyDialog::m_haveNewMessage [protected] |
Definition at line 47 of file mythprogressdialog.h.
Referenced by MythUIBusyDialog(), Pulse(), and SetMessage().
QString MythUIBusyDialog::m_newMessage [protected] |
Definition at line 48 of file mythprogressdialog.h.
Referenced by Pulse(), and SetMessage().
QMutex MythUIBusyDialog::m_newMessageLock [protected] |
Definition at line 49 of file mythprogressdialog.h.
Referenced by Pulse(), and SetMessage().
MythUIText* MythUIBusyDialog::m_messageText [protected] |
Definition at line 51 of file mythprogressdialog.h.
Referenced by Create(), MythUIBusyDialog(), and Pulse().
1.6.3