org.kde.qt
public class QGLContext extends QGL
| Constructor Summary | |
|---|---|
| protected | QGLContext(Class dummy) |
| QGLContext(QGLFormat format, QPaintDeviceInterface device) | |
| QGLContext(QGLFormat format) | |
| Method Summary | |
|---|---|
| protected boolean | chooseContext(QGLContext shareContext) |
| protected boolean | chooseContext() |
| protected int | colorIndex(QColor c) |
| boolean | create(QGLContext shareContext) |
| boolean | create() |
| static QGLContext | currentContext() |
| QPaintDeviceInterface | device() |
| protected boolean | deviceIsPixmap() |
| void | dispose() Delete the wrapped C++ instance ahead of finalize() |
| protected void | doneCurrent() |
| protected void | finalize() Deletes the wrapped C++ instance |
| QGLFormat | format() |
| protected void | generateFontDisplayLists(QFont fnt, int listBase) |
| protected boolean | initialized() |
| boolean | isDisposed() Has the wrapped C++ instance been deleted? |
| boolean | isSharing() |
| boolean | isValid() |
| void | makeCurrent() |
| QColor | overlayTransparentColor() |
| QGLFormat | requestedFormat() |
| void | reset() |
| protected void | setDevice(QPaintDeviceInterface pDev) |
| void | setFormat(QGLFormat format) |
| protected void | setInitialized(boolean on) |
| protected void | setValid(boolean valid) |
| protected void | setWindowCreated(boolean on) |
| void | swapBuffers() |
| protected boolean | windowCreated() |