Equalizer 1.0
|
The interface defining the minimum functionality for a WGL window. More...
#include <wglWindow.h>
Public Member Functions | |
WGLWindowIF (Window *parent) | |
Construct a new WGL window for the given eq::Window. | |
virtual | ~WGLWindowIF () |
Destruct the WGL window. | |
virtual HGLRC | getWGLContext () const =0 |
virtual HWND | getWGLWindowHandle () const =0 |
virtual HPBUFFERARB | getWGLPBufferHandle () const =0 |
virtual HDC | getWGLDC () const =0 |
virtual HDC | getWGLAffinityDC () |
virtual bool | processEvent (const WGLWindowEvent &event)=0 |
Process the given event. |
The interface defining the minimum functionality for a WGL window.
Definition at line 30 of file wglWindow.h.
eq::WGLWindowIF::WGLWindowIF | ( | Window * | parent | ) | [inline] |
Construct a new WGL window for the given eq::Window.
Definition at line 34 of file wglWindow.h.
virtual eq::WGLWindowIF::~WGLWindowIF | ( | ) | [inline, virtual] |
virtual HDC eq::WGLWindowIF::getWGLAffinityDC | ( | ) | [inline, virtual] |
Reimplemented in eq::WGLWindow.
Definition at line 55 of file wglWindow.h.
virtual HGLRC eq::WGLWindowIF::getWGLContext | ( | ) | const [pure virtual] |
virtual HDC eq::WGLWindowIF::getWGLDC | ( | ) | const [pure virtual] |
Implemented in eq::WGLWindow.
virtual HPBUFFERARB eq::WGLWindowIF::getWGLPBufferHandle | ( | ) | const [pure virtual] |
virtual HWND eq::WGLWindowIF::getWGLWindowHandle | ( | ) | const [pure virtual] |
virtual bool eq::WGLWindowIF::processEvent | ( | const WGLWindowEvent & | event | ) | [pure virtual] |