InputBool Class Reference
#include <input.h>
Inheritance diagram for InputBool:

Signals | |
void | changed () |
void | toggle (const QString &, bool) |
Public Member Functions | |
InputBool (const QCString &key, const QString &text, QWidget *parent, bool &flag) | |
~InputBool () | |
void | init () |
virtual void | setEnabled (bool b) |
virtual QObject * | qobject () |
virtual bool | getState () const |
Private Slots | |
void | valueChanged (bool) |
Private Attributes | |
bool & | state |
QCString | key |
QCheckBox * | cb |
Constructor & Destructor Documentation
|
Definition at line 113 of file input.cpp. References cb, init(), InputBool(), text(), and valueChanged(). Referenced by InputBool(). |
|
|
Member Function Documentation
|
Referenced by valueChanged(). |
|
Definition at line 47 of file input.h. References state. |
|
Implements IInput. Definition at line 132 of file input.cpp. Referenced by InputBool(). |
|
Implements IInput. |
|
Implements IInput. Definition at line 148 of file input.cpp. References cb, and setEnabled(). Referenced by setEnabled(). |
|
Referenced by valueChanged(). |
|
Definition at line 138 of file input.cpp. References changed(), key, state, toggle(), and valueChanged(). Referenced by InputBool(), and valueChanged(). |
Member Data Documentation
|
Definition at line 59 of file input.h. Referenced by init(), InputBool(), and setEnabled(). |
|
Definition at line 58 of file input.h. Referenced by valueChanged(). |
|
Definition at line 57 of file input.h. Referenced by getState(), init(), and valueChanged(). |
The documentation for this class was generated from the following files: