12 namespace vrvControlToolkit
30 virtual int numSegments()
const = 0;
37 virtual void setNumSegments(
int numSegments) = 0;
86 virtual unsigned pattern(
int segment=0)
const = 0;
95 virtual void setPattern(
unsigned pattern,
int segment=0) = 0;
104 virtual unsigned thickness(
int segment=0)
const = 0;
115 virtual void setThickness(
unsigned thickness,
int segment=0) = 0;
124 virtual double percentage(
int segment)
const = 0;
135 virtual void setPercentage(
double percentage,
int segment) = 0;
DtDrawControlObject.h contains the class definition for DtDrawControlObject, the base class from whic...
#define DT_DLL_VRVDRAWCONTROL
Definition: vrvDrawControl.h:15
DtVdcLineSegment.h contains the class definition for DtVdcLineSegmen, which represents one segment in...