GLCapability

Undocumented in source.

Members

Functions

configureFrame
bool configureFrame(Event event, Widget widget)
Undocumented in source. Be warned that the author may not have intended to support it.
drawFrame
bool drawFrame()

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

drawFrame
bool drawFrame(Scoped!Context cr, 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.
mapFrame
void mapFrame(Widget widget)
Undocumented in source. Be warned that the author may not have intended to support it.
onMap
void onMap()
Undocumented in source. Be warned that the author may not have intended to support it.
onUnmap
void onUnmap()
Undocumented in source. Be warned that the author may not have intended to support it.
onVisibility
bool onVisibility(Event 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(Event 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