#include <mitkIContextMenuAction.h>
Public Member Functions | |
virtual void | SetSmoothed (bool smoothed)=0 |
virtual void | SetFunctionality (berry::QtViewPart *functionality)=0 |
A context menu action, which is linked to the context menu
through an extension point. For an example check the
plugin.xml
and the connected classes of
the the segmentation bundle and also the QmitkDataManagerView.cpp
in this bundle.
Definition at line 20 of file mitkIContextMenuAction.h.
virtual void mitk::IContextMenuAction::SetFunctionality | ( | berry::QtViewPart * | functionality ) | [pure virtual] |
Implemented in QmitkAutocropAction.
Referenced by QmitkDataManagerView::ContextMenuActionTriggered().
virtual void mitk::IContextMenuAction::SetSmoothed | ( | bool | smoothed ) | [pure virtual] |
Implemented in QmitkAutocropAction.
Referenced by QmitkDataManagerView::ContextMenuActionTriggered().