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

Signals | |
void | changed () |
Public Member Functions | |
InputInt (const QString &text, QWidget *parent, int &val, int minVal, int maxVal) | |
~InputInt () | |
void | init () |
virtual void | setEnabled (bool) |
QObject * | qobject () |
Private Slots | |
void | valueChanged (int val) |
Private Attributes | |
QLabel * | lab |
QSpinBox * | sp |
int & | m_val |
int | m_minVal |
int | m_maxVal |
Constructor & Destructor Documentation
|
Definition at line 154 of file input.cpp. References init(), InputInt(), lab, sp, and valueChanged(). Referenced by InputInt(). |
|
|
Member Function Documentation
|
Referenced by valueChanged(). |
|
Implements IInput. Definition at line 176 of file input.cpp. References m_maxVal, m_minVal, m_val, and sp. Referenced by InputInt(). |
|
Implements IInput. |
|
Implements IInput. Definition at line 192 of file input.cpp. References lab, setEnabled(), and sp. Referenced by setEnabled(). |
|
Definition at line 184 of file input.cpp. References changed(), m_val, and valueChanged(). Referenced by InputInt(), and valueChanged(). |
Member Data Documentation
|
Definition at line 83 of file input.h. Referenced by InputInt(), and setEnabled(). |
|
Definition at line 87 of file input.h. Referenced by init(). |
|
Definition at line 86 of file input.h. Referenced by init(). |
|
Definition at line 85 of file input.h. Referenced by init(), and valueChanged(). |
|
Definition at line 84 of file input.h. Referenced by init(), InputInt(), and setEnabled(). |
The documentation for this class was generated from the following files: