QGLWidgetAdapter Class Reference

QGLWidget Adapter. More...

#include <QGLWidgetAdapter.h>

List of all members.

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.


Detailed Description

QGLWidget Adapter.

Author:
Slobodan Vrkacevic (slobodan.vrkacevic@gmail.com)
Version:
0.2.0

Constructor & Destructor Documentation

QGLWidgetAdapter::QGLWidgetAdapter ( GLJQComponentBridge glComp  ) 

Constructs new QGLWidgetAdapter object.

Parameters:
glComp the GLJQComponentBridge object


Member Function Documentation

void QGLWidgetAdapter::resizeGL ( int  width,
int  height 
) [protected]

Calls resizeGL method of the JavaQx JQGLComponent object.

Parameters:
width the width
height the height


Copyright © 2007 ETF and contributors. All Rights Reserved.