16 #include <vlutil/vlString.h>
26 namespace vrvControlToolkit
73 double rotation = 0.0,
double scale = 1.0,
75 unsigned pattern = 0xffffffff,
bool flashing =
false);
130 virtual double rotation()
const;
137 virtual void setRotation(
double rotation );
151 virtual void setColor (
const DtVdcColor& color );
159 virtual bool fill()
const;
167 virtual void setFill(
bool fill );
174 virtual unsigned pattern()
const;
183 virtual void setPattern(
unsigned pattern );
190 virtual bool flashing()
const;
197 virtual void setFlashing(
bool flashing );
204 virtual double scale()
const;
211 virtual void setScale(
double scale );
213 virtual void setRemoteGraphicSet(
const std::string& setName);
223 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.