33 #ifndef CXVECTOR3DCOMPONENTPROPERTY_H_
34 #define CXVECTOR3DCOMPONENTPROPERTY_H_
36 #include "cxResourceExport.h"
61 virtual QString getDisplayName()
const;
62 virtual bool setValue(
double value);
63 virtual double getValue()
const;
66 virtual QString getHelp()
const;
68 virtual double convertInternal2Display(
double internal);
69 virtual double convertDisplay2Internal(
double display);
70 virtual int getValueDecimals()
const;
Utility class for describing a bounded numeric range.
Vector3DPropertyBasePtr mBase
boost::shared_ptr< Vector3DPropertyBase > Vector3DPropertyBasePtr
boost::shared_ptr< Vector3DComponentProperty > Vector3DComponentPropertyPtr
virtual ~Vector3DComponentProperty()