![]() |
Murl Engine API
Version 2018.3
|
This is the complete list of members for Murl::Logic::BaseStage, including all inherited members.
AddChild(IProcessorPtr processor) | Murl::Logic::BaseProcessor | inline |
AddGraphNode(IObservableNodePtr observableNode) | Murl::Logic::BaseProcessor | inline |
AddStepable(IStepablePtr stepable) | Murl::Logic::BaseProcessor | inline |
AreGraphNodesValid() const | Murl::Logic::BaseProcessor | inline |
BaseProcessor(IFactory *factory) | Murl::Logic::BaseProcessor | inline |
BaseStage(IFactory *factory) | Murl::Logic::BaseStage | inline |
BaseStage(IFactory *factory, const String &stageId) | Murl::Logic::BaseStage | inline |
BaseStage(IFactory *factory, const String &stageId, const String &switchId) | Murl::Logic::BaseStage | inline |
CreateStageTimeline(const IState *state, const String &timeline, Real introTime, Real outroTime) | Murl::Logic::BaseStage | inline |
GetChild(UInt32 index) const | Murl::Logic::BaseProcessor | inline |
GetNodeObserver() const | Murl::Logic::BaseProcessor | inline |
GetNodeObserverPtr() const | Murl::Logic::BaseProcessor | inline |
GetNumberOfChildren() const | Murl::Logic::BaseProcessor | inline |
GetProcessor() const | Murl::Logic::BaseProcessor | inline |
GetRunState() const | Murl::Logic::BaseStage | inline |
GetStage() const | Murl::Logic::BaseStage | inline |
GetStageId() const | Murl::Logic::BaseStage | inline |
GetStageProcessing() const | Murl::Logic::BaseStage | inline |
GetStageTimeline() const | Murl::Logic::BaseStage | inline |
GetStepableObserver() const | Murl::Logic::BaseProcessor | inline |
GetSwitchId() const | Murl::Logic::BaseStage | inline |
InitAddChild(const IState *state, IProcessorPtr processor) | Murl::Logic::BaseProcessor | inline |
IsEnabled() const | Murl::Logic::BaseProcessor | inline |
IsInitialized() const | Murl::Logic::BaseProcessor | inline |
IsRunState(IStage::RunState runState) const | Murl::Logic::BaseStage | inline |
IsStageStopped() const | Murl::Logic::BaseStage | inline |
OnDeInit(const Logic::IState *state) | Murl::Logic::BaseProcessor | inlineprotectedvirtual |
OnDeInitStage(const Logic::IState *state, Logic::IStageProcessor *stageProcessor) | Murl::Logic::BaseStage | inlineprotectedvirtual |
OnFinishFrame(const Logic::IState *state) | Murl::Logic::BaseProcessor | inlineprotectedvirtual |
OnFinishFrameChildren(const Logic::IState *state) | Murl::Logic::BaseProcessor | inlineprotectedvirtual |
OnFinishStageFrame(const Logic::IState *state, Logic::IStageProcessor *stageProcessor) | Murl::Logic::BaseStage | inlineprotectedvirtual |
OnFinishStageTick(const Logic::IState *state, Logic::IStageProcessor *stageProcessor) | Murl::Logic::BaseStage | inlineprotectedvirtual |
OnFinishTick(const Logic::IState *state) | Murl::Logic::BaseProcessor | inlineprotectedvirtual |
OnFinishTickChildren(const Logic::IState *state) | Murl::Logic::BaseProcessor | inlineprotectedvirtual |
OnInit(const Logic::IState *state) | Murl::Logic::BaseProcessor | inlineprotectedvirtual |
OnInitStage(const Logic::IState *state, Logic::IStageProcessor *stageProcessor) | Murl::Logic::BaseStage | inlineprotectedvirtual |
OnPackageFailedLoading(const Logic::IState *state, IPackage *package) | Murl::Logic::BaseProcessor | inlineprotectedvirtual |
OnPackageFailedUnloading(const Logic::IState *state, IPackage *package) | Murl::Logic::BaseProcessor | inlineprotectedvirtual |
OnPackageWasLoaded(const Logic::IState *state, IPackage *package) | Murl::Logic::BaseProcessor | inlineprotectedvirtual |
OnPackageWasUnloaded(const Logic::IState *state, IPackage *package) | Murl::Logic::BaseProcessor | inlineprotectedvirtual |
OnPackageWillBeLoaded(const Logic::IState *state, IPackage *package) | Murl::Logic::BaseProcessor | inlineprotectedvirtual |
OnPackageWillBeUnloaded(const Logic::IState *state, IPackage *package) | Murl::Logic::BaseProcessor | inlineprotectedvirtual |
OnProcessFrame(const Logic::IState *state) | Murl::Logic::BaseProcessor | inlineprotectedvirtual |
OnProcessFrameChildren(const Logic::IState *state) | Murl::Logic::BaseProcessor | inlineprotectedvirtual |
OnProcessStageFrame(const Logic::IState *state, Logic::IStageProcessor *stageProcessor) | Murl::Logic::BaseStage | inlineprotectedvirtual |
OnProcessStageTick(const Logic::IState *state, Logic::IStageProcessor *stageProcessor) | Murl::Logic::BaseStage | inlineprotectedvirtual |
OnProcessStageTickBeginIntro(const Logic::IState *state, Logic::IStageProcessor *stageProcessor) | Murl::Logic::BaseStage | inlineprotectedvirtual |
OnProcessStageTickBeginOutro(const Logic::IState *state, Logic::IStageProcessor *stageProcessor) | Murl::Logic::BaseStage | inlineprotectedvirtual |
OnProcessStageTickBeginRun(const Logic::IState *state, Logic::IStageProcessor *stageProcessor) | Murl::Logic::BaseStage | inlineprotectedvirtual |
OnProcessStageTickRun(const Logic::IState *state, Logic::IStageProcessor *stageProcessor) | Murl::Logic::BaseStage | inlineprotectedvirtual |
OnProcessStageTickRunIntro(const Logic::IState *state, Logic::IStageProcessor *stageProcessor) | Murl::Logic::BaseStage | inlineprotectedvirtual |
OnProcessStageTickRunOutro(const Logic::IState *state, Logic::IStageProcessor *stageProcessor) | Murl::Logic::BaseStage | inlineprotectedvirtual |
OnProcessStageTickStop(const Logic::IState *state, Logic::IStageProcessor *stageProcessor) | Murl::Logic::BaseStage | inlineprotectedvirtual |
OnProcessTick(const Logic::IState *state) | Murl::Logic::BaseProcessor | inlineprotectedvirtual |
OnProcessTickChildren(const Logic::IState *state) | Murl::Logic::BaseProcessor | inlineprotectedvirtual |
OnRunStateChanged(const Logic::IState *state, IEnums::AppRunState currentState, IEnums::AppRunState previousState) | Murl::Logic::BaseProcessor | inlineprotectedvirtual |
OnSetEnabled(Bool isEnabled) | Murl::Logic::BaseProcessor | inlineprotectedvirtual |
operator IProcessorPtr() const | Murl::Logic::BaseProcessor | inline |
operator IStagePtr() const | Murl::Logic::BaseStage | inline |
RemoveChild(IProcessorPtr processor) | Murl::Logic::BaseProcessor | inline |
RemoveDeInitChild(const IState *state, IProcessorPtr processor) | Murl::Logic::BaseProcessor | inline |
RemoveGraphNode(IObservableNodePtr observableNode) | Murl::Logic::BaseProcessor | inline |
RemoveStepable(IStepablePtr stepable) | Murl::Logic::BaseProcessor | inline |
SetAppProcessor(IAppProcessorPtr appProcessor) | Murl::Logic::BaseProcessor | inline |
SetAppStage(IAppStagePtr appStage) | Murl::Logic::BaseStage | inline |
SetEnabled(Bool isEnabled) | Murl::Logic::BaseProcessor | inline |
SetRunState(IStage::RunState runState) | Murl::Logic::BaseStage | inline |
SetStageId(const String &stageId) | Murl::Logic::BaseStage | inline |
SetStageProcessing(IStage::StageProcessing processing) | Murl::Logic::BaseStage | inline |
SetStageTimeline(IStageTimelinePtr stageTimeline) | Murl::Logic::BaseStage | inline |
SetSwitchId(const String &switchId) | Murl::Logic::BaseStage | inline |
StartStageIntro() | Murl::Logic::BaseStage | inline |
StartStageOutro() | Murl::Logic::BaseStage | inline |
StopStage() | Murl::Logic::BaseStage | inline |
~BaseProcessor() | Murl::Logic::BaseProcessor | inlinevirtual |
~BaseStage() | Murl::Logic::BaseStage | inlinevirtual |