#include <ViewInterface.hh>
Signals | |
| virtual void | getStackWidget (QString, QWidget *&) |
| virtual void | updateStackWidget (QString, QWidget *) |
| virtual void | addStackWidget (QString, QWidget *) |
Public Member Functions | |
| virtual | ~ViewInterface () |
| Destructor. | |
This Interface should be used by plugins which will provide an additional view widget.
Definition at line 65 of file ViewInterface.hh.
| virtual void ViewInterface::addStackWidget | ( | QString | , | |
| QWidget * | ||||
| ) | [inline, virtual, signal] |
Add a widget to the Stackwidget with a Name.
| _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".
| _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. *
| _name | Name of the Widget | |
| _widget | The requested widget or 0 if not found |
Definition at line 80 of file ViewInterface.hh.