|
iCub-main
|
#include <customspinbox.h>
Inheritance diagram for CustomSpinBox:Public Member Functions | |
| CustomSpinBox (icubCanProto_boardType_t boardType, QWidget *parent=nullptr) | |
| void | setData (QVariant v) |
| QVariant | getData () |
| void | clear () |
| void | setCurrentValue (int v) |
Definition at line 8 of file customspinbox.h.
| CustomSpinBox::CustomSpinBox | ( | icubCanProto_boardType_t | boardType, |
| QWidget * | parent = nullptr |
||
| ) |
Definition at line 3 of file customspinbox.cpp.
| void CustomSpinBox::clear | ( | ) |
Definition at line 27 of file customspinbox.cpp.
| QVariant CustomSpinBox::getData | ( | ) |
Definition at line 22 of file customspinbox.cpp.
| void CustomSpinBox::setCurrentValue | ( | int | v | ) |
Definition at line 34 of file customspinbox.cpp.
| void CustomSpinBox::setData | ( | QVariant | v | ) |
Definition at line 17 of file customspinbox.cpp.