![]() |
VR-Forces 5.0.3 Developer's Guide
|
DtIfAskUserQuestion class will allow the back-end to send a message to the front end to ask the user a question based on the supplied script id and question id. The front-end will display this message in the object console and the user can select the question to answer.

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 | |
| DtRwUserQuestion | myUserQuestion |
| DtUUID | myEntity |
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 |
| DtIfAskUserQuestion::DtIfAskUserQuestion | ( | ) |
default constructor
|
virtual |
destructor
| DtIfAskUserQuestion::DtIfAskUserQuestion | ( | const DtIfAskUserQuestion & | orig | ) |
copy constructor
| DtIfAskUserQuestion& DtIfAskUserQuestion::operator= | ( | const DtIfAskUserQuestion & | orig | ) |
assignment operator
|
virtual |
Implements DtSimInterfaceContent.
|
virtual |
Implements DtSimInterfaceContent.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
static |
|
virtual |
Sets the script id and question id that this operation represents.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
Sets the options to display to the user.
|
virtual |
|
virtual |
Message box title accessors.
|
virtual |
|
virtual |
Message box message body accessors.
|
virtual |
|
virtual |
Display flag accessors. Values currently supported are 0 - Buttons 1 - Radio buttons 2 - Combo box.
|
virtual |
|
inline |
Returns the user question class.
|
inline |
|
protected |
|
protected |