#include <mythwidgets.h>
Public Slots | |
| virtual void | deleteLater (void) |
| void | insertItem (const QString &item) |
Signals | |
| void | changeHelpText (QString) |
| void | accepted (int) |
| void | gotFocus () |
Public Member Functions | |
| MythComboBox (bool rw, QWidget *parent=0, const char *name="MythComboBox") | |
| void | setHelpText (const QString &help) |
| void | setAcceptOnSelect (bool Accept) |
| void | setStep (int _step=1) |
| void | setAllowVirtualKeyboard (bool allowKbd=true) |
| void | setPopupPosition (PopupPositionQt pos) |
| PopupPositionQt | getPopupPosition (void) |
Protected Member Functions | |
| void | Teardown (void) |
| virtual | ~MythComboBox () |
| virtual void | keyPressEvent (QKeyEvent *e) |
| virtual void | focusInEvent (QFocusEvent *e) |
| virtual void | focusOutEvent (QFocusEvent *e) |
| void | Init (void) |
| virtual void | popupVirtualKeyboard (void) |
Private Attributes | |
| VirtualKeyboardQt * | popup |
| QString | helptext |
| bool | AcceptOnSelect |
| bool | useVirtualKeyboard |
| bool | allowVirtualKeyboard |
| PopupPositionQt | popupPosition |
| int | step |
Definition at line 40 of file mythwidgets.h.
| MythComboBox::MythComboBox | ( | bool | rw, | |
| QWidget * | parent = 0, |
|||
| const char * | name = "MythComboBox" | |||
| ) |
Definition at line 33 of file mythwidgets.cpp.
| MythComboBox::~MythComboBox | ( | ) | [protected, virtual] |
Definition at line 44 of file mythwidgets.cpp.
| void MythComboBox::setHelpText | ( | const QString & | help | ) |
Definition at line 60 of file mythwidgets.cpp.
Referenced by ComboBoxSetting::configWidget(), and ComboBoxSetting::setHelpText().
| void MythComboBox::setAcceptOnSelect | ( | bool | Accept | ) | [inline] |
Definition at line 49 of file mythwidgets.h.
| void MythComboBox::setStep | ( | int | _step = 1 |
) | [inline] |
Definition at line 50 of file mythwidgets.h.
Referenced by ComboBoxSetting::configWidget().
| void MythComboBox::setAllowVirtualKeyboard | ( | bool | allowKbd = true |
) | [inline] |
Definition at line 51 of file mythwidgets.h.
| void MythComboBox::setPopupPosition | ( | PopupPositionQt | pos | ) | [inline] |
Definition at line 53 of file mythwidgets.h.
| PopupPositionQt MythComboBox::getPopupPosition | ( | void | ) | [inline] |
Definition at line 54 of file mythwidgets.h.
Referenced by VirtualKeyboardQt::SwitchLayout().
| void MythComboBox::changeHelpText | ( | QString | ) | [signal] |
Referenced by focusInEvent(), and setHelpText().
| void MythComboBox::accepted | ( | int | ) | [signal] |
Referenced by keyPressEvent().
| void MythComboBox::gotFocus | ( | ) | [signal] |
Referenced by focusInEvent().
| void MythComboBox::deleteLater | ( | void | ) | [virtual, slot] |
Definition at line 49 of file mythwidgets.cpp.
| void MythComboBox::insertItem | ( | const QString & | item | ) | [inline, slot] |
Definition at line 63 of file mythwidgets.h.
Referenced by ComboBoxSetting::addSelection(), ComboBoxSetting::configWidget(), ComboBoxSetting::editTextChanged(), and focusOutEvent().
| void MythComboBox::Teardown | ( | void | ) | [protected] |
Definition at line 55 of file mythwidgets.cpp.
Referenced by deleteLater(), and ~MythComboBox().
| void MythComboBox::keyPressEvent | ( | QKeyEvent * | e | ) | [protected, virtual] |
Definition at line 80 of file mythwidgets.cpp.
| void MythComboBox::focusInEvent | ( | QFocusEvent * | e | ) | [protected, virtual] |
Definition at line 165 of file mythwidgets.cpp.
| void MythComboBox::focusOutEvent | ( | QFocusEvent * | e | ) | [protected, virtual] |
Definition at line 182 of file mythwidgets.cpp.
| void MythComboBox::Init | ( | void | ) | [protected] |
| void MythComboBox::popupVirtualKeyboard | ( | void | ) | [protected, virtual] |
Definition at line 68 of file mythwidgets.cpp.
Referenced by keyPressEvent().
VirtualKeyboardQt* MythComboBox::popup [private] |
Definition at line 78 of file mythwidgets.h.
Referenced by keyPressEvent(), popupVirtualKeyboard(), and Teardown().
QString MythComboBox::helptext [private] |
Definition at line 79 of file mythwidgets.h.
Referenced by focusInEvent(), and setHelpText().
bool MythComboBox::AcceptOnSelect [private] |
Definition at line 80 of file mythwidgets.h.
Referenced by keyPressEvent().
bool MythComboBox::useVirtualKeyboard [private] |
Definition at line 81 of file mythwidgets.h.
Referenced by keyPressEvent(), and MythComboBox().
bool MythComboBox::allowVirtualKeyboard [private] |
Definition at line 82 of file mythwidgets.h.
Referenced by keyPressEvent().
PopupPositionQt MythComboBox::popupPosition [private] |
Definition at line 83 of file mythwidgets.h.
int MythComboBox::step [private] |
Definition at line 84 of file mythwidgets.h.
Referenced by keyPressEvent().
1.6.3