#include <p_driver.h>

Public Member Functions | |
| InterfaceGraphics3d (player_devaddr_t addr, StgDriver *driver, ConfigFile *cf, int section) | |
| virtual int | ProcessMessage (QueuePointer &resp_queue, player_msghdr *hdr, void *data) |
| void | Subscribe (QueuePointer &queue) |
| void | Unsubscribe (QueuePointer &queue) |
| virtual | ~InterfaceGraphics3d (void) |
Public Attributes | |
| PlayerGraphics3dVis * | vis |
Definition at line 358 of file p_driver.h.
| InterfaceGraphics3d::InterfaceGraphics3d | ( | player_devaddr_t | addr, |
| StgDriver * | driver, | ||
| ConfigFile * | cf, | ||
| int | section | ||
| ) |
Definition at line 321 of file p_graphics.cc.
| InterfaceGraphics3d::~InterfaceGraphics3d | ( | void | ) | [virtual] |
Definition at line 328 of file p_graphics.cc.
| int InterfaceGraphics3d::ProcessMessage | ( | QueuePointer & | resp_queue, |
| player_msghdr * | hdr, | ||
| void * | data | ||
| ) | [virtual] |
Definition at line 341 of file p_graphics.cc.
| void InterfaceGraphics3d::Subscribe | ( | QueuePointer & | queue | ) | [virtual] |
Reimplemented from Interface.
Definition at line 333 of file p_graphics.cc.
| void InterfaceGraphics3d::Unsubscribe | ( | QueuePointer & | queue | ) | [virtual] |
Reimplemented from Interface.
Definition at line 337 of file p_graphics.cc.
Definition at line 371 of file p_driver.h.