QFotoCanvas Class Reference
#include <QFotoCanvas.h>
List of all members.
Detailed Description
class for rendering the selected pictures of an entity
Constructor & Destructor Documentation
QFotoCanvas::QFotoCanvas |
( |
QWidget * |
parent = 0 |
) |
|
constructor with given QWidget Pointer
QFotoCanvas::~QFotoCanvas |
( |
|
) |
[virtual] |
Member Function Documentation
void QFotoCanvas::initializeGL |
( |
|
) |
[protected, virtual] |
method to initialize opengl
void QFotoCanvas::paintGL |
( |
|
) |
[protected, virtual] |
method for repainting. called in every refresh
void QFotoCanvas::setObjectName |
( |
const QString & |
name |
) |
|
sets the name of the Object
- Parameters:
-
| name | reference to a QString containing the name |
void QFotoCanvas::setVolBackColorPtr |
( |
VVector * |
v |
) |
|
method for setting the pointer to the volumerenderers backgroundcolor
- Parameters:
-
void QFotoCanvas::setTexHandlePtr |
( |
VImage * |
h |
) |
|
method for setting the pointer to the texture handle of the foto
- Parameters:
-
| v | Pointer to the texture handle |
void QFotoCanvas::resizeGL |
( |
int |
w, |
|
|
int |
h | |
|
) |
| | [virtual] |
method called when window is resized
- Parameters:
-
| w | width of widget |
| h | height of widget |
void QFotoCanvas::paintEvent |
( |
QPaintEvent * |
e |
) |
[virtual] |
event callback for the paint event
- Parameters:
-
void QFotoCanvas::redraw |
( |
|
) |
[virtual] |
method called when Canvas is readrawn. Calls paintGl
Member Data Documentation
Encasules the tree data structure and its properties.
The documentation for this class was generated from the following files:
- D:/Uni/InfoVis/LU/src/QFotoCanvas.h
- D:/Uni/InfoVis/LU/src/QFotoCanvas.cpp