|
MythTV
0.26-pre
|
#include <zmconsole.h>
Signals | |
| void | haveResult (bool) |
Public Member Functions | |
| FunctionDialog (MythScreenStack *parent, Monitor *monitor) | |
| bool | Create () |
Private Slots | |
| void | setMonitorFunction (void) |
Private Attributes | |
| Monitor * | m_monitor |
| MythUIText * | m_captionText |
| MythUIButtonList * | m_functionList |
| MythUICheckBox * | m_enabledCheck |
| MythUIButton * | m_okButton |
Definition at line 31 of file zmconsole.h.
| FunctionDialog::FunctionDialog | ( | MythScreenStack * | parent, |
| Monitor * | monitor | ||
| ) |
Definition at line 34 of file zmconsole.cpp.
| bool FunctionDialog::Create | ( | void | ) | [virtual] |
Reimplemented from MythScreenType.
Definition at line 41 of file zmconsole.cpp.
Referenced by ZMConsole::showEditFunctionPopup().
| void FunctionDialog::haveResult | ( | bool | ) | [signal] |
Referenced by setMonitorFunction().
| void FunctionDialog::setMonitorFunction | ( | void | ) | [private, slot] |
Definition at line 85 of file zmconsole.cpp.
Referenced by Create().
Monitor* FunctionDialog::m_monitor [private] |
Definition at line 47 of file zmconsole.h.
Referenced by Create(), and setMonitorFunction().
MythUIText* FunctionDialog::m_captionText [private] |
Definition at line 48 of file zmconsole.h.
Referenced by Create().
MythUIButtonList* FunctionDialog::m_functionList [private] |
Definition at line 49 of file zmconsole.h.
Referenced by Create(), and setMonitorFunction().
MythUICheckBox* FunctionDialog::m_enabledCheck [private] |
Definition at line 50 of file zmconsole.h.
Referenced by Create(), and setMonitorFunction().
MythUIButton* FunctionDialog::m_okButton [private] |
Definition at line 51 of file zmconsole.h.
Referenced by Create().
1.7.6.1