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


Public Member Functions | |
| WGLWindowIF (Window *parent) | |
| virtual HGLRC | getWGLContext () const =0 |
| virtual HWND | getWGLWindowHandle () const =0 |
| virtual HPBUFFERARB | getWGLPBufferHandle () const =0 |
| virtual HDC | getWGLDC () const =0 |
| virtual HDC | getWGLAffinityDC () |
| WGLEWContext * | wglewGetContext () |
| virtual bool | processEvent (const WGLWindowEvent &event) |
| Process an event received from WGL. | |
The interface defining the minimum functionality for a WGL window.
Definition at line 29 of file wglWindow.h.
| virtual HGLRC eq::WGLWindowIF::getWGLContext | ( | ) | const [pure virtual] |
Implemented in eq::WGLWindow.
Referenced by eq::WGLWindow::createWGLContext().

| virtual HWND eq::WGLWindowIF::getWGLWindowHandle | ( | ) | const [pure virtual] |
Implemented in eq::WGLWindow.
Referenced by eq::WGLEventHandler::WGLEventHandler().

| virtual HPBUFFERARB eq::WGLWindowIF::getWGLPBufferHandle | ( | ) | const [pure virtual] |
Implemented in eq::WGLWindow.
| virtual HDC eq::WGLWindowIF::getWGLDC | ( | ) | const [pure virtual] |
Implemented in eq::WGLWindow.
| virtual HDC eq::WGLWindowIF::getWGLAffinityDC | ( | ) | [inline, virtual] |
Reimplemented in eq::WGLWindow.
Definition at line 48 of file wglWindow.h.
| WGLEWContext * eq::WGLWindowIF::wglewGetContext | ( | ) |
Definition at line 33 of file wglWindow.cpp.
References eq::OSWindow::_window, and eq::Window::getOSPipe().

| virtual bool eq::WGLWindowIF::processEvent | ( | const WGLWindowEvent & | event | ) | [inline, virtual] |
Process an event received from WGL.
Reimplemented in eq::WGLWindow.
Definition at line 54 of file wglWindow.h.
References eq::OSWindow::_window, and eq::Window::processEvent().

0.9.1 by
1.6.1