20 class DtWindowLineInstance;
52 virtual void setVertex(
unsigned int vertex,
double x,
double y );
55 virtual void removeVertex(
unsigned int vertex );
59 virtual void setStartVertex(
double x,
double y);
63 virtual void setEndVertex(
double x,
double y);
66 virtual void setVisible(
bool isVisible);
69 virtual void setWidth(
unsigned int width);
72 virtual void setColor(
float r,
float g,
float b,
float a );
76 virtual void setStipplePattern(
unsigned int pattern );
80 virtual void setStyleSegments(
const std::vector<double>& segmentPercentages );
83 virtual void setSegmentColor(
unsigned int index,
float r,
float g,
float b,
float a);
86 virtual void setSegmentLightningStyle(
unsigned int index,
bool enableLightningStyle);
89 virtual void setSegmentStartArrow(
unsigned int index,
bool enableStartArrow);
92 virtual void setSegmentEndArrow(
unsigned int index,
bool enableEndArrow);
95 virtual void setSegmentStipplePattern(
unsigned int index,
unsigned int stipplePattern );
98 virtual void setSegmentStipplePattern(
unsigned int index,
unsigned int stippleScale,
99 unsigned int stipplePattern);
102 virtual void setSegmentWidth(
unsigned int index,
unsigned int width);
106 virtual void setSegmentStartColor(
unsigned int segmentIndex,
float r,
107 float g,
float b,
float a );
111 virtual void setSegmentEndColor(
unsigned int segmentIndex,
float r,
112 float g,
float b,
float a );
123 virtual void update();
126 virtual void needsUpdate();
bool myConnectedToPostUpdate
Definition: DtWindowLine.h:129
A model-like object that draws a 2D line.
Definition: DtWindowLine.h:41
Base class for a graphical object that exists in a window Implements a parenting system for DtWindowO...
Definition: DtWindowObject.h:24
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
unsigned long long DtUniqueID
Definition: DtUniqueID.h:22
Interface for a DtWindowLineInstance - an attachable model instance that draws a 2D line...
Definition: DtWindowLineInstance.h:27
Contains makVrv::DtUniqueID type.
DtWindowLineInstance * myInstance
Definition: DtWindowLine.h:128
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
Contains makVrv::DtWindowObject class.