![]() |
VR-Forces 4.0.4 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
default constructor
| DtIfSkipTask::DtIfSkipTask | ( | const DtIfSkipTask & | orig | ) |
copy constructor
| virtual DtIfSkipTask::~DtIfSkipTask | ( | ) | [virtual] |
| const DtIfSkipTask& DtIfSkipTask::operator= | ( | const DtIfSkipTask & | orig | ) |
assignment operator
| virtual int DtIfSkipTask::type | ( | ) | const [virtual] |
Returns the type of Interface Content; DtExitMessageType.
Implements DtSimInterfaceContent.
| virtual DtSimInterfaceContent* DtIfSkipTask::clone | ( | ) | const [virtual] |
Implements DtSimInterfaceContent.
| virtual const DtString& DtIfSkipTask::entityNameString | ( | ) | const [virtual] |
| virtual void DtIfSkipTask::setEntityNameString | ( | const DtString & | entityNameString | ) | [virtual] |
| virtual void DtIfSkipTask::setRequestedBySuperior | ( | bool | requestedBySuperior | ) | [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 bool DtIfSkipTask::requestedBySuperior | ( | ) | const [virtual] |
| virtual int DtIfSkipTask::netRepSize | ( | ) | const [virtual] |
Reimplemented from DtSimInterfaceContent.
| virtual bool DtIfSkipTask::setFromNet | ( | const char * | contentBuffer, |
| unsigned | contentSize | ||
| ) | [virtual] |
Reimplemented from DtSimInterfaceContent.
| virtual bool DtIfSkipTask::setToNet | ( | ) | [virtual] |
Reimplemented from DtSimInterfaceContent.
| virtual void DtIfSkipTask::printDataToString | ( | DtString & | str | ) | [virtual] |
Reimplemented from DtSimInterfaceContent.
| static DtSimInterfaceContent* DtIfSkipTask::creator | ( | ) | [static] |
DtString DtIfSkipTask::myEntityNameString [protected] |
bool DtIfSkipTask::myRequestedBySuperior [protected] |