#include <VIntSpinBox.h>
class VIntSpinBox
Wraps a QSpinBox and provides vaporgui's standard setter/getter functions and signals.
Definition at line 15 of file VIntSpinBox.h.
◆ VIntSpinBox()
VIntSpinBox::VIntSpinBox |
( |
int |
min, |
|
|
int |
max |
|
) |
| |
◆ emitValueChanged
void VIntSpinBox::emitValueChanged |
( |
| ) |
|
|
slot |
◆ emitValueChangedIntermediate
void VIntSpinBox::emitValueChangedIntermediate |
( |
int |
value | ) |
|
|
slot |
◆ GetValue()
int VIntSpinBox::GetValue |
( |
| ) |
const |
◆ SetRange()
void VIntSpinBox::SetRange |
( |
int |
min, |
|
|
int |
max |
|
) |
| |
◆ SetValue()
void VIntSpinBox::SetValue |
( |
int |
value | ) |
|
◆ ValueChanged
void VIntSpinBox::ValueChanged |
( |
int |
value | ) |
|
|
signal |
◆ ValueChangedIntermediate
void VIntSpinBox::ValueChangedIntermediate |
( |
int |
value | ) |
|
|
signal |
The documentation for this class was generated from the following file: