31 virtual void setBackgroundEnabled(
bool enabled) = 0;
34 virtual void setBackgroundColor(
float r,
float g,
35 float b,
float a = 1.0f ) = 0;
38 virtual void setOutlineEnabled(
bool enabled) = 0;
41 virtual void setTypeText(
unsigned int index,
45 virtual void setTypeNumeric(
unsigned int index,
49 virtual void setTypeValueBar(
unsigned int index,
58 virtual void setTypeGraph(
unsigned int index,
59 const DtUnicode& attributeName,
int maxValues) = 0;
62 virtual void setTypeImage(
unsigned int index,
66 virtual void setTypeValueText(
unsigned int index,
70 virtual void setTypeNull(
unsigned int index) = 0;
73 virtual void setValueImage(
unsigned int index,
74 const std::string& imageFilepath) = 0;
77 virtual void setValueGraphPoint(
unsigned int index,
78 unsigned int n,
float x,
float y) = 0;
81 virtual void setValueBarValue(
unsigned int index,
float val) = 0;
84 virtual void setValueNumeric(
unsigned int index,
float val) = 0;
87 virtual void setValueTextValue(
unsigned int index,
91 virtual void setAttributeVisible(
unsigned int index,
96 virtual void setHorizontalCenter(
bool center) = 0;
100 virtual void setVerticalCenter(
bool center) = 0;
103 virtual void setFontSize(
float points) = 0;
106 virtual void setFontFile(
const std::string&) = 0;
109 virtual void setShadowText(
bool enabled ) = 0;
113 virtual void setBackgroundOrderGroup(
unsigned int groupId ) = 0;
A unicode string.
Definition: DtUnicode.h:33
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
unsigned long long DtUniqueID
Definition: DtUniqueID.h:22
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69