|
MythTV
0.26-pre
|
#include <mythwidgets.h>
Signals | |
| void | changeHelpText (QString) |
Public Member Functions | |
| MythSpinBox (QWidget *parent=NULL, const char *name="MythSpinBox", bool allow_single_step=false) | |
| void | setHelpText (const QString &) |
| bool | allowSingleStep (void) |
| void | setAllowSingleStep (bool arg=true) |
Protected Member Functions | |
| virtual void | keyPressEvent (QKeyEvent *e) |
| virtual void | focusInEvent (QFocusEvent *e) |
| virtual void | focusOutEvent (QFocusEvent *e) |
Private Attributes | |
| QString | helptext |
| bool | allowsinglestep |
Definition at line 87 of file mythwidgets.h.
| MythSpinBox::MythSpinBox | ( | QWidget * | parent = NULL, |
| const char * | name = "MythSpinBox", |
||
| bool | allow_single_step = false |
||
| ) | [inline] |
Definition at line 92 of file mythwidgets.h.
| void MythSpinBox::setHelpText | ( | const QString & | help | ) |
Definition at line 314 of file mythwidgets.cpp.
Referenced by SpinBoxSetting::configWidget(), and SpinBoxSetting::setHelpText().
| bool MythSpinBox::allowSingleStep | ( | void | ) | [inline] |
Definition at line 103 of file mythwidgets.h.
| void MythSpinBox::setAllowSingleStep | ( | bool | arg = true | ) | [inline] |
Definition at line 104 of file mythwidgets.h.
| void MythSpinBox::changeHelpText | ( | QString | ) | [signal] |
Referenced by focusInEvent(), and setHelpText().
| void MythSpinBox::keyPressEvent | ( | QKeyEvent * | e | ) | [protected, virtual] |
Definition at line 322 of file mythwidgets.cpp.
| void MythSpinBox::focusInEvent | ( | QFocusEvent * | e | ) | [protected, virtual] |
Definition at line 355 of file mythwidgets.cpp.
| void MythSpinBox::focusOutEvent | ( | QFocusEvent * | e | ) | [protected, virtual] |
Definition at line 368 of file mythwidgets.cpp.
QString MythSpinBox::helptext [private] |
Definition at line 115 of file mythwidgets.h.
Referenced by focusInEvent(), and setHelpText().
bool MythSpinBox::allowsinglestep [private] |
Definition at line 116 of file mythwidgets.h.
Referenced by keyPressEvent().
1.7.6.1