NAME
Qt::OpenGL::QGLFormat
PUBLIC METHODS
- QGLFormat()
- QGLFormat()
- QGLFormat(, )
- QGLFormat(, = 0)
- ~QGLFormat()
- bool accum()
- int accumBufferSize()
- bool alpha()
- int alphaBufferSize()
- int blueBufferSize()
- static QGLFormat defaultFormat()
- static QGLFormat defaultOverlayFormat()
- bool depth()
- int depthBufferSize()
- bool directRendering()
- bool doubleBuffer()
- int greenBufferSize()
- static bool hasOpenGL()
- static bool hasOpenGLOverlays()
- bool hasOverlay()
- int majorVersion()
- int minorVersion()
- static QFlags<QGLFormat::OpenGLVersionFlag> openGLVersionFlags()
- QGLFormat & operator=()
- int plane()
- QGLFormat::OpenGLContextProfile profile()
- int redBufferSize()
- bool rgba()
- bool sampleBuffers()
- int samples()
- void setAccum()
- void setAccumBufferSize()
- void setAlpha()
- void setAlphaBufferSize()
- void setBlueBufferSize()
- static void setDefaultFormat()
- static void setDefaultOverlayFormat()
- void setDepth()
- void setDepthBufferSize()
- void setDirectRendering()
- void setDoubleBuffer()
- void setGreenBufferSize()
- void setOption()
- void setOverlay()
- void setPlane()
- void setProfile()
- void setRedBufferSize()
- void setRgba()
- void setSampleBuffers()
- void setSamples()
- void setStencil()
- void setStencilBufferSize()
- void setStereo()
- void setSwapInterval()
- void setVersion(, )
- bool stencil()
- int stencilBufferSize()
- bool stereo()
- int swapInterval()
- bool testOption()
ENUM VALUES
- NoProfile
- CoreProfile
- CompatibilityProfile
- OpenGL_Version_None
- OpenGL_Version_1_1
- OpenGL_Version_1_2
- OpenGL_Version_1_3
- OpenGL_Version_1_4
- OpenGL_Version_1_5
- OpenGL_Version_2_0
- OpenGL_Version_2_1
- OpenGL_ES_Common_Version_1_0
- OpenGL_ES_CommonLite_Version_1_0
- OpenGL_ES_Common_Version_1_1
- OpenGL_ES_CommonLite_Version_1_1
- OpenGL_ES_Version_2_0
- OpenGL_Version_3_0
- OpenGL_Version_3_1
- OpenGL_Version_3_2
- OpenGL_Version_3_3
- OpenGL_Version_4_0
EXPORT
None by default.
AUTHOR
Dongxu Ma <dongxu@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2011 - 2011 by Dongxu Ma
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.