#include <GlotzGlBaseObject.h>

Public Member Functions | |
| GlotzGlBaseObject () | |
| ~GlotzGlBaseObject () | |
| virtual void | Update () |
| GlutWindow * | GetParentWindow () |
| void | SetParentWindow (GlutWindow *) |
| int | GetSequencer () |
| void | SetSequencer (int) |
Protected Attributes | |
| GlutWindow * | mWindow |
| int | mSequencer |
Static Protected Attributes | |
| static int | sSequencer = 0 |
| glotzopengl::GlotzGlBaseObject::GlotzGlBaseObject | ( | ) |
| glotzopengl::GlotzGlBaseObject::~GlotzGlBaseObject | ( | ) |
| void glotzopengl::GlotzGlBaseObject::Update | ( | ) | [virtual] |
| GlutWindow * glotzopengl::GlotzGlBaseObject::GetParentWindow | ( | ) |
| void glotzopengl::GlotzGlBaseObject::SetParentWindow | ( | GlutWindow * | window | ) |
| int glotzopengl::GlotzGlBaseObject::GetSequencer | ( | ) |
| void glotzopengl::GlotzGlBaseObject::SetSequencer | ( | int | s | ) |
int glotzopengl::GlotzGlBaseObject::sSequencer = 0 [static, protected] |
GlutWindow* glotzopengl::GlotzGlBaseObject::mWindow [protected] |
int glotzopengl::GlotzGlBaseObject::mSequencer [protected] |
1.5.3