12 #include <vlutil/vlString.h>
21 #include <vl/exerciseConn.h>
23 namespace vrvControlToolkit
72 bool fill =
false,
unsigned pattern = 0xffffffff,
bool flashing =
false );
169 virtual double rotation()
const;
176 virtual void setRotation(
double rotation );
190 virtual void setColor (
const DtVdcColor& color );
198 virtual bool fill()
const;
206 virtual void setFill(
bool fill );
213 virtual unsigned pattern()
const;
222 virtual void setPattern(
unsigned pattern );
229 virtual bool flashing()
const;
236 virtual void setFlashing(
bool flashing );
238 virtual void setRemoteGraphicSet(
const std::string& setName);
248 virtual void update();
253 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.