![]() |
VR-Forces 4.10 Class Documentation
|

Public Member Functions | |
| DtIfScenarioStatus () | |
| default constructor More... | |
| virtual | ~DtIfScenarioStatus () |
| destructor More... | |
| DtIfScenarioStatus (const DtIfScenarioStatus &orig) | |
| copy constructor More... | |
| DtIfScenarioStatus & | operator= (const DtIfScenarioStatus &orig) |
| assignment operator More... | |
| virtual int | type () const |
| Returns the type of Interface Content; DtStatusMessageType. More... | |
| virtual DtSimInterfaceContent * | clone () const |
| virtual const DtRwKeyValueList & | scenarioData () const |
| virtual DtRwKeyValueList & | scenarioData () |
| virtual void | setScenarioData (const DtRwKeyValueList &data) |
| virtual int | netRepSize () const |
| virtual bool | setFromNet (const char *contentBuffer, unsigned contentSize) |
| virtual bool | setToNet () |
| virtual void | printDataToString (DtString &str) |
| virtual const DtString & | scenarioName () const |
| The name of the scenario that is currently loaded, if any. More... | |
| virtual void | setScenarioName (const DtString &name) |
| virtual const DtFilename & | scenarioFilename () const |
| The name of the scenario filename that is currently loaded, if any. More... | |
| virtual void | setScenarioFilename (const DtFilename &name) |
| virtual const DtFilename & | terrainName () const |
| The name of the terrain file that is currently loaded or in use by the sim engine. More... | |
| virtual void | setTerrainName (const DtFilename &name) |
| virtual const DtFilename & | guiTerrainName () const |
| The name of the terrain file loaded by the GUI. More... | |
| virtual void | setGuiTerrainName (const DtFilename &name) |
| virtual void | setSimulationModelSets (const std::vector< DtFilename > &) |
| The simulation model set(s) that are current loaded as part of this scenario. More... | |
| virtual const std::vector < DtFilename > & | simulationModelSets () const |
| virtual void | clearSimulationModelSets () |
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 | |
| DtU32 | myVersion |
| bool | myIsTimeManaged |
| DtString | myScenarioName |
| DtFilename | myScenarioFilename |
| DtFilename | myTerrainName |
| DtFilename | myGuiTerrainName |
| std::vector< DtFilename > | mySimulationModelSets |
| DtRwKeyValueList | myScenarioData |
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 |
| DtIfScenarioStatus::DtIfScenarioStatus | ( | ) |
default constructor
|
virtual |
destructor
| DtIfScenarioStatus::DtIfScenarioStatus | ( | const DtIfScenarioStatus & | orig | ) |
copy constructor
| DtIfScenarioStatus& DtIfScenarioStatus::operator= | ( | const DtIfScenarioStatus & | orig | ) |
assignment operator
|
virtual |
Returns the type of Interface Content; DtStatusMessageType.
Implements DtSimInterfaceContent.
|
virtual |
Implements DtSimInterfaceContent.
|
virtual |
The name of the scenario that is currently loaded, if any.
If no scenario is loaded by the sim engine, this sill be a null string.
|
virtual |
|
virtual |
The name of the scenario filename that is currently loaded, if any.
If no scenario is loaded by the sim engine, this sill be a null string. This is the path to the file from the gui that has initiated the load. This is different than scenarioName in where the scenarioName is a short description of the scenario.
|
virtual |
|
virtual |
The name of the terrain file that is currently loaded or in use by the sim engine.
If none, this will be a null string.
|
virtual |
|
virtual |
The name of the terrain file loaded by the GUI.
If null, then the GUI is loading terrainName().
|
virtual |
|
virtual |
The simulation model set(s) that are current loaded as part of this scenario.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
static |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |