13 #include <vlutil/vlString.h>
23 namespace vrvControlToolkit
70 double rotation = 0.0,
double scale = 1.0,
72 unsigned pattern = 0xffffffff,
bool flashing =
false);
127 virtual double rotation()
const;
134 virtual void setRotation(
double rotation );
148 virtual void setColor (
const DtVdcColor& color );
156 virtual bool fill()
const;
164 virtual void setFill(
bool fill );
171 virtual unsigned pattern()
const;
180 virtual void setPattern(
unsigned pattern );
187 virtual bool flashing()
const;
194 virtual void setFlashing(
bool flashing );
201 virtual double scale()
const;
208 virtual void setScale(
double scale );
210 virtual void setRemoteGraphicSet(
const std::string& setName);
220 virtual void update();
voidpf void uLong size
Definition: ioapi.h:39
#define DT_DLL_VRVDRAWCONTROL
Definition: vrvDrawControl.h:15
Dt2DGraphicalObjectStateRecord implements the 2d graphical object state record for the remote graphic...
Definition: 2dGraphicalObjectStateRecord.h:36
DtVdcColor.h contains the class definition for DtVdcColor, which is used to represent colors for all ...
Contains the Dt2DGraphicalObjectStateRecord class declaration.