|
MythTV
0.27pre
|
#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.
|
protectedvirtual |
Definition at line 453 of file mythwidgets.cpp.
| void MythLineEdit::setHelpText | ( | const QString & | help | ) |
Definition at line 536 of file mythwidgets.cpp.
Definition at line 151 of file mythwidgets.h.
|
inline |
Definition at line 152 of file mythwidgets.h.
Definition at line 153 of file mythwidgets.h.
|
inline |
Definition at line 159 of file mythwidgets.h.
|
inline |
Definition at line 160 of file mythwidgets.h.
Referenced by VirtualKeyboardQt::SwitchLayout().
|
virtual |
Definition at line 531 of file mythwidgets.cpp.
Referenced by ChannelImporter::ShowManualChannelPopup(), StorageGroupPopup::showPopup(), and RecordingProfilePopup::showPopup().
Definition at line 458 of file mythwidgets.cpp.
|
virtualslot |
Definition at line 520 of file mythwidgets.cpp.
Referenced by ChannelImporter::ShowManualChannelPopup(), StorageGroupPopup::showPopup(), and RecordingProfilePopup::showPopup().
|
signal |
Referenced by focusInEvent(), and setHelpText().
Definition at line 464 of file mythwidgets.cpp.
Referenced by deleteLater(), and ~MythLineEdit().
|
protectedvirtual |
Definition at line 480 of file mythwidgets.cpp.
|
protectedvirtual |
Definition at line 544 of file mythwidgets.cpp.
|
protectedvirtual |
Definition at line 557 of file mythwidgets.cpp.
|
protectedvirtual |
Definition at line 565 of file mythwidgets.cpp.
|
protectedvirtual |
Definition at line 572 of file mythwidgets.cpp.
Definition at line 469 of file mythwidgets.cpp.
Referenced by keyPressEvent().
|
private |
Definition at line 183 of file mythwidgets.h.
Referenced by focusOutEvent(), hideEvent(), keyPressEvent(), popupVirtualKeyboard(), and Teardown().
|
private |
Definition at line 184 of file mythwidgets.h.
Referenced by focusInEvent(), and setHelpText().
|
private |
Definition at line 185 of file mythwidgets.h.
Referenced by keyPressEvent().
|
private |
Definition at line 186 of file mythwidgets.h.
Referenced by keyPressEvent(), and MythLineEdit().
|
private |
Definition at line 187 of file mythwidgets.h.
Referenced by keyPressEvent().
|
private |
Definition at line 188 of file mythwidgets.h.
1.8.1.2