![]() |
VR-Forces Development_Version Class Documentation
|
File: ifSkipTask.h. More...

Public Member Functions | |
| DtIfSkipTask () | |
| default constructor | |
| DtIfSkipTask (const DtIfSkipTask &orig) | |
| copy constructor | |
| const DtIfSkipTask & | operator= (const DtIfSkipTask &orig) |
| assignment operator | |
| virtual | ~DtIfSkipTask () |
| virtual int | type () const |
| Returns the type of Interface Content; DtExitMessageType. | |
| virtual DtSimInterfaceContent * | clone () const |
| virtual const DtUUID & | entity () const |
| Was: entityNameString. | |
| virtual void | setEntity (const DtUUID &) |
| Was: setEntityNameString. | |
| virtual void | setRequestedBySuperior (bool requestedBySuperior) |
| Set to true if this skip task request is being made by an aggregate, false if not. | |
| virtual bool | requestedBySuperior () const |
| virtual int | netRepSize () const |
| virtual bool | setFromNet (const char *contentBuffer, unsigned contentSize) |
| virtual bool | setToNet () |
| virtual void | printDataToString (DtString &str) |
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 | |
| DtUUID | myEntity |
| bool | myRequestedBySuperior |
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 |
File: ifSkipTask.h.
Class: DtIfSkipTask DtIfSkipTask is the content portion of a Skip Task message. When a user asks an entity to skip to the next task using the Skip Task menu item in the GUI, a DtIfSkipTask interface message is sent to the Entity Manager, which then calls DtSimLocalEn- tity::skipTask() on the selected entity.
Content-Type: DtSkipTaskMessageType
Parameters: entityNameString - Entity name DtString of the selected entity
| DtIfSkipTask::DtIfSkipTask | ( | ) |
default constructor
| DtIfSkipTask::DtIfSkipTask | ( | const DtIfSkipTask & | orig | ) |
copy constructor
|
virtual |
| const DtIfSkipTask& DtIfSkipTask::operator= | ( | const DtIfSkipTask & | orig | ) |
assignment operator
|
virtual |
Returns the type of Interface Content; DtExitMessageType.
Implements DtSimInterfaceContent.
|
virtual |
Implements DtSimInterfaceContent.
|
virtual |
Was: entityNameString.
|
virtual |
Was: setEntityNameString.
|
virtual |
Set to true if this skip task request is being made by an aggregate, false if not.
By default, this is set to false.
|
virtual |
|
virtual |
Reimplemented from DtSimInterfaceContent.
Reimplemented from DtSimInterfaceContent.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
static |
|
protected |
|
protected |