Medical Imaging Interaction Toolkit
2024.06.00
Medical Imaging Interaction Toolkit
mitkIContextMenuAction.h
Go to the documentation of this file.
1
/*============================================================================
2
3
The Medical Imaging Interaction Toolkit (MITK)
4
5
Copyright (c) German Cancer Research Center (DKFZ)
6
All rights reserved.
7
8
Use of this source code is governed by a 3-clause BSD license that can be
9
found in the LICENSE file.
10
11
============================================================================*/
12
#ifndef mitkIContextMenuAction_h
13
#define mitkIContextMenuAction_h
14
15
#include <
berryMacros.h
>
16
#include <
berryQtViewPart.h
>
17
18
#include <vector>
19
#include <
mitkDataNode.h
>
20
#include "
mitkDataStorage.h
"
21
22
namespace
mitk
23
{
31
struct
IContextMenuAction
32
{
33
37
virtual
void
Run
(
const
QList<mitk::DataNode::Pointer>& selectedNodes) = 0;
38
39
// Setters
40
virtual
void
SetDataStorage
(
mitk::DataStorage
* dataStorage) = 0;
41
virtual
void
SetSmoothed
(
bool
smoothed) = 0;
42
virtual
void
SetDecimated
(
bool
decimated) = 0;
43
virtual
void
SetFunctionality
(
berry::QtViewPart
* functionality) = 0;
44
};
45
}
46
47
Q_DECLARE_INTERFACE(
mitk::IContextMenuAction
,
"org.mitk.datamanager.IContextMenuAction"
)
48
49
#endif
mitk::IContextMenuAction::SetDataStorage
virtual void SetDataStorage(mitk::DataStorage *dataStorage)=0
mitk::IContextMenuAction::SetFunctionality
virtual void SetFunctionality(berry::QtViewPart *functionality)=0
mitkDataStorage.h
berryMacros.h
mitk::IContextMenuAction::SetDecimated
virtual void SetDecimated(bool decimated)=0
mitk::IContextMenuAction::SetSmoothed
virtual void SetSmoothed(bool smoothed)=0
berryQtViewPart.h
mitk::IContextMenuAction
Definition:
mitkIContextMenuAction.h:31
mitk
Find image slices visible on a given plane.
Definition:
RenderingTests.dox:1
berry::QtViewPart
Definition:
berryQtViewPart.h:25
mitk::DataStorage
Data management class that handles 'was created by' relations.
Definition:
mitkDataStorage.h:43
mitkDataNode.h
mitk::IContextMenuAction::Run
virtual void Run(const QList< mitk::DataNode::Pointer > &selectedNodes)=0
Executes the action, that linked to the context menu entry.
src
MITK
Plugins
org.mitk.gui.qt.application
src
mitkIContextMenuAction.h
Generated on Mon Jun 17 2024 12:43:26 for Medical Imaging Interaction Toolkit by
1.8.17