GLCapability

Undocumented in source.

Members

Functions

configureFrame
bool configureFrame(GdkEventConfigure* event, Widget widget)
Undocumented in source. Be warned that the author may not have intended to support it.
exposeFrame
bool exposeFrame(GdkEventExpose* event, Widget widget)
Undocumented in source. Be warned that the author may not have intended to support it.
getAlreadyRealized
bool getAlreadyRealized()
Undocumented in source. Be warned that the author may not have intended to support it.
getGLHeight
GLfloat getGLHeight()
Undocumented in source. Be warned that the author may not have intended to support it.
getGLWidth
GLfloat getGLWidth()
Undocumented in source. Be warned that the author may not have intended to support it.
glDrawFrame
bool glDrawFrame()

The widget should use this method to redraw it self at any time

glDrawFrame
bool glDrawFrame(Widget widget)

The application should use this method to redraw the scene at any time

mapFrame
void mapFrame(Widget widget)
Undocumented in source. Be warned that the author may not have intended to support it.
onMap
bool onMap()
Undocumented in source. Be warned that the author may not have intended to support it.
onUnmap
bool onUnmap()
Undocumented in source. Be warned that the author may not have intended to support it.
onVisibility
bool onVisibility(GdkEventVisibility* event)
Undocumented in source. Be warned that the author may not have intended to support it.
realizeFrame
void realizeFrame(Widget widget)
Undocumented in source. Be warned that the author may not have intended to support it.
setGLCapability
bool setGLCapability(GLConfig glConfig, int renderType)

Sets the GL capabilities for the widget

setGLCapability
bool setGLCapability(Widget widget, GLConfig glConfig, GLContext shareList, bool direct, int renderType)

Set the GL capabilities for the widget

unmapFrame
void unmapFrame(Widget widget)
Undocumented in source. Be warned that the author may not have intended to support it.
visibilityFrame
bool visibilityFrame(GdkEventVisibility* event, Widget widget)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

alreadyRealized
bool alreadyRealized;
Undocumented in source.
height
GLfloat height;
Undocumented in source.
width
GLfloat width;
Undocumented in source.

Meta