3D Display
More...
#include <cluststcview.h>
|
| ClustStcView (bool showRegions=true, bool isStereo=true, QGLView::StereoType stereo=QGLView::RedCyanAnaglyph, QWindow *parent=0) |
|
void | dataChanged (const QModelIndex &topLeft, const QModelIndex &bottomRight, const QVector< int > &roles=QVector< int >()) |
|
void | setModel (ClustStcModel *model) |
|
3D Display
3D view to display cluster stc model data in a stereoscopic view
Definition at line 83 of file cluststcview.h.
void ClustStcView::initializeGL |
( |
QGLPainter * |
painter | ) |
|
|
protected |
Initializes the current GL context represented by painter.
- Parameters
-
[in] | painter | GL painter which should be initialized |
Definition at line 143 of file cluststcview.cpp.
void ClustStcView::keyPressEvent |
( |
QKeyEvent * |
e | ) |
|
|
protected |
Processes the key press event e.
- Parameters
-
[in] | e | the key press event. |
Definition at line 307 of file cluststcview.cpp.
void ClustStcView::mouseMoveEvent |
( |
QMouseEvent * |
e | ) |
|
|
protected |
Processes the mouse move event e.
- Parameters
-
[in] | e | the mouse move event. |
Definition at line 329 of file cluststcview.cpp.
void ClustStcView::mousePressEvent |
( |
QMouseEvent * |
e | ) |
|
|
protected |
Processes the mouse press event e.
- Parameters
-
[in] | e | the mouse press event. |
Definition at line 351 of file cluststcview.cpp.
void ClustStcView::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 280 of file cluststcview.cpp.
The documentation for this class was generated from the following files: