#include <QGLWidgetAdapter.h>
Public Member Functions | |
QGLWidgetAdapter (GLJQComponentBridge *glComp) | |
Constructs new QGLWidgetAdapter object. | |
Protected Member Functions | |
void | initializeGL () |
Calls initializeGL method of the JavaQx JQGLComponent object. | |
void | resizeGL (int width, int height) |
Calls resizeGL method of the JavaQx JQGLComponent object. | |
void | paintGL () |
Calls paintGL method of the JavaQx JQGLComponent object. |
QGLWidgetAdapter::QGLWidgetAdapter | ( | GLJQComponentBridge * | glComp | ) |
void QGLWidgetAdapter::resizeGL | ( | int | width, | |
int | height | |||
) | [protected] |
Calls resizeGL method of the JavaQx JQGLComponent object.
width | the width | |
height | the height |