#include <OpenFlipper/BasePlugin/ViewInterface.hh>
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 |
_name, |
|
|
QWidget * |
_widget |
|
) |
| |
|
inlinevirtual |
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 |
_name, |
|
|
QWidget *& |
_widget |
|
) |
| |
|
inlinevirtualsignal |
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 |
_name, |
|
|
QWidget * |
_widget |
|
) |
| |
|
inlinevirtual |
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: