|
gSAFE
1.3.8
|
#include <guilib.h>
Inherits QFrame.
Public Slots | |
| int | setValue (int v) |
Signals | |
| void | valueChanged (int) |
Public Member Functions | |
| HSpinBox (QWidget *parent) | |
| HSpinBox ////////////////////////////////////////////////////////////////////. More... | |
| ~HSpinBox (void) | |
| void | setMaxValue (int v) |
| void | setMinValue (int v) |
| int | value (void) |
Protected Slots | |
| int | bDown (void) |
| int | bUp (void) |
| void | check (void) |
| int | leChanged (const QString &t) |
Protected Member Functions | |
| void | wheelEvent (QWheelEvent *e) |
Protected Attributes | |
| QLineEdit * | le |
| int | max |
| int | min |
| QString | oldtext |
| int | val |
HSpinBox is a similar object than QSpinBox but the user can change the value with the mouse wheel.
| HSpinBox::HSpinBox | ( | QWidget * | parent | ) |
HSpinBox ////////////////////////////////////////////////////////////////////.
Creates a HSpinBox
| parent | the parent widget of the HSpinBox |
Definition at line 531 of file guilib.cpp.
| HSpinBox::~HSpinBox | ( | void | ) |
Destuctor
Definition at line 661 of file guilib.cpp.
|
inline |
|
inline |
|
slot |
Sets the value of the HSpinBox
Definition at line 631 of file guilib.cpp.
|
inline |
|
signal |
Emitted when the value is changed
|
protected |
The mouse wheel event handler
Definition at line 651 of file guilib.cpp.
1.8.5