The interface defining the minimum functionality for a GLX window. More...
#include <glXWindow.h>


Public Member Functions | |
| GLXWindowIF (Window *parent) | |
| virtual GLXContext | getGLXContext () const =0 |
| virtual XID | getXDrawable () const =0 |
| virtual bool | processEvent (const GLXWindowEvent &event) |
| virtual Display * | getXDisplay ()=0 |
| virtual Display * | getXDisplay () const =0 |
The interface defining the minimum functionality for a GLX window.
Definition at line 28 of file glXWindow.h.
| virtual GLXContext eq::GLXWindowIF::getGLXContext | ( | ) | const [pure virtual] |
Implemented in eq::GLXWindow.
Referenced by eq::GLXWindow::createGLXContext().

| virtual XID eq::GLXWindowIF::getXDrawable | ( | ) | const [pure virtual] |
Implemented in eq::GLXWindow.
| virtual Display* eq::GLXWindowIF::getXDisplay | ( | ) | [pure virtual] |
Implemented in eq::GLXWindow.
0.9.1 by
1.6.1