#include <p_driver.h>
Public Member Functions | |
InterfaceGraphics2d (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 | ~InterfaceGraphics2d (void) |
Public Attributes | |
PlayerGraphics2dVis * | vis |
Definition at line 341 of file p_driver.h.
InterfaceGraphics2d::InterfaceGraphics2d | ( | player_devaddr_t | addr, |
StgDriver * | driver, | ||
ConfigFile * | cf, | ||
int | section | ||
) |
Definition at line 203 of file p_graphics.cc.
InterfaceGraphics2d::~InterfaceGraphics2d | ( | void | ) | [virtual] |
Definition at line 210 of file p_graphics.cc.
int InterfaceGraphics2d::ProcessMessage | ( | QueuePointer & | resp_queue, |
player_msghdr * | hdr, | ||
void * | data | ||
) | [virtual] |
Definition at line 223 of file p_graphics.cc.
void InterfaceGraphics2d::Subscribe | ( | QueuePointer & | queue | ) | [virtual] |
Reimplemented from Interface.
Definition at line 215 of file p_graphics.cc.
void InterfaceGraphics2d::Unsubscribe | ( | QueuePointer & | queue | ) | [virtual] |
Reimplemented from Interface.
Definition at line 219 of file p_graphics.cc.
Definition at line 354 of file p_driver.h.