28 virtual void setEventsEnabled(
bool ) = 0;
31 virtual void setEventWidth(
float width) = 0;
34 virtual void setLineStyle(
int) = 0;
38 virtual void setFixedWidthSizing(
bool) = 0;
42 virtual void setGroup(
int ) = 0;
The model interface for remote graphics segmented lines.
Definition: DtOverlaySegmentedLineModel.h:18
Contains declaration of DtSegmentedLineModel, which draws lines in an overlay layer.
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
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:70
This class is a virtual class that all segmented line models must implement.
Definition: DtSegmentedLineModel.h:20