|
MythTV
0.27pre
|
#include <virtualkeyboard_qt.h>


Public Slots | |
| virtual void | SwitchLayout (const QString &language) |
| virtual void | Show (void) |
| virtual void | hide () |
| virtual void | deleteLater (void) |
Public Slots inherited from MythThemedDialog | |
| virtual void | deleteLater (void) |
| virtual void | updateBackground () |
| virtual void | initForeground () |
| virtual void | updateForeground () |
| virtual void | updateForeground (const QRect &) |
| draws anything that intersects | |
| virtual void | updateForegroundRegion (const QRect &) |
| only draws the region | |
| virtual bool | assignFirstFocus () |
| virtual bool | nextPrevWidgetFocus (bool up_or_down) |
| virtual void | activateCurrent () |
Public Slots inherited from MythDialog | |
| DialogCode | exec (void) |
| virtual void | done (int) |
| virtual void | AcceptItem (int) |
| virtual void | accept () |
| virtual void | reject () |
Public Member Functions | |
| VirtualKeyboardQt (MythMainWindow *parent, QWidget *parentEdit, const char *name=0, bool setsize=true) | |
Public Member Functions inherited from MythThemedDialog | |
| MythThemedDialog (MythMainWindow *parent, const QString &window_name, const QString &theme_filename=QString(), const char *name="MythThemedDialog", bool setsize=true) | |
| MythThemedDialog (MythMainWindow *parent, const char *name="MythThemedDialog", bool setsize=true) | |
| virtual bool | loadThemedWindow (QString window_name, QString theme_filename) |
| virtual void | loadWindow (QDomElement &) |
| virtual void | parseContainer (QDomElement &) |
| virtual void | parseFont (QDomElement &) |
| bool | buildFocusList () |
| UIType * | getUIObject (const QString &name) |
| UIType * | getCurrentFocusWidget () |
| void | setCurrentFocusWidget (UIType *widget) |
| UIKeyboardType * | getUIKeyboardType (const QString &name) |
| LayerSet * | getContainer (const QString &name) |
| fontProp * | getFont (const QString &name) |
| void | setContext (int a_context) |
| int | getContext () |
Public Member Functions inherited from MythDialog | |
| MythDialog (MythMainWindow *parent, const char *name="MythDialog", bool setsize=true) | |
| DialogCode | result (void) const |
| virtual void | Show (void) |
| void | hide (void) |
| void | setNoErase (void) |
| virtual bool | onMediaEvent (MythMediaDevice *mediadevice) |
| void | setResult (DialogCode r) |
| virtual void | deleteLater (void) |
Protected Slots | |
| virtual void | keyPressEvent (QKeyEvent *e) |
Protected Member Functions | |
| void | Teardown (void) |
| ~VirtualKeyboardQt () | |
Protected Member Functions inherited from MythThemedDialog | |
| ~MythThemedDialog () | |
| void | paintEvent (QPaintEvent *e) |
| XMLParse * | getTheme () |
| QDomElement & | getXmlData () |
Protected Member Functions inherited from MythDialog | |
| ~MythDialog () | |
| void | TeardownAll (void) |
| void | keyPressEvent (QKeyEvent *e) |
Private Attributes | |
| UIKeyboardType * | m_keyboard |
| QWidget * | m_parentEdit |
| int | m_popupWidth |
| int | m_popupHeight |
Additional Inherited Members | |
Signals inherited from MythDialog | |
| void | menuButtonPressed () |
| void | leaveModality () |
Static Public Member Functions inherited from MythDialog | |
| static int | CalcItemIndex (DialogCode code) |
Static Public Attributes inherited from MythDialog | |
| static const DialogCode | Rejected = kDialogCodeRejected |
| static const DialogCode | Accepted = kDialogCodeAccepted |
| static const DialogCode | ListStart = kDialogCodeListStart |
Protected Attributes inherited from MythThemedDialog | |
| UIType * | widget_with_current_focus |
| QPixmap | my_background |
| QPixmap | my_foreground |
Definition at line 21 of file virtualkeyboard_qt.h.
| VirtualKeyboardQt::VirtualKeyboardQt | ( | MythMainWindow * | parent, |
| QWidget * | parentEdit, | ||
| const char * | name = 0, |
||
| bool | setsize = true |
||
| ) |
Definition at line 17 of file virtualkeyboard_qt.cpp.
|
protected |
Definition at line 182 of file virtualkeyboard_qt.cpp.
|
virtualslot |
Definition at line 30 of file virtualkeyboard_qt.cpp.
Referenced by VirtualKeyboardQt().
Definition at line 198 of file virtualkeyboard_qt.cpp.
Definition at line 208 of file virtualkeyboard_qt.cpp.
Referenced by MythLineEdit::focusOutEvent(), MythRemoteLineEdit::focusOutEvent(), MythLineEdit::hideEvent(), and qt_delete().
Definition at line 187 of file virtualkeyboard_qt.cpp.
Referenced by qt_delete().
|
protectedvirtualslot |
Definition at line 218 of file virtualkeyboard_qt.cpp.
Definition at line 192 of file virtualkeyboard_qt.cpp.
Referenced by deleteLater(), and ~VirtualKeyboardQt().
|
private |
Definition at line 45 of file virtualkeyboard_qt.h.
Referenced by keyPressEvent(), SwitchLayout(), and Teardown().
|
private |
Definition at line 46 of file virtualkeyboard_qt.h.
Referenced by hide(), Show(), SwitchLayout(), Teardown(), and VirtualKeyboardQt().
|
private |
Definition at line 47 of file virtualkeyboard_qt.h.
Referenced by SwitchLayout().
|
private |
Definition at line 48 of file virtualkeyboard_qt.h.
Referenced by SwitchLayout().
1.8.1.2