#include <glXPipe.h>


Public Member Functions | |
| GLXPipe (Pipe *parent) | |
| Display * | getXDisplay () const |
| GLXEventHandler * | getGLXEventHandler () |
GLX/X11 initialization | |
| virtual bool | configInit () |
| Initialize this pipe for the GLX window system. | |
| virtual void | configExit () |
| Deinitialize this pipe for the GLX window system. | |
| virtual void | initEventHandler () |
| Init the GLX-specific event handler. | |
| virtual void | exitEventHandler () |
| Exit the GLX-specific event handler. | |
Definition at line 29 of file glXPipe.h.
| bool eq::GLXPipe::configInit | ( | ) | [virtual] |
Initialize this pipe for the GLX window system.
Implements eq::OSPipe.
Definition at line 48 of file glXPipe.cpp.
References eq::OSPipe::_pipe, EQINFO, eq::Pipe::getDevice(), and eq::OSPipe::setErrorMessage().

| void eq::GLXPipe::configExit | ( | ) | [virtual] |
Deinitialize this pipe for the GLX window system.
Implements eq::OSPipe.
Definition at line 75 of file glXPipe.cpp.
References EQINFO, and getXDisplay().

| void eq::GLXPipe::initEventHandler | ( | ) | [virtual] |
| void eq::GLXPipe::exitEventHandler | ( | ) | [virtual] |
| Display* eq::GLXPipe::getXDisplay | ( | ) | const [inline] |
Definition at line 58 of file glXPipe.h.
Referenced by configExit(), and eq::GLXWindow::getXDisplay().

| GLXEventHandler* eq::GLXPipe::getGLXEventHandler | ( | ) | [inline] |
0.9 by
1.5.8