34 virtual void setCenter(
double x,
double y ) = 0;
41 virtual void setDimensions(
double xLength,
double yLength) = 0;
44 virtual void setFillPattern(
unsigned int fillPattern) = 0;
47 virtual void setNumVertices(
unsigned int numVertices) = 0;
50 virtual void setColor(
float r,
float g,
float b,
float a) = 0;
53 virtual void setFill(
bool fill) = 0;
60 virtual void update() = 0;
67 virtual void setGroup(
int groupId ) = 0;
73 virtual void setChannelOverlay(
const std::string& displayName,
74 const std::string& windowName,
const std::string& channelName ) = 0;
78 virtual void setInnerDimensions(
double xLength,
double yLength ) = 0;
81 virtual void setStartEndAngles(
double startAngle,
double endAngle ) = 0;
84 virtual void setLineWidth(
float lineWidth ) = 0;
Virtual base class. Allows for RTTI and proper virtual destruction. Used by Creators, Factories, Providers, Assemblers and User Interfaces.
Definition: DtVirtualBaseClass.h:19
Interface for classes with settable visibility, such as a 3D model or 2D graphic. ...
Definition: DtSetVisibilityInterface.h:22
Contains makVrv::DtVirtualBaseClass class.
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
DtDe & myDe
Definition: DtWindowEllipseInstance.h:107
Creator for DtWindowEllipseInstance, will throw if you create on it. osg creator is registered in vrv...
Definition: DtWindowEllipseInstance.h:89
Interface for a DtWindowEllipseInstance An object that draws a 2D ellipse.
Definition: DtWindowEllipseInstance.h:24
Contains the DtSetVisibilityInterface.
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:76
Contains DLL export macros.