#include <RunnableState.h>
Inherits State.

Public Member Functions | |
| virtual void | Update (AppTime curTimeMS, AppTime elapsedTimeMS)=0 |
| virtual void | UpdateEnd (AppTime curTimeMS, AppTime elapsedTimeMS) |
| virtual void | Render (AppTime curTimeMS)=0 |
| void | SetParentApp (AppInterface *parent) |
| virtual void | OnStateReady (void) |
| virtual void | SetFocus (bool hasFocus) |
Protected Attributes | |
| AppInterface * | parent |
Definition at line 9 of file RunnableState.h.
| void RunnableState::OnStateReady | ( | void | ) | [virtual] |
Definition at line 13 of file RunnableState.cpp.
| virtual void RunnableState::Render | ( | AppTime | curTimeMS | ) | [pure virtual] |
| void RunnableState::SetFocus | ( | bool | hasFocus | ) | [virtual] |
Definition at line 9 of file RunnableState.cpp.
| void RunnableState::SetParentApp | ( | AppInterface * | parent | ) |
Definition at line 5 of file RunnableState.cpp.
| virtual void RunnableState::UpdateEnd | ( | AppTime | curTimeMS, | |
| AppTime | elapsedTimeMS | |||
| ) | [inline, virtual] |
Definition at line 13 of file RunnableState.h.
AppInterface* RunnableState::parent [protected] |
Definition at line 25 of file RunnableState.h.
1.7.1