#include <zmconsole.h>
Public Member Functions | |
| ZMConsole (MythScreenStack *parent) | |
| ~ZMConsole () | |
| bool | Create (void) |
| bool | keyPressEvent (QKeyEvent *) |
| Key event handler. | |
Private Slots | |
| void | updateTime () |
| void | updateStatus () |
| void | getDaemonStatus () |
| void | getMonitorStatus (void) |
| void | showEditFunctionPopup () |
| void | functionChanged (bool changed) |
Private Member Functions | |
| void | updateMonitorList () |
| void | setMonitorFunction (const QString &function, int enabled) |
Private Attributes | |
| int | m_currentMonitor |
| int | m_monitorListSize |
| std::vector< Monitor * > * | m_monitorList |
| MythUIButtonList * | m_monitor_list |
| MythUIText * | m_running_text |
| MythUIText * | m_status_text |
| MythUIText * | m_time_text |
| MythUIText * | m_date_text |
| MythUIText * | m_load_text |
| MythUIText * | m_disk_text |
| FunctionDialog * | m_functionDialog |
| MythScreenStack * | m_popupStack |
| QTimer * | m_timeTimer |
| QString | m_timeFormat |
| QString | m_daemonStatus |
| QString | m_cpuStat |
| QString | m_diskStat |
| QTimer * | m_updateTimer |
Definition at line 54 of file zmconsole.h.
| ZMConsole::ZMConsole | ( | MythScreenStack * | parent | ) |
Definition at line 115 of file zmconsole.cpp.
| ZMConsole::~ZMConsole | ( | ) |
Definition at line 137 of file zmconsole.cpp.
| bool ZMConsole::Create | ( | void | ) | [virtual] |
Reimplemented from MythScreenType.
Definition at line 145 of file zmconsole.cpp.
Referenced by runZMConsole().
| bool ZMConsole::keyPressEvent | ( | QKeyEvent * | ) | [virtual] |
Key event handler.
| event | Keypress event |
Reimplemented from MythScreenType.
Definition at line 236 of file zmconsole.cpp.
| void ZMConsole::updateTime | ( | void | ) | [private, slot] |
Definition at line 181 of file zmconsole.cpp.
Referenced by Create(), and ZMConsole().
| void ZMConsole::updateStatus | ( | void | ) | [private, slot] |
Definition at line 194 of file zmconsole.cpp.
Referenced by functionChanged(), and ZMConsole().
| void ZMConsole::getDaemonStatus | ( | void | ) | [private, slot] |
Definition at line 202 of file zmconsole.cpp.
Referenced by updateStatus().
| void ZMConsole::getMonitorStatus | ( | void | ) | [private, slot] |
Definition at line 224 of file zmconsole.cpp.
Referenced by updateStatus().
| void ZMConsole::showEditFunctionPopup | ( | ) | [private, slot] |
Definition at line 264 of file zmconsole.cpp.
Referenced by keyPressEvent().
| void ZMConsole::functionChanged | ( | bool | changed | ) | [private, slot] |
Definition at line 304 of file zmconsole.cpp.
Referenced by showEditFunctionPopup().
| void ZMConsole::updateMonitorList | ( | ) | [private] |
Definition at line 284 of file zmconsole.cpp.
Referenced by getMonitorStatus().
| void ZMConsole::setMonitorFunction | ( | const QString & | function, | |
| int | enabled | |||
| ) | [private] |
int ZMConsole::m_currentMonitor [private] |
Definition at line 77 of file zmconsole.h.
Referenced by showEditFunctionPopup(), and ZMConsole().
int ZMConsole::m_monitorListSize [private] |
Definition at line 78 of file zmconsole.h.
Referenced by ZMConsole().
std::vector<Monitor *>* ZMConsole::m_monitorList [private] |
Definition at line 79 of file zmconsole.h.
Referenced by getMonitorStatus(), showEditFunctionPopup(), updateMonitorList(), ZMConsole(), and ~ZMConsole().
MythUIButtonList* ZMConsole::m_monitor_list [private] |
Definition at line 81 of file zmconsole.h.
Referenced by Create(), and updateMonitorList().
MythUIText* ZMConsole::m_running_text [private] |
Definition at line 82 of file zmconsole.h.
MythUIText* ZMConsole::m_status_text [private] |
Definition at line 83 of file zmconsole.h.
Referenced by Create(), and getDaemonStatus().
MythUIText* ZMConsole::m_time_text [private] |
Definition at line 84 of file zmconsole.h.
Referenced by Create(), and updateTime().
MythUIText* ZMConsole::m_date_text [private] |
Definition at line 85 of file zmconsole.h.
Referenced by Create(), and updateTime().
MythUIText* ZMConsole::m_load_text [private] |
Definition at line 86 of file zmconsole.h.
Referenced by Create(), and getDaemonStatus().
MythUIText* ZMConsole::m_disk_text [private] |
Definition at line 87 of file zmconsole.h.
Referenced by Create(), and getDaemonStatus().
FunctionDialog* ZMConsole::m_functionDialog [private] |
Definition at line 89 of file zmconsole.h.
Referenced by showEditFunctionPopup(), and ZMConsole().
MythScreenStack* ZMConsole::m_popupStack [private] |
Definition at line 90 of file zmconsole.h.
Referenced by showEditFunctionPopup(), and ZMConsole().
QTimer* ZMConsole::m_timeTimer [private] |
Definition at line 92 of file zmconsole.h.
Referenced by Create(), ZMConsole(), and ~ZMConsole().
QString ZMConsole::m_timeFormat [private] |
Definition at line 93 of file zmconsole.h.
Referenced by updateTime(), and ZMConsole().
QString ZMConsole::m_daemonStatus [private] |
Definition at line 95 of file zmconsole.h.
Referenced by getDaemonStatus().
QString ZMConsole::m_cpuStat [private] |
Definition at line 96 of file zmconsole.h.
Referenced by getDaemonStatus().
QString ZMConsole::m_diskStat [private] |
Definition at line 97 of file zmconsole.h.
Referenced by getDaemonStatus().
QTimer* ZMConsole::m_updateTimer [private] |
Definition at line 99 of file zmconsole.h.
Referenced by Create(), updateStatus(), and ZMConsole().
1.6.3