#include <mythwidgets.h>
Definition at line 284 of file mythwidgets.h.
Signals | |
| void | changeHelpText (QString) |
Public Member Functions | |
| MythPushButton (QWidget *parent, const char *name=0, bool aa=false) | |
| MythPushButton (const QString &text, QWidget *parent, bool aa=false) | |
| MythPushButton (const QString &ontext, const QString &offtext, QWidget *parent, bool isOn=true, bool aa=false) | |
| void | setHelpText (const QString &help) |
| void | keyPressEvent (QKeyEvent *e) |
| void | keyReleaseEvent (QKeyEvent *e) |
| void | toggleText (void) |
Protected Member Functions | |
| void | focusInEvent (QFocusEvent *e) |
| void | focusOutEvent (QFocusEvent *e) |
Private Attributes | |
| QColor | origcolor |
| QString | helptext |
| QString | onText |
| QString | offText |
| bool | arrowAccel |
| QStringList | keyPressActions |
| MythPushButton::MythPushButton | ( | QWidget * | parent, | |
| const char * | name = 0, |
|||
| bool | aa = false | |||
| ) | [inline] |
Definition at line 288 of file mythwidgets.h.
| MythPushButton::MythPushButton | ( | const QString & | text, | |
| QWidget * | parent, | |||
| bool | aa = false | |||
| ) | [inline] |
Definition at line 293 of file mythwidgets.h.
| MythPushButton::MythPushButton | ( | const QString & | ontext, | |
| const QString & | offtext, | |||
| QWidget * | parent, | |||
| bool | isOn = true, |
|||
| bool | aa = false | |||
| ) |
Definition at line 1211 of file mythwidgets.cpp.
| void MythPushButton::setHelpText | ( | const QString & | help | ) |
Definition at line 1231 of file mythwidgets.cpp.
Referenced by ButtonSetting::configWidget(), and ButtonSetting::setHelpText().
| void MythPushButton::keyPressEvent | ( | QKeyEvent * | e | ) |
Definition at line 1239 of file mythwidgets.cpp.
| void MythPushButton::keyReleaseEvent | ( | QKeyEvent * | e | ) |
Definition at line 1284 of file mythwidgets.cpp.
| void MythPushButton::toggleText | ( | void | ) |
| void MythPushButton::changeHelpText | ( | QString | ) | [signal] |
Referenced by focusInEvent(), and setHelpText().
| void MythPushButton::focusInEvent | ( | QFocusEvent * | e | ) | [protected] |
Definition at line 1314 of file mythwidgets.cpp.
| void MythPushButton::focusOutEvent | ( | QFocusEvent * | e | ) | [protected] |
Definition at line 1324 of file mythwidgets.cpp.
QColor MythPushButton::origcolor [private] |
Definition at line 316 of file mythwidgets.h.
QString MythPushButton::helptext [private] |
QString MythPushButton::onText [private] |
QString MythPushButton::offText [private] |
bool MythPushButton::arrowAccel [private] |
QStringList MythPushButton::keyPressActions [private] |
1.5.5