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) |
![]() | |
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 | |
![]() | |
enum | DisplayModeType { TEXT_WIDGET, SPINBOX_WIDGET, SLIDER_WIDGET } |
![]() | |
void | valueChanged (void) |
![]() | |
enum | { SLIDER_RESOLUTION = 1000 } |
![]() | |
void | SliderValueChangedSlot (int value) |
void | DoubleSpinBoxValueChangedSlot (double value) |
void | SpinBoxValueChangedSlot (int value) |
void | ItemChangedSlot (QTableWidgetItem *item) |
![]() | |
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 |