Medical Imaging Interaction Toolkit
2024.06.00
Medical Imaging Interaction Toolkit
|
#include <mitkIContextMenuAction.h>
Public Member Functions | |
virtual void | Run (const QList< mitk::DataNode::Pointer > &selectedNodes)=0 |
Executes the action, that linked to the context menu entry. More... | |
virtual void | SetDataStorage (mitk::DataStorage *dataStorage)=0 |
virtual void | SetSmoothed (bool smoothed)=0 |
virtual void | SetDecimated (bool decimated)=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 31 of file mitkIContextMenuAction.h.
|
pure virtual |
Executes the action, that linked to the context menu entry.
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |