![]() |
VR-Forces Developer's Guide
|

Public Member Functions | |
| DtIfScriptedTaskOperation () | |
| DtIfScriptedTaskOperation (const DtIfScriptedTaskOperation &orig) | |
| DtIfScriptedTaskOperation & | operator= (const DtIfScriptedTaskOperation &orig) |
| virtual | ~DtIfScriptedTaskOperation () |
| virtual int | type () const |
| virtual DtSimInterfaceContent * | clone () const |
| virtual void | setScriptedTask (const DtScriptedTaskMetaData &) |
| virtual const DtScriptedTaskMetaData & | scriptedTask () const |
| virtual void | setSourceScriptId (const std::string &) |
| virtual const std::string & | sourceScriptId () const |
| virtual void | setOperation (int) |
| virtual int | operation () const |
| virtual int | netRepSize () const |
| virtual bool | setFromNet (const char *contentBuffer, unsigned contentSize) |
| virtual bool | setToNet () |
| virtual void | printDataToString (DtString &str) |
| virtual void | setScriptId (const std::string &) |
| virtual const std::string & | scriptId () const |
Public Member Functions inherited from DtSimInterfaceContent | |
| virtual | ~DtSimInterfaceContent () |
| virtual bool | update (const DtSimInterfaceContent *data) |
| virtual char * | netRep () |
| virtual void | printContentType (DtString &str) |
| virtual void | setUseSessionId (bool yesNo) |
| virtual bool | useSessionId () const |
Static Public Member Functions | |
| static DtSimInterfaceContent * | creator () |
Static Public Member Functions inherited from DtSimInterfaceContent | |
| static DtSimInterfaceContent * | createInterfaceContent (int type) |
| static void | addInterfaceContentCreatorFcn (int type, DtInterfaceContentCreatorFcn fcn) |
| static void | setFactory (DtInterfaceContentFactory *factory) |
| static DtInterfaceContentFactory * | factory () |
| static void | registerContentTypePrinter (DtSimInterfaceContentTypePrinterFcn printFcn) |
Protected Attributes | |
| std::string | myScriptId |
| DtScriptedTaskMetaData | myScriptedTask |
| int | myOperation |
| std::string | mySourceScriptId |
Protected Attributes inherited from DtSimInterfaceContent | |
| char * | myNetRep |
| bool | myUseSessionId |
Additional Inherited Members | |
Protected Member Functions inherited from DtSimInterfaceContent | |
| DtSimInterfaceContent () | |
| DtSimInterfaceContent (const DtSimInterfaceContent &orig) | |
| const DtSimInterfaceContent & | operator= (const DtSimInterfaceContent &orig) |
| virtual char * | createNetworkBuffer () |
Static Protected Attributes inherited from DtSimInterfaceContent | |
| static DtInterfaceContentFactory * | myFactory |
| static DtSimInterfaceContentTypePrinterFcn | theContentTypePrinterFcn |
| DtIfScriptedTaskOperation::DtIfScriptedTaskOperation | ( | ) |
default constructor
| DtIfScriptedTaskOperation::DtIfScriptedTaskOperation | ( | const DtIfScriptedTaskOperation & | orig | ) |
copy constructor
|
virtual |
| DtIfScriptedTaskOperation& DtIfScriptedTaskOperation::operator= | ( | const DtIfScriptedTaskOperation & | orig | ) |
assignment operator
|
virtual |
Implements DtSimInterfaceContent.
Reimplemented in DtIfScriptedTaskOperationResponse.
|
virtual |
Implements DtSimInterfaceContent.
Reimplemented in DtIfScriptedTaskOperationResponse.
|
virtual |
The script id the operation pertains to. If this is a script id modify, this script id will be the new script id.
|
virtual |
The script id the operation pertains to. If this is a script id modify, this script id will be the new script id.
|
virtual |
Scripted task that is being modified as part of the message. If removed this will be blank.
|
virtual |
|
virtual |
If a source script id is given during a modify operation, will copy script from the source id and replace in the supplied meta data. If this a script id modify this will contain the old script id.
|
virtual |
|
virtual |
The operation to perform on the scripted task.
|
virtual |
|
virtual |
Reimplemented from DtSimInterfaceContent.
Reimplemented in DtIfScriptedTaskOperationResponse.
|
virtual |
Reimplemented from DtSimInterfaceContent.
Reimplemented in DtIfScriptedTaskOperationResponse.
|
virtual |
Reimplemented from DtSimInterfaceContent.
Reimplemented in DtIfScriptedTaskOperationResponse.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
static |
|
protected |
|
protected |
|
protected |
|
protected |