Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
Home
Manual
API Reference
Download
Bugzilla
Groups
Namespace List
Class List
File List
Examples
File List
File Members
berrySelectionChangedEvent.h
Go to the documentation of this file.
1
/*===================================================================
2
3
BlueBerry Platform
4
5
Copyright (c) German Cancer Research Center,
6
Division of Medical and Biological Informatics.
7
All rights reserved.
8
9
This software is distributed WITHOUT ANY WARRANTY; without
10
even the implied warranty of MERCHANTABILITY or FITNESS FOR
11
A PARTICULAR PURPOSE.
12
13
See LICENSE.txt or http://www.mitk.org for details.
14
15
===================================================================*/
16
#ifndef BERRYSELECTIONCHANGEDEVENT_H_
17
#define BERRYSELECTIONCHANGEDEVENT_H_
18
19
#include "
berryISelection.h
"
20
21
namespace
berry
22
{
23
24
struct
ISelectionProvider;
25
36
class
BERRY_UI_QT
SelectionChangedEvent
:
public
Object
37
{
38
39
public
:
40
41
berryObjectMacro
(
SelectionChangedEvent
);
42
49
SelectionChangedEvent
(
SmartPointer<ISelectionProvider>
source,
50
ISelection::ConstPointer
selection);
51
52
SmartPointer<ISelectionProvider>
GetSource()
const
;
53
59
ISelection::ConstPointer
GetSelection()
const
;
60
66
SmartPointer<ISelectionProvider>
GetSelectionProvider()
const
;
67
68
protected
:
69
73
ISelection::ConstPointer
selection
;
74
75
private
:
76
77
SmartPointer<ISelectionProvider>
source;
78
};
79
80
}
81
82
#endif
/*BERRYSELECTIONCHANGEDEVENT_H_*/
berry
Definition:
QmitkPropertyItemModel.h:27
berry::Object
Light weight base class for most BlueBerry classes.
Definition:
berryObject.h:78
berry::SelectionChangedEvent
Definition:
berrySelectionChangedEvent.h:36
berry::SmartPointer
Implements transparent reference counting.
Definition:
berryICommandCategoryListener.h:25
berryObjectMacro
#define berryObjectMacro(...)
Definition:
berryMacros.h:37
berryISelection.h
berry::SelectionChangedEvent::selection
ISelection::ConstPointer selection
Definition:
berrySelectionChangedEvent.h:73
BERRY_UI_QT
#define BERRY_UI_QT
Definition:
org_blueberry_ui_qt_Export.h:23
git
MITK
Plugins
org.blueberry.ui.qt
src
berrySelectionChangedEvent.h
Generated on Fri Feb 3 2017 20:51:44 for Medical Imaging Interaction Toolkit by
1.8.9.1