#include <mythwidgets.h>
Definition at line 41 of file 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=0) | |
| void | setHelpText (const QString &help) |
| void | setAcceptOnSelect (bool Accept) |
| void | setStep (int _step=1) |
| void | setAllowVirtualKeyboard (bool allowKbd=true) |
| void | setPopupPosition (PopupPosition pos) |
| PopupPosition | 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 | |
| VirtualKeyboard * | popup |
| QString | helptext |
| bool | AcceptOnSelect |
| bool | useVirtualKeyboard |
| bool | allowVirtualKeyboard |
| PopupPosition | popupPosition |
| int | step |
| MythComboBox::MythComboBox | ( | bool | rw, | |
| QWidget * | parent = 0, |
|||
| const char * | name = 0 | |||
| ) |
Definition at line 31 of file mythwidgets.cpp.
| MythComboBox::~MythComboBox | ( | ) | [protected, virtual] |
Definition at line 40 of file mythwidgets.cpp.
| void MythComboBox::setHelpText | ( | const QString & | help | ) |
Definition at line 56 of file mythwidgets.cpp.
Referenced by ComboBoxSetting::configWidget(), ImageSelectSetting::setHelpText(), and ComboBoxSetting::setHelpText().
| void MythComboBox::setAcceptOnSelect | ( | bool | Accept | ) | [inline] |
Definition at line 49 of file mythwidgets.h.
| void MythComboBox::setStep | ( | int | _step = 1 |
) | [inline] |
| void MythComboBox::setAllowVirtualKeyboard | ( | bool | allowKbd = true |
) | [inline] |
Definition at line 51 of file mythwidgets.h.
| void MythComboBox::setPopupPosition | ( | PopupPosition | pos | ) | [inline] |
Definition at line 53 of file mythwidgets.h.
| PopupPosition MythComboBox::getPopupPosition | ( | void | ) | [inline] |
| 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 45 of file mythwidgets.cpp.
| void MythComboBox::insertItem | ( | const QString & | item | ) | [inline, slot] |
Definition at line 63 of file mythwidgets.h.
Referenced by ComboBoxSetting::addSelection(), ProgLister::chooseView(), ImageSelectSetting::configWidget(), ComboBoxSetting::configWidget(), CustomEdit::CustomEdit(), CustomPriority::CustomPriority(), PhoneUIBox::doAddEntryPopup(), SmartPLCriteriaRow::editDate(), SmartPLCriteriaRow::fieldChanged(), focusOutEvent(), PlaybackBoxMusic::getInsertPLOptions(), SmartPLOrderByDialog::getOrderByFields(), SmartPlaylistDialog::getSmartPlaylistCategories(), SmartPlaylistEditor::getSmartPlaylistCategories(), UIManagedTreeListType::incSearchStart(), UIListBtnType::incSearchStart(), ManualSchedule::ManualSchedule(), ProgLister::powerEdit(), ZMConsole::showEditFunctionPopup(), SmartPlaylistEditor::SmartPlaylistEditor(), SmartPLCriteriaRow::SmartPLCriteriaRow(), and CustomEdit::storeClicked().
| void MythComboBox::Teardown | ( | void | ) | [protected] |
| void MythComboBox::keyPressEvent | ( | QKeyEvent * | e | ) | [protected, virtual] |
Definition at line 76 of file mythwidgets.cpp.
| void MythComboBox::focusInEvent | ( | QFocusEvent * | e | ) | [protected, virtual] |
Definition at line 146 of file mythwidgets.cpp.
| void MythComboBox::focusOutEvent | ( | QFocusEvent * | e | ) | [protected, virtual] |
Definition at line 161 of file mythwidgets.cpp.
| void MythComboBox::Init | ( | void | ) | [protected] |
| void MythComboBox::popupVirtualKeyboard | ( | void | ) | [protected, virtual] |
VirtualKeyboard* MythComboBox::popup [private] |
Definition at line 77 of file mythwidgets.h.
Referenced by keyPressEvent(), popupVirtualKeyboard(), and Teardown().
QString MythComboBox::helptext [private] |
bool MythComboBox::AcceptOnSelect [private] |
bool MythComboBox::useVirtualKeyboard [private] |
bool MythComboBox::allowVirtualKeyboard [private] |
PopupPosition MythComboBox::popupPosition [private] |
Definition at line 82 of file mythwidgets.h.
int MythComboBox::step [private] |
1.5.5