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)
override;
50 virtual void setSize(
double x,
double y)
override;
60 virtual void setSize(
double x,
double y)
override;
61 virtual void setImageFilePath(
const std::string& imageFilePath)
override;
62 virtual void getMinSize(
double& xOut,
double& yOut)
override;
63 virtual void setVisible(
bool)
override;
66 virtual void scaleImage(
double);
69 virtual void updateImageBox();
The attribute layout tells DtAttributes where to draw.
Definition: DtValueBarAttribute.h:37
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:39
double myScale
Definition: vrfAttributeGroupWidget.h:72
unsigned long long DtUniqueID
Definition: DtUniqueID.h:19
Contains the DtImageAttribute class declaration.
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:76
Contains the DtValueBarAttribute class declaration.