15 #include <vlutil/vlString.h>
24 #include <vl/exerciseConn.h>
26 namespace vrvControlToolkit
75 bool fill =
false,
unsigned pattern = 0xffffffff,
bool flashing =
false );
172 virtual double rotation()
const;
179 virtual void setRotation(
double rotation );
193 virtual void setColor (
const DtVdcColor& color );
201 virtual bool fill()
const;
209 virtual void setFill(
bool fill );
216 virtual unsigned pattern()
const;
225 virtual void setPattern(
unsigned pattern );
232 virtual bool flashing()
const;
239 virtual void setFlashing(
bool flashing );
241 virtual void setRemoteGraphicSet(
const std::string& setName);
251 virtual void update();
256 virtual void transformVertices();
DtDrawControlObject.h contains the class definition for DtDrawControlObject, the base class from whic...
#define DT_DLL_VRVDRAWCONTROL
Definition: vrvDrawControl.h:15
Dt2DGraphicalObjectStateRecord implements the 2d graphical object state record for the remote graphic...
Definition: 2dGraphicalObjectStateRecord.h:36
voidpf uLong offset
Definition: ioapi.h:42
DtVdcColor.h contains the class definition for DtVdcColor, which is used to represent colors for all ...
Contains the Dt2DGraphicalObjectStateRecord class declaration.