#include <mythwidgets.h>
Public Slots | |
| virtual void | deleteLater (void) |
| virtual void | setText (const QString &text) |
Signals | |
| void | changeHelpText (QString) |
Public Member Functions | |
| MythLineEdit (QWidget *parent=NULL, const char *name="MythLineEdit") | |
| MythLineEdit (const QString &text, QWidget *parent=NULL, const char *name="MythLineEdit") | |
| void | setHelpText (const QString &) |
| void | setRW (bool readwrite=true) |
| void | setRO () |
| void | setAllowVirtualKeyboard (bool allowKbd=true) |
| void | setPopupPosition (PopupPositionQt pos) |
| PopupPositionQt | getPopupPosition (void) |
| virtual QString | text () |
Protected Member Functions | |
| void | Teardown (void) |
| virtual | ~MythLineEdit () |
| virtual void | keyPressEvent (QKeyEvent *e) |
| virtual void | focusInEvent (QFocusEvent *e) |
| virtual void | focusOutEvent (QFocusEvent *e) |
| virtual void | hideEvent (QHideEvent *e) |
| virtual void | mouseDoubleClickEvent (QMouseEvent *e) |
| virtual void | popupVirtualKeyboard (void) |
Private Attributes | |
| VirtualKeyboardQt * | popup |
| QString | helptext |
| bool | rw |
| bool | useVirtualKeyboard |
| bool | allowVirtualKeyboard |
| PopupPositionQt | popupPosition |
Definition at line 141 of file mythwidgets.h.
| MythLineEdit::MythLineEdit | ( | QWidget * | parent = NULL, |
|
| const char * | name = "MythLineEdit" | |||
| ) |
Definition at line 430 of file mythwidgets.cpp.
| MythLineEdit::MythLineEdit | ( | const QString & | text, | |
| QWidget * | parent = NULL, |
|||
| const char * | name = "MythLineEdit" | |||
| ) |
Definition at line 441 of file mythwidgets.cpp.
| MythLineEdit::~MythLineEdit | ( | ) | [protected, virtual] |
Definition at line 453 of file mythwidgets.cpp.
| void MythLineEdit::setHelpText | ( | const QString & | help | ) |
Definition at line 536 of file mythwidgets.cpp.
Referenced by LineEditSetting::configWidget(), and LineEditSetting::setHelpText().
| void MythLineEdit::setRW | ( | bool | readwrite = true |
) | [inline] |
Definition at line 151 of file mythwidgets.h.
| void MythLineEdit::setRO | ( | ) | [inline] |
Definition at line 152 of file mythwidgets.h.
| void MythLineEdit::setAllowVirtualKeyboard | ( | bool | allowKbd = true |
) | [inline] |
Definition at line 153 of file mythwidgets.h.
| void MythLineEdit::setPopupPosition | ( | PopupPositionQt | pos | ) | [inline] |
Definition at line 159 of file mythwidgets.h.
| PopupPositionQt MythLineEdit::getPopupPosition | ( | void | ) | [inline] |
Definition at line 160 of file mythwidgets.h.
Referenced by VirtualKeyboardQt::SwitchLayout().
| QString MythLineEdit::text | ( | void | ) | [virtual] |
Definition at line 531 of file mythwidgets.cpp.
Referenced by ChannelImporter::ShowManualChannelPopup(), StorageGroupPopup::showPopup(), and RecordingProfilePopup::showPopup().
| void MythLineEdit::deleteLater | ( | void | ) | [virtual, slot] |
Definition at line 458 of file mythwidgets.cpp.
| void MythLineEdit::setText | ( | const QString & | text | ) | [virtual, slot] |
Definition at line 520 of file mythwidgets.cpp.
Referenced by LineEditSetting::configWidget(), ChannelImporter::ShowManualChannelPopup(), StorageGroupPopup::showPopup(), and RecordingProfilePopup::showPopup().
| void MythLineEdit::changeHelpText | ( | QString | ) | [signal] |
Referenced by focusInEvent(), and setHelpText().
| void MythLineEdit::Teardown | ( | void | ) | [protected] |
Definition at line 464 of file mythwidgets.cpp.
Referenced by deleteLater(), and ~MythLineEdit().
| void MythLineEdit::keyPressEvent | ( | QKeyEvent * | e | ) | [protected, virtual] |
Definition at line 480 of file mythwidgets.cpp.
| void MythLineEdit::focusInEvent | ( | QFocusEvent * | e | ) | [protected, virtual] |
Definition at line 544 of file mythwidgets.cpp.
| void MythLineEdit::focusOutEvent | ( | QFocusEvent * | e | ) | [protected, virtual] |
Definition at line 557 of file mythwidgets.cpp.
| void MythLineEdit::hideEvent | ( | QHideEvent * | e | ) | [protected, virtual] |
Definition at line 565 of file mythwidgets.cpp.
| void MythLineEdit::mouseDoubleClickEvent | ( | QMouseEvent * | e | ) | [protected, virtual] |
Definition at line 572 of file mythwidgets.cpp.
| void MythLineEdit::popupVirtualKeyboard | ( | void | ) | [protected, virtual] |
Definition at line 469 of file mythwidgets.cpp.
Referenced by keyPressEvent().
VirtualKeyboardQt* MythLineEdit::popup [private] |
Definition at line 183 of file mythwidgets.h.
Referenced by focusOutEvent(), hideEvent(), keyPressEvent(), popupVirtualKeyboard(), and Teardown().
QString MythLineEdit::helptext [private] |
Definition at line 184 of file mythwidgets.h.
Referenced by focusInEvent(), and setHelpText().
bool MythLineEdit::rw [private] |
Definition at line 185 of file mythwidgets.h.
Referenced by keyPressEvent().
bool MythLineEdit::useVirtualKeyboard [private] |
Definition at line 186 of file mythwidgets.h.
Referenced by keyPressEvent(), and MythLineEdit().
bool MythLineEdit::allowVirtualKeyboard [private] |
Definition at line 187 of file mythwidgets.h.
Referenced by keyPressEvent().
PopupPositionQt MythLineEdit::popupPosition [private] |
Definition at line 188 of file mythwidgets.h.
1.6.3