#include <tvu_scenario.h>
Inheritance diagram for CTScenario::
Public Methods | |
CTScenario () | |
Contructors/Destructors. More... | |
virtual | ~CTScenario () |
DEFINE_ID_FUNCTIONS (CTScenario, CTReferableObject, CLASSNAME_SCENARIO_ID, CLASSNAME_SCENARIO) public | |
CTList | GetChildren () |
List of names of the actors Sub-scenarios. More... | |
CTInt& | GetStartTime () |
List of sub-scenarios Time. More... | |
CTInt& | GetStopTime () |
The moment to start the scenario. More... | |
Protected Attributes | |
CTInt | m_StartTime |
Data. More... | |
CTInt | m_StopTime |
The moment to start the scenario. More... | |
CTList | m_NamesActors |
The moment to stop the scenario How can I be constructed? List of names of the actors in the scenario. More... | |
CTList | m_Actions |
For executing the scenario And the actions. More... | |
CTList | m_Children |
And list of sub-scenarios. More... | |
CTList | m_Actors |
List of actors, used in executing. More... | |
CTScenario* | m_Parent |
The parental scenario. More... |
|
Contructors/Destructors.
|
|
List of names of the actors Sub-scenarios.
00075 { return m_Children; }; |
|
List of sub-scenarios Time.
00077 { return m_StartTime; }; |
|
The moment to start the scenario.
00078 { return m_StopTime; }; |
|
For executing the scenario And the actions.
|
|
List of actors, used in executing.
|
|
And list of sub-scenarios.
|
|
The moment to stop the scenario How can I be constructed? List of names of the actors in the scenario.
|
|
The parental scenario.
|
|
Data.
|
|
The moment to start the scenario.
|