![]() |
VR-Forces 4.3 Class Documentation
|
Total: 8 bytes. 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 DtString & | entityNameString () const |
| virtual void | setEntityNameString (const DtString &entityNameString) |
| 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) |
Static Public Member Functions | |
| static DtSimInterfaceContent * | creator () |
Protected Attributes | |
| DtString | myEntityNameString |
| bool | myRequestedBySuperior |
Total: 8 bytes.
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.
|
virtual |
|
virtual |
|
virtual |
|
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 |
|
virtual |
|
virtual |
|
static |
|
protected |
|
protected |