![]() |
VR-Forces 5.0.1 Developer's Guide
|
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.

Public Member Functions | |
| DtIfRequestScriptedTasks () | |
| DtIfRequestScriptedTasks (const DtIfRequestScriptedTasks &orig) | |
| DtIfRequestScriptedTasks & | operator= (const DtIfRequestScriptedTasks &orig) |
| virtual | ~DtIfRequestScriptedTasks () |
| virtual int | type () const |
| virtual DtSimInterfaceContent * | clone () const |
| virtual void | setScriptType (const int) |
| virtual int | scriptType () const |
| virtual void | setProvideScript (bool) |
| virtual bool | provideScript () const |
| virtual void | setProvideUiLayout (bool) |
| virtual bool | provideUiLayout () const |
| virtual void | setLanguage (const std::string &lang) |
| virtual const std::string & | language () const |
| virtual void | setRequestId (DtU32) |
| 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 |
| virtual void | addScriptId (const std::string &name) |
| virtual void | setScriptIds (const std::vector< std::string > &) |
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 |
| int | myScriptType |
| std::string | myLanguage |
| DtU32 | myRequestId |
| bool | myProvideScript |
| bool | myProvideUiLayout |
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 |
| 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 |
set/get the type of the script. Used when the script ID is temporary and the message is getting a default template to edit.
|
virtual |
|
virtual |
If true will return the actual script with the meta data. Default is false.
|
virtual |
|
virtual |
If true will return the actual ui layout 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 |
For the case that this message is used with a temp script ID to fetch the script template for editing, the type is used to get the correct template. In other cases, scriptType is not used.
|
protected |
|
protected |
|
protected |
|
protected |