VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtLineObjectInterface.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2010 MaK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 #pragma once
6 
8 
11 
12 namespace vrvControlToolkit
13 {
14 
23  {
24  public:
30  virtual int numSegments() const = 0;
31 
37  virtual void setNumSegments(int numSegments) = 0;
38 
46  virtual DtVdcLineSegment::DtVdcSegmentStyle lineStyle(int segment=0) const = 0;
47 
55  virtual void setLineStyle(DtVdcLineSegment::DtVdcSegmentStyle lineStyle,
56  int segment=0) = 0;
57 
66  virtual DtVdcLineSegment::DtVdcSegmentArrowStyle arrowStyle(int segment=0)
67  const = 0;
68 
76  virtual void setArrowStyle(DtVdcLineSegment::DtVdcSegmentArrowStyle arrowStyle,
77  int segment=0) = 0;
78 
86  virtual unsigned pattern(int segment=0) const = 0;
87 
95  virtual void setPattern(unsigned pattern, int segment=0) = 0;
96 
104  virtual unsigned thickness(int segment=0) const = 0;
105 
115  virtual void setThickness(unsigned thickness, int segment=0) = 0;
116 
124  virtual double percentage(int segment) const = 0;
125 
135  virtual void setPercentage(double percentage, int segment) = 0;
136  };
137 
138 }
DtDrawControlObject.h contains the class definition for DtDrawControlObject, the base class from whic...
DtVdcSegmentArrowStyle
Supported Arrow Segment Styles.
Definition: DtVdcLineSegment.h:42
#define DT_DLL_VRVDRAWCONTROL
Definition: vrvDrawControl.h:15
DtVdcLineSegment.h contains the class definition for DtVdcLineSegmen, which represents one segment in...
A 3D Line Stealth Draw Control Object.
Definition: DtLineObjectInterface.h:22
DtVdcSegmentStyle
Supported Line Segment Styles.
Definition: DtVdcLineSegment.h:30

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)