This is the base class to display an OpenGL application for the DataVisualizer.
More...
#include <GraphGL.h>
|
| | GraphGL (QWidget *parent=0) |
| | Initializes the settings for the widget. More...
|
| |
|
| ~GraphGL (void) |
| | Destructs the memory allocation for the object.
|
| |
|
|
void | paintGL (void) |
| | This is the override function for the shared functions of the OpenGL based graphs.
|
| |
| void | resizeGL (int width, int height) |
| | This function is called after initialization and every subsequent resize of the graph. More...
|
| |
|
virtual void | draw (void)=0 |
| | This function is to be overridden in the subclasses and is required to perform all drawing operations.
|
| |
|
|
GLuint | listNumber |
| | This number is used by draw to display the glList.
|
| |
|
map< int, GLuint > | listMap |
| |
This is the base class to display an OpenGL application for the DataVisualizer.
| GraphGL::GraphGL |
( |
QWidget * |
parent = 0 | ) |
|
Initializes the settings for the widget.
- Parameters
-
| parent | The parent container. |
| void GraphGL::resizeGL |
( |
int |
width, |
|
|
int |
height |
|
) |
| |
|
protected |
This function is called after initialization and every subsequent resize of the graph.
- Parameters
-
| width | The new width of the widget. |
| height | The new height of the widget. |
The documentation for this class was generated from the following files:
- DataVisualizer/GraphGL.h
- DataVisualizer/GraphGL.cpp