virtual bool setFromNet(const char *contentBuffer, unsigned contentSize)
Sets the contents of this set request based on the network buffer. Base class does nothing and return...
virtual int netRepSize() const
DtSimTaskMessageType myTaskType
Definition: requestBehaviorGraphAdminContent.h:95
bool myGraphOutputEnabled
Definition: requestBehaviorGraphAdminContent.h:96
GraphRequestType myRequestType
Definition: requestBehaviorGraphAdminContent.h:94
virtual DtAdminContent * clone() const =0
Make a copy of this content. Returns a pointer to a newly created copy of this class. Derived classes must override this function to create and return an instance of the derived type.
Admin content that is used to ask a behavior to start producing graphical output and sending it back ...
Definition: requestBehaviorGraphAdminContent.h:24
Definition: requestBehaviorGraphAdminContent.h:30
const DtAdminContent & operator=(const DtAdminContent &orig)
assignment operator; same as copy costructor.
virtual bool init()
Base class init does nothing, but this will be called by create, in case any other deriving class nee...
DtAdminContent.
Definition: adminContent.h:23
virtual const DtAdminContentMessageType & type() const =0
GraphRequestType
Definition: requestBehaviorGraphAdminContent.h:28
virtual bool setToNet()
Sets netRep buffer to the contents of this set request. Base class does nothing and returns true...
virtual DtString stringRep() const =0
Get a readable string representation of this content. Derived classes must implement this function...