Inheritance diagram for GLWindow:
Public Member Functions | |
char[] | toString () |
Gets an object identification. | |
this (GLConfig glconfig, WindowG window, int[] attrib_list) | |
Creates a new GLWindow. | |
void | destroy () |
Destroy this GLWindow. | |
WindowG | getWindow () |
Gets the WindowG from this GLWindow. | |
GLWindow | setGLCapability (WindowG windowG, GLConfig glconfig, int[] attrib_list) |
Sets GL capabilities for a WindowG. | |
Static Public Member Functions | |
void | unsetGLCapability (WindowG windowG) |
Removes GL Capabilities fro the window. | |
bit | isGLCapable (WindowG windowG) |
Checks if the window is GL capable. | |
GLWindow | getGLWindow (WindowG windowG) |
Gets the GLWindow from the WindowG. |
|
Destroy this GLWindow.
|
|
Gets the GLWindow from the WindowG.
|
|
Gets the WindowG from this GLWindow.
|
|
Checks if the window is GL capable.
|
|
Sets GL capabilities for a WindowG.
|
|
Creates a new GLWindow.
|
|
Gets an object identification.
|
|
Removes GL Capabilities fro the window.
|