![]() |
VR-Forces Development_Version Class Documentation
|
Interface content message for requesting information for scripted tasks. More...

Public Member Functions | |
| DtIfRequestScriptedTasks () | |
| default constructor | |
| DtIfRequestScriptedTasks (const DtIfRequestScriptedTasks &orig) | |
| copy constructor | |
| DtIfRequestScriptedTasks & | operator= (const DtIfRequestScriptedTasks &orig) |
| assignment operator | |
| virtual | ~DtIfRequestScriptedTasks () |
| virtual int | type () const |
| virtual DtSimInterfaceContent * | clone () const |
| virtual void | setProvideScript (bool) |
| If true will return the actual script with the meta data. Default is false. | |
| virtual bool | provideScript () const |
| virtual void | setLanguage (const std::string &lang) |
| Specify the language to get for translations. If language is empty no language information will be provided. | |
| virtual const std::string & | language () const |
| virtual void | setRequestId (DtU32) |
| Request id to match for response. | |
| virtual DtU32 | requestId () const |
| virtual int | netRepSize () const |
| virtual bool | setFromNet (const char *contentBuffer, unsigned contentSize) |
| virtual bool | setToNet () |
| virtual void | printDataToString (DtString &str) |
| virtual const std::vector < std::string > & | scriptIds () const |
| A vector containing ids of the scripts to look up. | |
| virtual void | addScriptId (const std::string &name) |
| A vector containing ids of the scripts to look up. | |
| virtual void | setScriptIds (const std::vector< std::string > &) |
| A vector containing ids of the scripts to look up. | |
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::vector< std::string > | myScriptIds |
| std::string | myLanguage |
| DtU32 | myRequestId |
| bool | myProvideScript |
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 |
Interface content message for requesting information for scripted tasks.
If no ids are supplied all tasks are returned. The response message will contain the request id if supplied.
| DtIfRequestScriptedTasks::DtIfRequestScriptedTasks | ( | ) |
default constructor
| DtIfRequestScriptedTasks::DtIfRequestScriptedTasks | ( | const DtIfRequestScriptedTasks & | orig | ) |
copy constructor
|
virtual |
| DtIfRequestScriptedTasks& DtIfRequestScriptedTasks::operator= | ( | const DtIfRequestScriptedTasks & | orig | ) |
assignment operator
|
virtual |
Implements DtSimInterfaceContent.
|
virtual |
Implements DtSimInterfaceContent.
|
virtual |
A vector containing ids of the scripts to look up.
|
virtual |
A vector containing ids of the scripts to look up.
|
virtual |
A vector containing ids of the scripts to look up.
|
virtual |
If true will return the actual script with the meta data. Default is false.
|
virtual |
|
virtual |
Specify the language to get for translations. If language is empty no language information will be provided.
|
virtual |
|
virtual |
Request id to match for response.
|
virtual |
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
static |
|
protected |
|
protected |
|
protected |
|
protected |