org.kde.qt
public class QGLWidget extends QGL
| Constructor Summary | |
|---|---|
| protected | QGLWidget(Class dummy) |
| QGLWidget(QWidget parent, String name, QGLWidget shareWidget, int f) | |
| QGLWidget(QWidget parent, String name, QGLWidget shareWidget) | |
| QGLWidget(QWidget parent, String name) | |
| QGLWidget(QWidget parent) | |
| QGLWidget() | |
| QGLWidget(QGLContext context, QWidget parent, String name, QGLWidget shareWidget, int f) | |
| QGLWidget(QGLContext context, QWidget parent, String name, QGLWidget shareWidget) | |
| QGLWidget(QGLContext context, QWidget parent, String name) | |
| QGLWidget(QGLContext context, QWidget parent) | |
| QGLWidget(QGLFormat format, QWidget parent, String name, QGLWidget shareWidget, int f) | |
| QGLWidget(QGLFormat format, QWidget parent, String name, QGLWidget shareWidget) | |
| QGLWidget(QGLFormat format, QWidget parent, String name) | |
| QGLWidget(QGLFormat format, QWidget parent) | |
| QGLWidget(QGLFormat format) | |
| Method Summary | |
|---|---|
| protected boolean | autoBufferSwap() |
| String | className() |
| QGLColormap | colormap() |
| QGLContext | context() |
| static QImage | convertToGLFormat(QImage img) |
| void | dispose() Delete the wrapped C++ instance ahead of finalize() |
| void | doneCurrent() |
| boolean | doubleBuffer() |
| protected void | finalize() Deletes the wrapped C++ instance |
| QGLFormat | format() |
| protected void | glDraw() |
| protected void | glInit() |
| QImage | grabFrameBuffer(boolean withAlpha) |
| QImage | grabFrameBuffer() |
| protected void | initializeGL() |
| protected void | initializeOverlayGL() |
| boolean | isDisposed() Has the wrapped C++ instance been deleted? |
| boolean | isSharing() |
| boolean | isValid() |
| void | makeCurrent() |
| void | makeOverlayCurrent() |
| QMetaObject | metaObject() |
| QGLContext | overlayContext() |
| protected void | paintEvent(QPaintEvent arg1) |
| protected void | paintGL() |
| protected void | paintOverlayGL() |
| void | qglClearColor(QColor c) |
| void | qglColor(QColor c) |
| QPixmap | renderPixmap(int w, int h, boolean useContext) |
| QPixmap | renderPixmap(int w, int h) |
| QPixmap | renderPixmap(int w) |
| QPixmap | renderPixmap() |
| void | renderText(int x, int y, String str, QFont fnt, int listBase) |
| void | renderText(int x, int y, String str, QFont fnt) |
| void | renderText(int x, int y, String str) |
| void | renderText(double x, double y, double z, String str, QFont fnt, int listBase) |
| void | renderText(double x, double y, double z, String str, QFont fnt) |
| void | renderText(double x, double y, double z, String str) |
| void | reparent(QWidget parent, int f, QPoint p, boolean showIt) |
| void | reparent(QWidget parent, int f, QPoint p) |
| protected void | resizeEvent(QResizeEvent arg1) |
| protected void | resizeGL(int w, int h) |
| protected void | resizeOverlayGL(int w, int h) |
| protected void | setAutoBufferSwap(boolean on) |
| void | setColormap(QGLColormap map) |
| void | setContext(QGLContext context, QGLContext shareContext, boolean deleteOldContext) |
| void | setContext(QGLContext context, QGLContext shareContext) |
| void | setContext(QGLContext context) |
| void | setFormat(QGLFormat format) |
| void | setMouseTracking(boolean enable) |
| void | swapBuffers() |
| static String | tr(String arg1, String arg2) |
| static String | tr(String arg1) |
| void | updateGL() |
| void | updateOverlayGL() |