|
VAPOR3 3.9.4
|
#include <VCheckBox.h>
Public Slots | |
| void | emitCheckBoxChanged (bool checked) |
Signals | |
| void | ValueChanged (bool checked) |
Public Member Functions | |
| VCheckBox (bool value=false) | |
| void | SetValue (bool value) |
| bool | GetValue () const |
Additional Inherited Members | |
Protected Member Functions inherited from VHBoxWidget | |
| VHBoxWidget () | |
class VCheckBox
Wraps a QCheckBox and provides vaporgui's standard setter/getter functions and signals.
Definition at line 15 of file VCheckBox.h.
| VCheckBox::VCheckBox | ( | bool | value = false | ) |
|
slot |
| bool VCheckBox::GetValue | ( | ) | const |
| void VCheckBox::SetValue | ( | bool | value | ) |
|
signal |