#include <ViewerDevice.h>
Inheritance diagram for LUVis::ViewerDevice:

Public Member Functions | |
| ViewerDevice (void) | |
| ~ViewerDevice (void) | |
Protected Member Functions | |
| bool | CreateGLWindow (PictureBox^object) |
| bool | KillGLWindow () |
| bool | makeCurrent () |
| bool | SwapBuffer () |
Private Attributes | |
| HGLRC | hRC |
| Permanent Rendering Context. | |
| HWND | hWnd |
| Holds Our Window Handle. | |
| HDC | hDC |
| GDI Device Context. | |
| ViewerDevice::ViewerDevice | ( | void | ) |
| ViewerDevice::~ViewerDevice | ( | void | ) |
| bool ViewerDevice::CreateGLWindow | ( | PictureBox^ | object | ) | [protected] |
| bool ViewerDevice::KillGLWindow | ( | ) | [protected] |
| bool ViewerDevice::makeCurrent | ( | ) | [protected] |
| bool ViewerDevice::SwapBuffer | ( | ) | [protected] |
HDC LUVis::ViewerDevice::hDC [private] |
GDI Device Context.
HGLRC LUVis::ViewerDevice::hRC [private] |
Permanent Rendering Context.
HWND LUVis::ViewerDevice::hWnd [private] |
Holds Our Window Handle.
1.4.7