![]() |
VR-Forces 4.3.1 Class Documentation
|
class DtIfScenarioRewound: More...

Public Member Functions | |
| DtIfScenarioRewound () | |
| default constructor | |
| virtual | ~DtIfScenarioRewound () |
| destructor | |
| DtIfScenarioRewound (const DtIfScenarioRewound &orig) | |
| copy constructor | |
| DtIfScenarioRewound & | operator= (const DtIfScenarioRewound &orig) |
| assignment operator | |
| virtual int | type () const |
| Returns DtScenarioRewoundMessageType. | |
| virtual DtSimInterfaceContent * | clone () const |
| virtual void | printDataToString (DtString &str) |
| virtual int | netRepSize () const |
| virtual bool | setFromNet (const char *contentBuffer, unsigned contentSize) |
| virtual bool | setToNet () |
Static Public Member Functions | |
| static DtSimInterfaceContent * | creator () |
class DtIfScenarioRewound:
Class sent in notification after a scenario has been rewound in a single scenario back-end. During rewind for multi-backend scenarios the scenario is reloaded so a different notification is used for that
| DtIfScenarioRewound::DtIfScenarioRewound | ( | ) |
default constructor
|
virtual |
destructor
| DtIfScenarioRewound::DtIfScenarioRewound | ( | const DtIfScenarioRewound & | orig | ) |
copy constructor
| DtIfScenarioRewound& DtIfScenarioRewound::operator= | ( | const DtIfScenarioRewound & | orig | ) |
assignment operator
|
virtual |
Returns DtScenarioRewoundMessageType.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
static |