Geometry View.
More...
#include <geometryview.h>
Geometry View.
stereoscopic 3D geoemtry view
Definition at line 93 of file geometryview.h.
GeometryView::GeometryView |
( |
const MNESourceSpace & |
p_sourceSpace, |
|
|
QWindow * |
parent = 0 |
|
) |
| |
Creates the geometry view.
- Parameters
-
[in] | p_sourceSpace | Source space which contains the geometry information |
[in] | parent | Parent QObject (optional) |
Definition at line 79 of file geometryview.cpp.
GeometryView::~GeometryView |
( |
| ) |
|
void GeometryView::initializeGL |
( |
QGLPainter * |
painter | ) |
|
|
protected |
Initializes the current GL context represented by painter.
- Parameters
-
[in] | painter | GL painter which should be initialized |
Definition at line 105 of file geometryview.cpp.
void GeometryView::keyPressEvent |
( |
QKeyEvent * |
e | ) |
|
|
protected |
Processes the key press event e.
- Parameters
-
[in] | e | the key press event. |
Definition at line 296 of file geometryview.cpp.
void GeometryView::mouseMoveEvent |
( |
QMouseEvent * |
e | ) |
|
|
protected |
Processes the mouse move event e.
- Parameters
-
[in] | e | the mouse move event. |
Definition at line 318 of file geometryview.cpp.
void GeometryView::mousePressEvent |
( |
QMouseEvent * |
e | ) |
|
|
protected |
Processes the mouse press event e.
- Parameters
-
[in] | e | the mouse press event. |
Definition at line 340 of file geometryview.cpp.
void GeometryView::paintGL |
( |
QGLPainter * |
painter | ) |
|
|
protected |
Paints the scene onto painter. The color and depth buffers will have already been cleared, and the camera() position set.
- Parameters
-
[in] | painter | GL painter which is updated |
Definition at line 271 of file geometryview.cpp.
The documentation for this class was generated from the following files: