Equalizer
1.2.1
|
The interface defining the minimum functionality for a WGL window. More...
#include <window.h>
Public Member Functions | |
WindowIF (eq::Window *parent) | |
Construct a new WGL window for the given eq::Window. | |
virtual | ~WindowIF () |
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 WindowEvent &event)=0 |
Process the given event. |
The interface defining the minimum functionality for a WGL window.
Definition at line 30 of file include/eq/client/wgl/window.h.
eq::wgl::WindowIF::WindowIF | ( | eq::Window * | parent | ) | [inline] |
Construct a new WGL window for the given eq::Window.
Definition at line 34 of file include/eq/client/wgl/window.h.
virtual eq::wgl::WindowIF::~WindowIF | ( | ) | [inline, virtual] |
virtual HDC eq::wgl::WindowIF::getWGLAffinityDC | ( | ) | [inline, virtual] |
Reimplemented in eq::wgl::Window.
Definition at line 55 of file include/eq/client/wgl/window.h.
virtual HGLRC eq::wgl::WindowIF::getWGLContext | ( | ) | const [pure virtual] |
virtual HDC eq::wgl::WindowIF::getWGLDC | ( | ) | const [pure virtual] |
Implemented in eq::wgl::Window.
virtual HPBUFFERARB eq::wgl::WindowIF::getWGLPBufferHandle | ( | ) | const [pure virtual] |
virtual HWND eq::wgl::WindowIF::getWGLWindowHandle | ( | ) | const [pure virtual] |
virtual bool eq::wgl::WindowIF::processEvent | ( | const WindowEvent & | event | ) | [pure virtual] |