QVolRendCanvas Class Reference
#include <QVolRendCanvas.h>
List of all members.
Detailed Description
class representing the Main render Canvas
Constructor & Destructor Documentation
QVolRendCanvas::QVolRendCanvas |
( |
QWidget * |
parent = 0 |
) |
|
constructor with given parent Widget
- Parameters:
-
QVolRendCanvas::~QVolRendCanvas |
( |
|
) |
[virtual] |
Member Function Documentation
void QVolRendCanvas::setObjectName |
( |
const QString & |
name |
) |
|
sets the name of the current Object
- Parameters:
-
| name | QString containing the widgets name |
void QVolRendCanvas::resizeGL |
( |
int |
w, |
|
|
int |
h | |
|
) |
| | [virtual] |
method called when resizing
- Parameters:
-
| w | width of window |
| h | height of window |
void QVolRendCanvas::paintEvent |
( |
QPaintEvent * |
e |
) |
[virtual] |
method handling the paintEvent
- Parameters:
-
void QVolRendCanvas::mousePressEvent |
( |
QMouseEvent * |
e |
) |
[virtual] |
method handling the mousePressEvent
- Parameters:
-
void QVolRendCanvas::mouseReleaseEvent |
( |
QMouseEvent * |
e |
) |
[virtual] |
method handling the mouseReleaseEvent
- Parameters:
-
void QVolRendCanvas::mouseMoveEvent |
( |
QMouseEvent * |
e |
) |
[virtual] |
method handling the mouseMoveEvent
- Parameters:
-
void QVolRendCanvas::mouseDoubleClickEvent |
( |
QMouseEvent * |
e |
) |
[virtual] |
method handling the mouseDoubleClickEvent
- Parameters:
-
void QVolRendCanvas::keyPressEvent |
( |
QKeyEvent * |
e |
) |
[virtual] |
method handling the keyPressEvent
- Parameters:
-
void QVolRendCanvas::keyReleaseEvent |
( |
QKeyEvent * |
e |
) |
[virtual] |
method handling the keyReleaseEvent
- Parameters:
-
const VMouseEvent QVolRendCanvas::getMouseEvent |
( |
QMouseEvent * |
e |
) |
|
method that converts a QMouseEvent into a VMouseEvent
- Parameters:
-
- Returns:
- VMouseEvent
const VKeyboardEvent QVolRendCanvas::getKeyboardEvent |
( |
QKeyEvent * |
e |
) |
|
method that converts a QKeyEvent into a VKeybardEvent
- Parameters:
-
- Returns:
- VKeyboardEvent
void QVolRendCanvas::redraw |
( |
|
) |
[virtual] |
method handling the redraw
void QVolRendCanvas::setBackColorPtr |
( |
VVector * |
v |
) |
|
method that sets a Pointer to the BackgroundColor
- Parameters:
-
| v | Ptr to the BackgroundColor |
void QVolRendCanvas::setLayout |
( |
int |
layout_state |
) |
|
method that sets the state of the tree layout
- Parameters:
-
| layout_state | is the coded value of the tree layout |
int QVolRendCanvas::getLayout |
( |
|
) |
|
method that returns the state of the tree layout as an integer
void QVolRendCanvas::initializeGL |
( |
|
) |
[protected, virtual] |
method to initialise opengl
void QVolRendCanvas::paintGL |
( |
|
) |
[protected, virtual] |
method called when repainting
Member Data Documentation
Encasules the tree data structer and its properties.
A pointer to the boolean state of the selection enable of splines.
Pointers to the text boxes where the info will be displayed.
Pointers to the text boxes where the info will be displayed.
Pointers to the text boxes where the info will be displayed.
Pointers to the text boxes where the info will be displayed.
Pointers to the text boxes where the info will be displayed.
Pointers to the text boxes where the info will be displayed.
The documentation for this class was generated from the following files:
- D:/Uni/InfoVis/LU/src/QVolRendCanvas.h
- D:/Uni/InfoVis/LU/src/QVolRendCanvas.cpp