A helper class for simple use of the IStage object.
The BaseStage class implements the IAppStage app interface and a BaseProcessor.
A stage is created and initialized at object instantiation.
|
virtual Bool | OnInitStage (const Logic::IState *state, Logic::IStageProcessor *stageProcessor) |
| Default implementation of IAppStage::OnInitStage() method, this method is empty and can be overwritten. More...
|
|
virtual Bool | OnDeInitStage (const Logic::IState *state, Logic::IStageProcessor *stageProcessor) |
| Default implementation of IAppStage::OnDeInitStage() method, this method is empty and can be overwritten. More...
|
|
virtual void | OnProcessStageTickBeginIntro (const Logic::IState *state, Logic::IStageProcessor *stageProcessor) |
| Default implementation of IAppStage::OnProcessStageTickBeginIntro() method, this method is empty and can be overwritten. More...
|
|
virtual void | OnProcessStageTickRunIntro (const Logic::IState *state, Logic::IStageProcessor *stageProcessor) |
| Default implementation of IAppStage::OnProcessStageTickRunIntro() method, this method is empty and can be overwritten. More...
|
|
virtual void | OnProcessStageTickBeginRun (const Logic::IState *state, Logic::IStageProcessor *stageProcessor) |
| Default implementation of IAppStage::OnProcessStageTickBeginRun() method, this method is empty and can be overwritten. More...
|
|
virtual void | OnProcessStageTickRun (const Logic::IState *state, Logic::IStageProcessor *stageProcessor) |
| Default implementation of IAppStage::OnProcessStageTickRun() method, this method is empty and can be overwritten. More...
|
|
virtual void | OnProcessStageTickBeginOutro (const Logic::IState *state, Logic::IStageProcessor *stageProcessor) |
| Default implementation of IAppStage::OnProcessStageTickBeginOutro() method, this method is empty and can be overwritten. More...
|
|
virtual void | OnProcessStageTickRunOutro (const Logic::IState *state, Logic::IStageProcessor *stageProcessor) |
| Default implementation of IAppStage::OnProcessStageTickRunOutro() method, this method is empty and can be overwritten. More...
|
|
virtual void | OnProcessStageTickStop (const Logic::IState *state, Logic::IStageProcessor *stageProcessor) |
| Default implementation of IAppStage::OnProcessStageTickStop() method, this method is empty and can be overwritten. More...
|
|
virtual void | OnProcessStageTick (const Logic::IState *state, Logic::IStageProcessor *stageProcessor) |
| Default implementation of IAppStage::OnProcessStageTick() method, this method is empty and can be overwritten. More...
|
|
virtual void | OnProcessStageFrame (const Logic::IState *state, Logic::IStageProcessor *stageProcessor) |
| Default implementation of IAppStage::OnProcessStageFrame() method, this method is empty and can be overwritten. More...
|
|
virtual void | OnFinishStageTick (const Logic::IState *state, Logic::IStageProcessor *stageProcessor) |
| Default implementation of IAppStage::OnFinishStageTick() method, this method is empty and can be overwritten. More...
|
|
virtual void | OnFinishStageFrame (const Logic::IState *state, Logic::IStageProcessor *stageProcessor) |
| Default implementation of IAppStage::OnFinishStageFrame() method, this method is empty and can be overwritten. More...
|
|
virtual Bool | OnInit (const Logic::IState *state) |
| Default implementation of IAppProcessor::OnInit() method, this method is empty and can be overwritten. More...
|
|
virtual Bool | OnDeInit (const Logic::IState *state) |
| Default implementation of IAppProcessor::OnDeInit() method, this method is empty and can be overwritten. More...
|
|
virtual void | OnProcessTick (const Logic::IState *state) |
| Default implementation of IAppProcessor::OnProcessTick() method, this method is empty and can be overwritten. More...
|
|
virtual void | OnProcessTickChildren (const Logic::IState *state) |
| Default implementation of IAppProcessor::OnProcessTickChildren() method, this method is empty and can be overwritten. More...
|
|
virtual void | OnProcessFrame (const Logic::IState *state) |
| Default implementation of IAppProcessor::OnProcessFrame() method, this method is empty and can be overwritten. More...
|
|
virtual void | OnProcessFrameChildren (const Logic::IState *state) |
| Default implementation of IAppProcessor::OnProcessFrameChildren() method, this method is empty and can be overwritten. More...
|
|
virtual void | OnFinishTick (const Logic::IState *state) |
| Default implementation of IAppProcessor::OnFinishTick() method, this method is empty and can be overwritten. More...
|
|
virtual void | OnFinishTickChildren (const Logic::IState *state) |
| Default implementation of IAppProcessor::OnFinishTickChildren() method, this method is empty and can be overwritten. More...
|
|
virtual void | OnFinishFrame (const Logic::IState *state) |
| Default implementation of IAppProcessor::OnFinishFrame() method, this method is empty and can be overwritten. More...
|
|
virtual void | OnFinishFrameChildren (const Logic::IState *state) |
| Default implementation of IAppProcessor::OnFinishFrameChildren() method, this method is empty and can be overwritten. More...
|
|
virtual void | OnPackageWillBeLoaded (const Logic::IState *state, IPackage *package) |
| Default implementation of IAppProcessor::OnPackageWillBeLoaded() method, this method is empty and can be overwritten. More...
|
|
virtual void | OnPackageWasLoaded (const Logic::IState *state, IPackage *package) |
| Default implementation of IAppProcessor::OnPackageWasLoaded() method, this method is empty and can be overwritten. More...
|
|
virtual void | OnPackageFailedLoading (const Logic::IState *state, IPackage *package) |
| Default implementation of IAppProcessor::OnPackageFailedLoading() method, this method is empty and can be overwritten. More...
|
|
virtual void | OnPackageWillBeUnloaded (const Logic::IState *state, IPackage *package) |
| Default implementation of IAppProcessor::OnPackageWillBeUnloaded() method, this method is empty and can be overwritten. More...
|
|
virtual void | OnPackageWasUnloaded (const Logic::IState *state, IPackage *package) |
| Default implementation of IAppProcessor::OnPackageWasUnloaded() method, this method is empty and can be overwritten. More...
|
|
virtual void | OnPackageFailedUnloading (const Logic::IState *state, IPackage *package) |
| Default implementation of IAppProcessor::OnPackageFailedUnloading() method, this method is empty and can be overwritten. More...
|
|
virtual void | OnRunStateChanged (const Logic::IState *state, IEnums::AppRunState currentState, IEnums::AppRunState previousState) |
| Default implementation of IAppProcessor::OnRunStateChanged() method, this method is empty and can be overwritten. More...
|
|
virtual void | OnSetEnabled (Bool isEnabled) |
| Default implementation of IAppProcessor::OnSetEnabled() method, this method is empty and can be overwritten. More...
|
|