#include <mythwidgets.h>

Definition at line 86 of file mythwidgets.h.
Signals | |
| void | changeHelpText (QString) |
Public Member Functions | |
| MythSpinBox (QWidget *parent=NULL, const char *widgetName=0, bool allow_single_step=false) | |
| void | setHelpText (const QString &) |
| bool | singleStep (void) |
| void | setSingleStep (bool arg=true) |
Protected Member Functions | |
| virtual bool | eventFilter (QObject *o, QEvent *e) |
| virtual void | focusInEvent (QFocusEvent *e) |
| virtual void | focusOutEvent (QFocusEvent *e) |
Private Attributes | |
| QString | helptext |
| bool | singlestep |
| MythSpinBox::MythSpinBox | ( | QWidget * | parent = NULL, |
|
| const char * | widgetName = 0, |
|||
| bool | allow_single_step = false | |||
| ) | [inline] |
Definition at line 90 of file mythwidgets.h.
| void MythSpinBox::setHelpText | ( | const QString & | help | ) |
Definition at line 350 of file mythwidgets.cpp.
Referenced by SpinBoxSetting::configWidget(), and SpinBoxSetting::setHelpText().
| bool MythSpinBox::singleStep | ( | void | ) | [inline] |
Definition at line 97 of file mythwidgets.h.
| void MythSpinBox::setSingleStep | ( | bool | arg = true |
) | [inline] |
Definition at line 98 of file mythwidgets.h.
| void MythSpinBox::changeHelpText | ( | QString | ) | [signal] |
Referenced by eventFilter(), focusInEvent(), and setHelpText().
| bool MythSpinBox::eventFilter | ( | QObject * | o, | |
| QEvent * | e | |||
| ) | [protected, virtual] |
Reimplemented in MythFlixSpinBox, MythNewsSpinBox, and WeatherSpinBox.
Definition at line 288 of file mythwidgets.cpp.
Referenced by WeatherSpinBox::eventFilter().
| void MythSpinBox::focusInEvent | ( | QFocusEvent * | e | ) | [protected, virtual] |
Definition at line 358 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 109 of file mythwidgets.h.
Referenced by eventFilter(), focusInEvent(), and setHelpText().
bool MythSpinBox::singlestep [private] |
1.5.5