6 (QEvent::Type) QEvent::registerEventType();
11 m_haveNewMessage(
false), m_messageText(NULL)
13 if (!message.isEmpty())
64 for (
int i = 0; i < actions.size() && !handled; i++)
66 QString
action = actions[i];
69 if (action ==
"ESCAPE")
85 QString
LOC =
"ShowBusyPopup('" + message +
"') - ";
98 LOG(VB_GENERAL, LOG_ERR, LOC +
"no main window?");
104 LOG(VB_GENERAL, LOG_ERR, LOC +
"no popup stack? "
105 "Is there a MythThemeBase?");
121 m_total(0), m_count(0),
122 m_messageText(NULL), m_progressText(NULL), m_progressBar(NULL)
147 for (
int i = 0; i < actions.size() && !handled; i++)
149 QString
action = actions[i];
152 if (action ==
"ESCAPE")
174 LOG(VB_GENERAL, LOG_ERR,
175 "Error, event claims to be a progress update but fails "
181 if (!message.isEmpty())
219 LOG(VB_GENERAL, LOG_ERR, QString(
"Progress count (%1) is higher "