GLWidget Class Reference

List of all members.

Detailed Description

Functions for font rendering in OpenGL.


Public Member Functions

char[] toString ()
 Gets an object identification.

Static Public Member Functions

public bit setGLCapability (Widget widget, GLConfig glconfig, GLContext share_list, bit direct, int render_type)
 Sets GL capabilities for the widget.
bit isGLCapable (Widget widget)
 Checks if this widget is GL capable.
GLConfig getGLConfig (Widget widget)
 Gets the GLConfig from the widget.
GLContext createGLContext (Widget widget, GLContext share_list, bit direct, int render_type)
 Creates a new GLConext for (from???) the widget.
GLContext getGLContext (Widget widget)
 Gets the GLContext for (from???) the widget.
GLWindow getGLWindow (Widget widget)
 Gets the gl winddow for (from???) the widget.
GLDrawable getGLDrawable (Widget widget)
 Gets the GL Frawable for (from???) the widget.


Member Function Documentation

GLContext GLWidget.createGLContext Widget  widget,
GLContext  share_list,
bit  direct,
int  render_type
[static]
 

Creates a new GLConext for (from???) the widget.

Parameters:
widget 
share_list GLContext
direct 
render_type 

GLConfig GLWidget.getGLConfig Widget  widget  )  [static]
 

Gets the GLConfig from the widget.

Parameters:
widget 
Returns:
a new GLConfig

GLContext GLWidget.getGLContext Widget  widget  )  [static]
 

Gets the GLContext for (from???) the widget.

Parameters:
widget 
Returns:
a new GLContext

GLDrawable GLWidget.getGLDrawable Widget  widget  )  [static]
 

Gets the GL Frawable for (from???) the widget.

Parameters:
widget 
Returns:
a new GLDrawable

GLWindow GLWidget.getGLWindow Widget  widget  )  [static]
 

Gets the gl winddow for (from???) the widget.

Parameters:
widget 
Returns:
a new GLWindow

bit GLWidget.isGLCapable Widget  widget  )  [static]
 

Checks if this widget is GL capable.

Parameters:
widget 
Returns:
true if the widget is gl capable

public bit GLWidget.setGLCapability Widget  widget,
GLConfig  glconfig,
GLContext  share_list,
bit  direct,
int  render_type
[static]
 

Sets GL capabilities for the widget.

Parameters:
widget 
glconfig 
share_list GLContext
direct 
render_type 

char [] GLWidget.toString  ) 
 

Gets an object identification.

Returns:
a string that identifies the object (or the class)


SourceForge.net Logo DSource.org Logo digitalmars.com Logo