ViewInterface Class Reference

#include <ViewInterface.hh>

List of all members.

Signals

virtual void getStackWidget (QString, QWidget *&)
virtual void updateStackWidget (QString, QWidget *)
virtual void addStackWidget (QString, QWidget *)

Public Member Functions

virtual ~ViewInterface ()
 Destructor.

Detailed Description

This Interface should be used by plugins which will provide an additional view widget.

Definition at line 65 of file ViewInterface.hh.


Member Function Documentation

virtual void ViewInterface::addStackWidget ( QString  ,
QWidget *   
) [inline, virtual, signal]

Add a widget to the Stackwidget with a Name.

Parameters:
_name Name of the Widget
_widget The new widget

Definition at line 87 of file ViewInterface.hh.

virtual void ViewInterface::getStackWidget ( QString  ,
QWidget *&   
) [inline, virtual, signal]

Get a widget form the Stackwidget by Name. The mainwidget is named "3D Examiner Widget".

Parameters:
_name Name of the Widget
_widget The requested widget or 0 if not found

Definition at line 74 of file ViewInterface.hh.

virtual void ViewInterface::updateStackWidget ( QString  ,
QWidget *   
) [inline, virtual, signal]

Update a widget form the Stackwidget with Name. *

Parameters:
_name Name of the Widget
_widget The requested widget or 0 if not found

Definition at line 80 of file ViewInterface.hh.


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

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