14 namespace vrvControlToolkit
35 DtVdcSegmentStyleLightning
51 DtVdcSegmentArrowStyleArrowDouble
52 } DtVdcSegmentArrowStyle;
56 unsigned pattern,
unsigned thickness, DtVdcSegmentStyle style,
57 DtVdcSegmentArrowStyle arrowStyle);
68 unsigned pattern()
const;
69 void setPattern(
unsigned pattern );
71 unsigned thickness()
const;
72 void setThickness(
unsigned thickness );
74 double percentage()
const;
75 void setPercentage (
double percentage );
77 DtVdcSegmentStyle style()
const;
78 void setStyle( DtVdcSegmentStyle style );
80 DtVdcSegmentArrowStyle arrowStyle()
const;
81 void setArrowStyle( DtVdcSegmentArrowStyle arrowStyle );
#define DT_DLL_VRVDRAWCONTROL
Definition: vrvDrawControl.h:15
DtVdcColor.h contains the class definition for DtVdcColor, which is used to represent colors for all ...