Public Member Functions | |
GraphicsHandleWin32 () | |
void | setHWND (HWND hwnd) |
HWND | getHWND () const |
void | setHDC (HDC hdc) |
HDC | getHDC () const |
void | setWGLContext (HGLRC hglrc) |
HGLRC | getWGLContext () const |
Protected Attributes | |
HWND | _hwnd |
HDC | _hdc |
HGLRC | _hglrc |
osgViewer::GraphicsHandleWin32::GraphicsHandleWin32 | ( | ) | [inline] |
void osgViewer::GraphicsHandleWin32::setHWND | ( | HWND | hwnd | ) | [inline] |
Set native window.
HWND osgViewer::GraphicsHandleWin32::getHWND | ( | ) | const [inline] |
Get native window.
void osgViewer::GraphicsHandleWin32::setHDC | ( | HDC | hdc | ) | [inline] |
Set device context.
HDC osgViewer::GraphicsHandleWin32::getHDC | ( | ) | const [inline] |
Get device context.
void osgViewer::GraphicsHandleWin32::setWGLContext | ( | HGLRC | hglrc | ) | [inline] |
Set native OpenGL graphics context.
HGLRC osgViewer::GraphicsHandleWin32::getWGLContext | ( | ) | const [inline] |
Get native OpenGL graphics context.
HWND osgViewer::GraphicsHandleWin32::_hwnd [protected] |
HDC osgViewer::GraphicsHandleWin32::_hdc [protected] |
HGLRC osgViewer::GraphicsHandleWin32::_hglrc [protected] |