|
MythTV
0.26-pre
|
#include <mythwidgets.h>
Signals | |
| void | changeHelpText (QString) |
Public Member Functions | |
| MythRadioButton (QWidget *parent=0, const char *name="MythRadioButton") | |
| void | setHelpText (const QString &) |
Protected Member Functions | |
| virtual void | keyPressEvent (QKeyEvent *e) |
| virtual void | focusInEvent (QFocusEvent *e) |
| virtual void | focusOutEvent (QFocusEvent *e) |
Private Attributes | |
| QString | helptext |
Definition at line 350 of file mythwidgets.h.
| MythRadioButton::MythRadioButton | ( | QWidget * | parent = 0, |
| const char * | name = "MythRadioButton" |
||
| ) | [inline] |
Definition at line 355 of file mythwidgets.h.
| void MythRadioButton::setHelpText | ( | const QString & | help | ) |
Definition at line 286 of file mythwidgets.cpp.
| void MythRadioButton::changeHelpText | ( | QString | ) | [signal] |
Referenced by focusInEvent(), and setHelpText().
| void MythRadioButton::keyPressEvent | ( | QKeyEvent * | e | ) | [protected, virtual] |
Definition at line 261 of file mythwidgets.cpp.
| void MythRadioButton::focusInEvent | ( | QFocusEvent * | e | ) | [protected, virtual] |
Definition at line 294 of file mythwidgets.cpp.
| void MythRadioButton::focusOutEvent | ( | QFocusEvent * | e | ) | [protected, virtual] |
Definition at line 307 of file mythwidgets.cpp.
QString MythRadioButton::helptext [private] |
Definition at line 369 of file mythwidgets.h.
Referenced by focusInEvent(), and setHelpText().
1.7.6.1