Main Page   Class Hierarchy   Data Structures   File List   Data Fields   Globals  

CTScenario Class Reference

General definition of a scenario. More...

#include <tvu_scenario.h>

Inheritance diagram for CTScenario::

CTReferableObject CTObject

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...

CTIntGetStartTime ()
 List of sub-scenarios Time. More...

CTIntGetStopTime ()
 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...


Detailed Description

General definition of a scenario.


Constructor & Destructor Documentation

CTScenario::CTScenario ( )
 

Contructors/Destructors.


Member Function Documentation

CTList CTScenario::GetChildren ( ) [inline]
 

List of names of the actors Sub-scenarios.

00075 { return m_Children; }; 

CTInt & CTScenario::GetStartTime ( ) [inline]
 

List of sub-scenarios Time.

00077 { return m_StartTime; };        

CTInt & CTScenario::GetStopTime ( ) [inline]
 

The moment to start the scenario.

00078 { return m_StopTime; }; 


Field Documentation

CTList CTScenario::m_Actions [protected]
 

For executing the scenario And the actions.

CTList CTScenario::m_Actors [protected]
 

List of actors, used in executing.

CTList CTScenario::m_Children [protected]
 

And list of sub-scenarios.

CTList CTScenario::m_NamesActors [protected]
 

The moment to stop the scenario How can I be constructed? List of names of the actors in the scenario.

CTScenario * CTScenario::m_Parent [protected]
 

The parental scenario.

CTInt CTScenario::m_StartTime [protected]
 

Data.

CTInt CTScenario::m_StopTime [protected]
 

The moment to start the scenario.


The documentation for this class was generated from the following file:
Generated at Wed Aug 6 15:59:01 2003 for TVU's libraries for video surveillance: by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001