#include <mythwidgets.h>
Signals | |
| void | changeHelpText (QString) |
Public Member Functions | |
| MythSlider (QWidget *parent=0, const char *name="MythSlider") | |
| 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 119 of file mythwidgets.h.
| MythSlider::MythSlider | ( | QWidget * | parent = 0, |
|
| const char * | name = "MythSlider" | |||
| ) | [inline] |
Definition at line 124 of file mythwidgets.h.
| void MythSlider::setHelpText | ( | const QString & | help | ) |
Definition at line 403 of file mythwidgets.cpp.
Referenced by SliderSetting::configWidget().
| void MythSlider::changeHelpText | ( | QString | ) | [signal] |
Referenced by focusInEvent(), and setHelpText().
| void MythSlider::keyPressEvent | ( | QKeyEvent * | e | ) | [protected, virtual] |
Definition at line 374 of file mythwidgets.cpp.
| void MythSlider::focusInEvent | ( | QFocusEvent * | e | ) | [protected, virtual] |
Definition at line 411 of file mythwidgets.cpp.
| void MythSlider::focusOutEvent | ( | QFocusEvent * | e | ) | [protected, virtual] |
Definition at line 424 of file mythwidgets.cpp.
QString MythSlider::helptext [private] |
Definition at line 138 of file mythwidgets.h.
Referenced by focusInEvent(), and setHelpText().
1.6.3