![]() |
VR-Forces 4.0.4 Class Documentation
|
DtLine2DObject and DtLine3DObject helper class. More...
DtLine2DObject and DtLine3DObject helper class.
DtVdcLineSegment is used by DtLine2DObject and DtLine3DObject to represent a single segment within the overall line. It defines the DtVdcSegmentStyle and DtVdcSegmentArrowStyle enumerations which are part of the public interface. The remainder of the class is for use by DtLine2DObject and DtLine3DObject, and is not intended to public use.
Supported Arrow Segment Styles.
This enumeration is used to indicate the arrow style that the remote drawer should use for the ends of a line segment
| vrvControlToolkit::DtVdcLineSegment::DtVdcLineSegment | ( | double | percentage, |
| DtVdcColor | color, | ||
| unsigned | pattern, | ||
| unsigned | thickness, | ||
| DtVdcSegmentStyle | style, | ||
| DtVdcSegmentArrowStyle | arrowStyle | ||
| ) |
| DtVdcLineSegment vrvControlToolkit::DtVdcLineSegment::operator= | ( | const DtVdcLineSegment & | orig | ) |
| const DtVdcColor& vrvControlToolkit::DtVdcLineSegment::color | ( | ) | const |
| void vrvControlToolkit::DtVdcLineSegment::setColor | ( | const DtVdcColor & | color | ) |
| unsigned vrvControlToolkit::DtVdcLineSegment::pattern | ( | ) | const |
| void vrvControlToolkit::DtVdcLineSegment::setPattern | ( | unsigned | pattern | ) |
| unsigned vrvControlToolkit::DtVdcLineSegment::thickness | ( | ) | const |
| void vrvControlToolkit::DtVdcLineSegment::setThickness | ( | unsigned | thickness | ) |
| double vrvControlToolkit::DtVdcLineSegment::percentage | ( | ) | const |
| void vrvControlToolkit::DtVdcLineSegment::setPercentage | ( | double | percentage | ) |
| void vrvControlToolkit::DtVdcLineSegment::setArrowStyle | ( | DtVdcSegmentArrowStyle | arrowStyle | ) |
unsigned vrvControlToolkit::DtVdcLineSegment::myPattern [protected] |
unsigned vrvControlToolkit::DtVdcLineSegment::myThickness [protected] |
double vrvControlToolkit::DtVdcLineSegment::myPercentage [protected] |