QFotoCanvas Class Reference

#include <QFotoCanvas.h>

Collaboration diagram for QFotoCanvas:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 QFotoCanvas (QWidget *parent=0)
virtual ~QFotoCanvas ()
void setObjectName (const QString &name)
void setVolBackColorPtr (VVector *v)
void setTexHandlePtr (VImage *h)
virtual void resizeGL (int w, int h)
virtual void paintEvent (QPaintEvent *e)
virtual void redraw ()

Public Attributes

TreeRep * m_TreeRep

Protected Member Functions

virtual void initializeGL ()
virtual void paintGL ()


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]

default destructor


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:
v Pointer to VVector

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:
e pointer to QPaintEvent

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:

Generated on Tue Jun 3 21:15:49 2008 for Hierarchical Edge Bundles by  doxygen 1.5.6