org.kde.qt
public class QGLFormat extends QGL
| Constructor Summary | |
|---|---|
| protected | QGLFormat(Class dummy) |
| QGLFormat() | |
| QGLFormat(int options, int plane) | |
| QGLFormat(int options) | |
| Method Summary | |
|---|---|
| boolean | accum() |
| boolean | alpha() |
| static QGLFormat | defaultFormat() |
| static QGLFormat | defaultOverlayFormat() |
| boolean | depth() |
| boolean | directRendering() |
| void | dispose() Delete the wrapped C++ instance ahead of finalize() |
| boolean | doubleBuffer() |
| protected void | finalize() Deletes the wrapped C++ instance |
| static boolean | hasOpenGL() |
| static boolean | hasOpenGLOverlays() |
| boolean | hasOverlay() |
| boolean | isDisposed() Has the wrapped C++ instance been deleted? |
| int | plane() |
| boolean | rgba() |
| void | setAccum(boolean enable) |
| void | setAlpha(boolean enable) |
| static void | setDefaultFormat(QGLFormat f) |
| static void | setDefaultOverlayFormat(QGLFormat f) |
| void | setDepth(boolean enable) |
| void | setDirectRendering(boolean enable) |
| void | setDoubleBuffer(boolean enable) |
| void | setOption(int opt) |
| void | setOverlay(boolean enable) |
| void | setPlane(int plane) |
| void | setRgba(boolean enable) |
| void | setStencil(boolean enable) |
| void | setStereo(boolean enable) |
| boolean | stencil() |
| boolean | stereo() |
| boolean | testOption(int opt) |