SimpleViewer Class Reference

#include <simpleViewer.hh>

Collaboration diagram for SimpleViewer:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 SimpleViewer (QWidget *_parent=NULL)
 Constructor.
 ~SimpleViewer ()
 Destructor.
Viewer::ViewerPropertiesproperties ()
 Viewer properties.
glViewerviewer ()
 Viewer.

Protected Member Functions

virtual void resizeEvent (QResizeEvent *_event)

Private Slots

void setActionMode (const Viewer::ActionMode _am)
void getActionMode (Viewer::ActionMode &_am)
void getPickMode (std::string &_name)

Private Member Functions

void initialize (const QGLFormat &_format, QGLWidget *_shareWidget=NULL)

Private Attributes

QGLWidget * glWidget_
Viewer::ViewerProperties props_
SimpleGLGraphicsScenescene_
glViewermainWidget_
Viewer::ActionMode actionMode_

Detailed Description

Simple scene graph viewer. Plugins can use this class to display the scenegraph in own widgets. SimpleViewer acts as a bridge between the normal Qt widget system and the QtGraphicsWidget based glViewer (OpenFlipper/widgets/glWidget/QtBaseViewer.hh).

Definition at line 78 of file simpleViewer.hh.


The documentation for this class was generated from the following files:

acg pic Project OpenFlipper, ©  Computer Graphics Group, RWTH Aachen. Documentation generated using doxygen .