#include <mythwidgets.h>
Definition at line 135 of file 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 *widgetName=0) | |
| MythLineEdit (const QString &text, QWidget *p=NULL, const char *name=0) | |
| void | setHelpText (const QString &) |
| void | setRW (bool readwrite=true) |
| void | setRO () |
| void | setAllowVirtualKeyboard (bool allowKbd=true) |
| void | setPopupPosition (PopupPosition pos) |
| PopupPosition | 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 | |
| VirtualKeyboard * | popup |
| QString | helptext |
| bool | rw |
| bool | useVirtualKeyboard |
| bool | allowVirtualKeyboard |
| PopupPosition | popupPosition |
| MythLineEdit::MythLineEdit | ( | QWidget * | parent = NULL, |
|
| const char * | widgetName = 0 | |||
| ) |
Definition at line 428 of file mythwidgets.cpp.
| MythLineEdit::MythLineEdit | ( | const QString & | text, | |
| QWidget * | p = NULL, |
|||
| const char * | name = 0 | |||
| ) |
Definition at line 438 of file mythwidgets.cpp.
| MythLineEdit::~MythLineEdit | ( | ) | [protected, virtual] |
Definition at line 449 of file mythwidgets.cpp.
| void MythLineEdit::setHelpText | ( | const QString & | help | ) |
Definition at line 531 of file mythwidgets.cpp.
Referenced by LineEditSetting::configWidget(), LineEditSetting::setHelpText(), and BookmarksConfig::setupView().
| void MythLineEdit::setRW | ( | bool | readwrite = true |
) | [inline] |
Definition at line 143 of file mythwidgets.h.
Referenced by SearchDialog::SearchDialog(), and BookmarksConfig::setupView().
| void MythLineEdit::setRO | ( | ) | [inline] |
Definition at line 144 of file mythwidgets.h.
| void MythLineEdit::setAllowVirtualKeyboard | ( | bool | allowKbd = true |
) | [inline] |
Definition at line 145 of file mythwidgets.h.
Referenced by MythMultiPasswordDialog::MythMultiPasswordDialog(), and MythPasswordDialog::MythPasswordDialog().
| void MythLineEdit::setPopupPosition | ( | PopupPosition | pos | ) | [inline] |
| PopupPosition MythLineEdit::getPopupPosition | ( | void | ) | [inline] |
| QString MythLineEdit::text | ( | void | ) | [virtual] |
Definition at line 526 of file mythwidgets.cpp.
Referenced by PhoneUIBox::dialUrlVideo(), PhoneUIBox::dialUrlVoice(), UIManagedTreeListType::incSearchStart(), UIListBtnType::incSearchStart(), ManualBox::refreshTimeout(), PlaybackBox::setRecGroup(), PlaybackBox::setRecTitle(), MythPopupBox::showPasswordPopup(), StorageGroupPopup::showPopup(), RecordingProfilePopup::showPopup(), PlaybackBox::showRecGroupPasswordChanger(), ManualBox::startClicked(), ManualBox::timeout(), and BookmarksConfig::~BookmarksConfig().
| void MythLineEdit::deleteLater | ( | void | ) | [virtual, slot] |
Definition at line 454 of file mythwidgets.cpp.
| void MythLineEdit::setText | ( | const QString & | text | ) | [virtual, slot] |
Definition at line 515 of file mythwidgets.cpp.
Referenced by LineEditSetting::configWidget(), PhoneUIBox::doUrlPopup(), UIManagedTreeListType::incSearchStart(), UIListBtnType::incSearchStart(), PlaybackBox::recGroupChangerListBoxChanged(), ManualBox::refreshTimeout(), BookmarksConfig::setupView(), StorageGroupPopup::showPopup(), RecordingProfilePopup::showPopup(), PlaybackBox::showRecGroupChanger(), PlaybackBox::showRecGroupPasswordChanger(), and PlaybackBox::showRecTitleChanger().
| void MythLineEdit::changeHelpText | ( | QString | ) | [signal] |
Referenced by focusInEvent(), and setHelpText().
| void MythLineEdit::Teardown | ( | void | ) | [protected] |
| void MythLineEdit::keyPressEvent | ( | QKeyEvent * | e | ) | [protected, virtual] |
Definition at line 476 of file mythwidgets.cpp.
| void MythLineEdit::focusInEvent | ( | QFocusEvent * | e | ) | [protected, virtual] |
Definition at line 539 of file mythwidgets.cpp.
| void MythLineEdit::focusOutEvent | ( | QFocusEvent * | e | ) | [protected, virtual] |
Definition at line 549 of file mythwidgets.cpp.
| void MythLineEdit::hideEvent | ( | QHideEvent * | e | ) | [protected, virtual] |
Definition at line 557 of file mythwidgets.cpp.
| void MythLineEdit::mouseDoubleClickEvent | ( | QMouseEvent * | e | ) | [protected, virtual] |
Definition at line 564 of file mythwidgets.cpp.
| void MythLineEdit::popupVirtualKeyboard | ( | void | ) | [protected, virtual] |
VirtualKeyboard* MythLineEdit::popup [private] |
Definition at line 171 of file mythwidgets.h.
Referenced by focusOutEvent(), hideEvent(), keyPressEvent(), popupVirtualKeyboard(), and Teardown().
QString MythLineEdit::helptext [private] |
bool MythLineEdit::rw [private] |
bool MythLineEdit::useVirtualKeyboard [private] |
bool MythLineEdit::allowVirtualKeyboard [private] |
PopupPosition MythLineEdit::popupPosition [private] |
Definition at line 176 of file mythwidgets.h.
1.5.5