Public Member Functions | |
ExampleDriver (ConfigFile *cf, int section) | |
virtual int | ProcessMessage (MessageQueue *resp_queue, player_msghdr *hdr, void *data) |
virtual int | Setup () |
virtual int | Shutdown () |
Private Member Functions | |
virtual void | Main () |
virtual void | Update () |
Private Attributes | |
int | foop |
Definition at line 177 of file glutgraphics.cc.
ExampleDriver::ExampleDriver | ( | ConfigFile * | cf, |
int | section | ||
) |
Definition at line 227 of file glutgraphics.cc.
void ExampleDriver::Main | ( | ) | [private, virtual] |
Definition at line 339 of file glutgraphics.cc.
int ExampleDriver::ProcessMessage | ( | MessageQueue * | resp_queue, |
player_msghdr * | hdr, | ||
void * | data | ||
) | [virtual] |
Definition at line 315 of file glutgraphics.cc.
int ExampleDriver::Setup | ( | ) | [virtual] |
Definition at line 243 of file glutgraphics.cc.
int ExampleDriver::Shutdown | ( | ) | [virtual] |
Definition at line 300 of file glutgraphics.cc.
void ExampleDriver::Update | ( | void | ) | [private, virtual] |
Definition at line 330 of file glutgraphics.cc.
int ExampleDriver::foop [private] |
Definition at line 200 of file glutgraphics.cc.