WindowBuilder

Window builder class. This class cannot be instantiated.

Members

Functions

accumAlphaBits
deprecated int accumAlphaBits(int bits)
Undocumented in source. Be warned that the author may not have intended to support it.
accumBlueBits
deprecated int accumBlueBits(int bits)
Undocumented in source. Be warned that the author may not have intended to support it.
accumGreenBits
deprecated int accumGreenBits(int bits)
Undocumented in source. Be warned that the author may not have intended to support it.
accumRedBits
deprecated int accumRedBits(int bits)
Undocumented in source. Be warned that the author may not have intended to support it.
alphaBits
int alphaBits(int bits)
Undocumented in source. Be warned that the author may not have intended to support it.
autoIconify
bool autoIconify(bool autoIconify)
Undocumented in source. Be warned that the author may not have intended to support it.
auxBuffers
int auxBuffers(int buffers)
Undocumented in source. Be warned that the author may not have intended to support it.
blueBits
int blueBits(int bits)
Undocumented in source. Be warned that the author may not have intended to support it.
buildFullscreenWindow
Window buildFullscreenWindow(Window share)
Undocumented in source. Be warned that the author may not have intended to support it.
buildFullscreenWindow
Window buildFullscreenWindow(Screen screen, Window share)
Undocumented in source. Be warned that the author may not have intended to support it.
buildWindow
Window buildWindow(Window share)
clientAPI
ClientAPI clientAPI(ClientAPI clientAPI)
Undocumented in source. Be warned that the author may not have intended to support it.
contextReleaseBehavior
ContextReleaseBehavior contextReleaseBehavior(ContextReleaseBehavior contextReleaseBehavior)
Undocumented in source. Be warned that the author may not have intended to support it.
contextRevision
int contextRevision(int revision)
Undocumented in source. Be warned that the author may not have intended to support it.
contextRobustness
ContextRobustness contextRobustness(ContextRobustness contextRobustness)
Undocumented in source. Be warned that the author may not have intended to support it.
contextVersionMajor
int contextVersionMajor(int major)
Undocumented in source. Be warned that the author may not have intended to support it.
contextVersionMinor
int contextVersionMinor(int minor)
Undocumented in source. Be warned that the author may not have intended to support it.
decorated
bool decorated(bool decorated)
Undocumented in source. Be warned that the author may not have intended to support it.
defaultHints
void defaultHints()
Undocumented in source. Be warned that the author may not have intended to support it.
depthBits
int depthBits(int bits)
Undocumented in source. Be warned that the author may not have intended to support it.
doublebuffer
bool doublebuffer(bool doublebuffer)
Undocumented in source. Be warned that the author may not have intended to support it.
floating
bool floating(bool floating)
Undocumented in source. Be warned that the author may not have intended to support it.
focused
bool focused(bool focused)
Undocumented in source. Be warned that the author may not have intended to support it.
forwardCompatible
bool forwardCompatible(bool compatible)
Undocumented in source. Be warned that the author may not have intended to support it.
greenBits
int greenBits(int bits)
Undocumented in source. Be warned that the author may not have intended to support it.
hasDebugContext
bool hasDebugContext(bool hasDebugContext)
Undocumented in source. Be warned that the author may not have intended to support it.
height
int height(int height)

Set height of window to be created.

maximized
bool maximized(bool maximized)
Undocumented in source. Be warned that the author may not have intended to support it.
profile
OpenGLProfile profile(OpenGLProfile profile)
Undocumented in source. Be warned that the author may not have intended to support it.
redBits
int redBits(int bits)
Undocumented in source. Be warned that the author may not have intended to support it.
refreshRate
int refreshRate(int refreshRate)
Undocumented in source. Be warned that the author may not have intended to support it.
resizable
bool resizable(bool resizable)
Undocumented in source. Be warned that the author may not have intended to support it.
samples
int samples(int samples)
Undocumented in source. Be warned that the author may not have intended to support it.
srgbCapable
bool srgbCapable(bool srgbCapable)
Undocumented in source. Be warned that the author may not have intended to support it.
stencilBits
int stencilBits(int bits)
Undocumented in source. Be warned that the author may not have intended to support it.
stereo
bool stereo(bool stereo)
Undocumented in source. Be warned that the author may not have intended to support it.
title
string title(string title)

Set title of window to be created.

visible
bool visible(bool visible)
Undocumented in source. Be warned that the author may not have intended to support it.
width
int width(int width)

Set width of window to be created.

Static functions

opCall
WindowBuilder opCall()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta