![]() |
Murl Engine API
Version 2018.3
|
A helper class for simple use of the ITimeframe object. More...
#include <murl_logic_base_timeframe.h>
A helper class for simple use of the ITimeframe object.
A timeframe is created at object instantiation.
Public Member Functions | |
BaseTimeframe () | |
The default constructor. More... | |
virtual | ~BaseTimeframe () |
The destructor. More... | |
operator IStepablePtr () | |
Conversion operator. More... | |
operator ITimeframePtr () | |
Conversion operator. More... | |
![]() | |
virtual | ~Timeframe () |
The destructor. | |
virtual void | ProcessTick (const Logic::IState *state) |
Implementation of IStepable::ProcessTick() method. More... | |
virtual IStepablePtr | GetStepable () |
Implementation of Timeframe::GetStepable() method. More... | |
virtual void | Reset () |
Implementation of Timeframe::Reset() method. | |
virtual void | Start () |
Implementation of Timeframe::Start() method. | |
virtual void | Start (Real endTime) |
Implementation of Timeframe::Start(Real endTime) method. More... | |
virtual Bool | SetCurrentTime (Real time) |
Implementation of Timeframe::SetCurrentTime() method. More... | |
virtual Bool | Finish () |
Implementation of Timeframe::Finish() method. More... | |
virtual Bool | IsRunning () const |
Implementation of Timeframe::IsRunning() method. More... | |
virtual Bool | WasStarted () const |
Implementation of Timeframe::WasStarted() method. More... | |
virtual Bool | WasRunning () const |
Implementation of Timeframe::WasRunning() method. More... | |
virtual Bool | IsOrWasRunning () const |
Implementation of Timeframe::IsOrWasRunning() method. More... | |
virtual Bool | HasPassedTime (Real time) const |
Implementation of Timeframe::HasPassedTime() method. More... | |
virtual Bool | SetTimeScale (Real timeScale) |
Implementation of Timeframe::SetTimeScale() method. More... | |
virtual Real | GetTimeScale () const |
Implementation of Timeframe::GetTimeScale() method. More... | |
virtual Bool | SetEndTime (Real endTime) |
Implementation of Timeframe::SetEndTime() method. More... | |
virtual Real | GetEndTime () const |
Implementation of Timeframe::GetEndTime() method. More... | |
virtual Double | GetCurrentTime () const |
Implementation of Timeframe::GetCurrentTime() method. More... | |
virtual Double | GetRemainingTime () const |
Implementation of Timeframe::GetRemainingTime() method. More... | |
![]() | |
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 | FinishTick (const Logic::IState *state) |
Implementation of IStepable::FinishTick() method. More... | |
Additional Inherited Members | |
![]() | |
static ITimeframePtr | Create () |
Create a timeframe object. More... | |
![]() | |
static IStepablePtr | Create () |
Create a stepable object. More... | |
|
inline |
The default constructor.
Creates a ITimeframe object.
|
inlinevirtual |
The destructor.
Destroys the ITimeframe object.
|
inline |
Conversion operator.
|
inline |
Conversion operator.