Murl Engine API  Version 2018.3
Murl::Logic::Stepable Class Reference

The IStepable interface implementation. More...

#include <murl_logic_stepable.h>

Detailed Description

The IStepable interface implementation.

Inheritance diagram for Murl::Logic::Stepable:
Murl::Logic::IStepable Murl::Logic::BaseStepable Murl::Logic::Timeframe Murl::Logic::Timeline Murl::Logic::GraphInstanceObjects< InstanceObjectType > Murl::Logic::GraphReplication Murl::Logic::StateMachine< StateType, HashFunc > Murl::Logic::BaseTimeframe Murl::Logic::Animation< Vector > Murl::Logic::Animation< DataType > Murl::Logic::BaseTimeline Murl::Logic::GraphPositionInstance Murl::Logic::GraphSoundInstance Murl::Logic::SoundFader

Public Member Functions

virtual ~Stepable ()
 The destructor.
 
virtual Bool SetAppStepable (IAppStepablePtr appStepable)
 Implementation of IStepable::SetAppStepable() method. More...
 
virtual void SetEnabled (Bool isEnabled)
 Implementation of IStepable::SetEnabled() method. More...
 
virtual Bool IsEnabled () const
 Implementation of IStepable::IsEnabled() method. More...
 
virtual void Reset ()
 Implementation of IStepable::Reset() method.
 
virtual void ProcessTick (const Logic::IState *state)
 Implementation of IStepable::ProcessTick() method. More...
 
virtual void FinishTick (const Logic::IState *state)
 Implementation of IStepable::FinishTick() method. More...
 

Static Public Member Functions

static IStepablePtr Create ()
 Create a stepable object. More...
 

Member Function Documentation

◆ Create()

static IStepablePtr Murl::Logic::Stepable::Create ( )
static

Create a stepable object.

Returns
The created stepable object, or null if failed.

◆ SetAppStepable()

virtual Bool Murl::Logic::Stepable::SetAppStepable ( IAppStepablePtr  appStepable)
virtual

Implementation of IStepable::SetAppStepable() method.

Parameters
appStepableThe stepable callback object.
Returns
true if successful.

Implements Murl::Logic::IStepable.

◆ SetEnabled()

virtual void Murl::Logic::Stepable::SetEnabled ( Bool  isEnabled)
virtual

Implementation of IStepable::SetEnabled() method.

Parameters
isEnabledtrue for enable, false for disable.

Implements Murl::Logic::IStepable.

◆ IsEnabled()

virtual Bool Murl::Logic::Stepable::IsEnabled ( ) const
virtual

Implementation of IStepable::IsEnabled() method.

Returns
true if enabled.

Implements Murl::Logic::IStepable.

◆ ProcessTick()

virtual void Murl::Logic::Stepable::ProcessTick ( const Logic::IState state)
virtual

Implementation of IStepable::ProcessTick() method.

Parameters
stateThe IState object.

Implements Murl::Logic::IStepable.

Reimplemented in Murl::Logic::Timeline, and Murl::Logic::Timeframe.

◆ FinishTick()

virtual void Murl::Logic::Stepable::FinishTick ( const Logic::IState state)
virtual

Implementation of IStepable::FinishTick() method.

Parameters
stateThe IState object.

Implements Murl::Logic::IStepable.


The documentation for this class was generated from the following file: