25 virtual void setImageValue(
int index,
const std::string&);
28 virtual void setBarValue(
int index,
float);
31 virtual void setBarSize(
int index,
double xSize,
double ySize);
34 virtual void setBarColor(
int index,
float r,
float g,
float b,
float a);
37 virtual void setImageScale(
int index,
float scale);
47 virtual void getMinSize(
double& xOut,
double& yOut );
50 virtual void setSize(
double x,
double y );
60 virtual void setSize(
double x,
double y );
61 virtual void setImageFilePath(
const std::string& imageFilePath );
62 virtual void getMinSize(
double& xOut,
double& yOut );
63 virtual void setVisible(
bool);
66 virtual void scaleImage(
double);
69 virtual void updateImageBox();
The attribute layout tells DtAttributes where to draw.
Definition: DtValueBarAttribute.h:25
Definition: vrfAttributeGroupWidget.h:40
#define DT_DLL_VRFGUICORE
Contains DLL export macros.
Definition: vrfGuiCore.h:25
Definition: vrfAttributeGroupWidget.h:53
The attribute layout tells DtAttributes where to draw.
Definition: DtImageAttribute.h:28
double myScale
Definition: vrfAttributeGroupWidget.h:72
unsigned long long DtUniqueID
Definition: DtUniqueID.h:22
Contains the DtImageAttribute class declaration.
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
Contains the DtValueBarAttribute class declaration.