#include <Actor.h>
Inheritance diagram for OpenCAL::Actor:
Public Member Functions | |
const System * | getParent () const |
bool | isEnabled () const |
void | enable () |
void | disable () |
void | toggle () |
void | setEnabled (bool enabled) |
bool | getDraw () const |
void | setDraw (bool enabled=true) |
void | enableDraw () |
void | disableDraw () |
void | toggleDraw () |
virtual bool | isInitialized () const |
virtual void | initialize () |
virtual void | execute (float seconds) |
virtual void | render () |
Protected Member Functions | |
Actor (System *parent) | |
Protected Attributes | |
System * | m_parent |
bool | m_initialized |
bool | m_draw |
bool | m_enabled |
Definition at line 25 of file Actor.h.