|
cisst-saw
|
#include <vctQtForwardDeclarations.h>
Public Member Functions | |
| vctQtWidgetDynamicVectorWriteInteger (const DisplayModeType displayMode=TEXT_WIDGET) | |
| virtual bool | SetValue (const vctDynamicVector< value_type > &value, bool blockSignals=true) |
| virtual bool | GetValue (vctDynamicVector< value_type > &placeHolder) const |
| void | SetBase (const int base) |
| void | SetRange (const value_type minimum, const value_type maximum) |
| void | SetStep (const value_type step) |
Public Member Functions inherited from vctQtWidgetDynamicVectorWriteBase | |
| vctQtWidgetDynamicVectorWriteBase (const DisplayModeType displayMode) | |
| void | SetDisplayMode (const DisplayModeType displayMode) |
Additional Inherited Members | |
Public Types inherited from vctQtWidgetDynamicVectorWriteBase | |
| enum | DisplayModeType { TEXT_WIDGET, SPINBOX_WIDGET, SLIDER_WIDGET } |
Signals inherited from vctQtWidgetDynamicVectorWriteBase | |
| void | valueChanged (void) |
Protected Types inherited from vctQtWidgetDynamicVectorWriteBase | |
| enum | { SLIDER_RESOLUTION = 1000 } |
Protected Slots inherited from vctQtWidgetDynamicVectorWriteBase | |
| void | SliderValueChangedSlot (int value) |
| void | DoubleSpinBoxValueChangedSlot (double value) |
| void | SpinBoxValueChangedSlot (int value) |
| void | ItemChangedSlot (QTableWidgetItem *item) |
Protected Attributes inherited from vctQtWidgetDynamicVectorWriteBase | |
| DisplayModeType | DisplayMode |
| vctQtWidgetDynamicVectorWriteInteger< _elementType >::vctQtWidgetDynamicVectorWriteInteger | ( | const DisplayModeType | displayMode = TEXT_WIDGET | ) |
|
virtual |
| void vctQtWidgetDynamicVectorWriteInteger< _elementType >::SetBase | ( | const int | base | ) |
| void vctQtWidgetDynamicVectorWriteInteger< _elementType >::SetRange | ( | const value_type | minimum, |
| const value_type | maximum | ||
| ) |
| void vctQtWidgetDynamicVectorWriteInteger< _elementType >::SetStep | ( | const value_type | step | ) |
|
virtual |
1.8.6