|
MythTV
0.26-pre
|
#include <bookmarkmanager.h>
Public Member Functions | |
| BrowserConfig (MythScreenStack *parent, const char *name=0) | |
| ~BrowserConfig () | |
| bool | Create (void) |
| bool | keyPressEvent (QKeyEvent *) |
| Key event handler. | |
Private Slots | |
| void | slotSave (void) |
| void | slotFocusChanged (void) |
Private Attributes | |
| MythUITextEdit * | m_commandEdit |
| MythUITextEdit * | m_zoomEdit |
| MythUIText * | m_descriptionText |
| MythUIText * | m_titleText |
| MythUICheckBox * | m_enablePluginsCheck |
| MythUIButton * | m_okButton |
| MythUIButton * | m_cancelButton |
Definition at line 32 of file bookmarkmanager.h.
| BrowserConfig::BrowserConfig | ( | MythScreenStack * | parent, |
| const char * | name = 0 |
||
| ) |
Definition at line 26 of file bookmarkmanager.cpp.
Definition at line 90 of file bookmarkmanager.cpp.
| bool BrowserConfig::Create | ( | void | ) | [virtual] |
Reimplemented from MythScreenType.
Definition at line 35 of file bookmarkmanager.cpp.
Referenced by mythplugin_config().
| bool BrowserConfig::keyPressEvent | ( | QKeyEvent * | ) | [virtual] |
Key event handler.
| event | Keypress event |
Reimplemented from MythScreenType.
Definition at line 111 of file bookmarkmanager.cpp.
| void BrowserConfig::slotSave | ( | void | ) | [private, slot] |
Definition at line 94 of file bookmarkmanager.cpp.
Referenced by Create().
| void BrowserConfig::slotFocusChanged | ( | void | ) | [private, slot] |
Definition at line 124 of file bookmarkmanager.cpp.
Referenced by Create().
MythUITextEdit* BrowserConfig::m_commandEdit [private] |
Definition at line 45 of file bookmarkmanager.h.
Referenced by Create(), slotFocusChanged(), and slotSave().
MythUITextEdit* BrowserConfig::m_zoomEdit [private] |
Definition at line 46 of file bookmarkmanager.h.
Referenced by Create(), slotFocusChanged(), and slotSave().
MythUIText* BrowserConfig::m_descriptionText [private] |
Definition at line 48 of file bookmarkmanager.h.
Referenced by Create(), and slotFocusChanged().
MythUIText* BrowserConfig::m_titleText [private] |
Definition at line 49 of file bookmarkmanager.h.
Referenced by Create().
Definition at line 50 of file bookmarkmanager.h.
Referenced by Create(), slotFocusChanged(), and slotSave().
MythUIButton* BrowserConfig::m_okButton [private] |
Definition at line 52 of file bookmarkmanager.h.
Referenced by Create(), and slotFocusChanged().
MythUIButton* BrowserConfig::m_cancelButton [private] |
Definition at line 53 of file bookmarkmanager.h.
Referenced by Create(), and slotFocusChanged().
1.7.6.1