|
cisst-saw
|
#include <vctQtForwardDeclarations.h>
Public Member Functions | |
| vctQtWidgetDynamicVectorWriteFloating (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 | SetPrecision (const int precision) |
| void | SetFormat (const char format) |
| void | SetRange (const value_type minimum, const value_type maximum) |
| void | SetRange (const vctDynamicVector< value_type > &minimums, const vctDynamicVector< value_type > &maximums) |
| void | SetStep (const value_type step) |
Public Member Functions inherited from vctQtWidgetDynamicVectorWriteBase | |
| vctQtWidgetDynamicVectorWriteBase (const DisplayModeType displayMode) | |
| void | SetDisplayMode (const DisplayModeType displayMode) |
Protected Member Functions | |
| void | UpdateWidgetPrecision (void) |
| void | UpdateWidgetRange (void) |
| value_type | GetMinimum (const size_t index) const |
| value_type | GetMaximum (const size_t index) const |
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 |
| vctQtWidgetDynamicVectorWriteFloating< _elementType >::vctQtWidgetDynamicVectorWriteFloating | ( | const DisplayModeType | displayMode = TEXT_WIDGET | ) |
|
protected |
|
protected |
|
virtual |
| void vctQtWidgetDynamicVectorWriteFloating< _elementType >::SetFormat | ( | const char | format | ) |
| void vctQtWidgetDynamicVectorWriteFloating< _elementType >::SetPrecision | ( | const int | precision | ) |
| void vctQtWidgetDynamicVectorWriteFloating< _elementType >::SetRange | ( | const value_type | minimum, |
| const value_type | maximum | ||
| ) |
| void vctQtWidgetDynamicVectorWriteFloating< _elementType >::SetRange | ( | const vctDynamicVector< value_type > & | minimums, |
| const vctDynamicVector< value_type > & | maximums | ||
| ) |
| void vctQtWidgetDynamicVectorWriteFloating< _elementType >::SetStep | ( | const value_type | step | ) |
|
virtual |
|
protected |
|
protected |
1.8.6