NAME

Qt::OpenGL::QGLFormat

PUBLIC METHODS

QGLFormat()
QGLFormat(const QGLFormat & other)
~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()
QGLFormat & operator=(const QGLFormat & other)
int plane()
int redBufferSize()
bool rgba()
bool sampleBuffers()
int samples()
void setAccum(bool enable)
void setAccumBufferSize(int size)
void setAlpha(bool enable)
void setAlphaBufferSize(int size)
void setBlueBufferSize(int size)
static void setDefaultFormat(const QGLFormat & f)
static void setDefaultOverlayFormat(const QGLFormat & f)
void setDepth(bool enable)
void setDepthBufferSize(int size)
void setDirectRendering(bool enable)
void setDoubleBuffer(bool enable)
void setGreenBufferSize(int size)
void setOverlay(bool enable)
void setPlane(int plane)
void setRedBufferSize(int size)
void setRgba(bool enable)
void setSampleBuffers(bool enable)
void setSamples(int numSamples)
void setStencil(bool enable)
void setStencilBufferSize(int size)
void setStereo(bool enable)
void setSwapInterval(int interval)
bool stencil()
int stencilBufferSize()
bool stereo()
int swapInterval()

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.

See http://dev.perl.org/licenses/artistic.html