Medical Imaging Interaction Toolkit  2025.12.02
Medical Imaging Interaction Toolkit
berrySelectionChangedEvent.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 BERRYSELECTIONCHANGEDEVENT_H_
13 #define BERRYSELECTIONCHANGEDEVENT_H_
14 
15 #include "berryISelection.h"
16 
17 namespace berry
18 {
19 
20 struct ISelectionProvider;
21 
33 {
34 
35 public:
36 
38 
46  ISelection::ConstPointer selection);
47 
49 
56 
63 
64 protected:
65 
70 
71 private:
72 
74 };
75 
76 }
77 
78 #endif /*BERRYSELECTIONCHANGEDEVENT_H_*/
Light weight base class for most BlueBerry classes.
Definition: berryObject.h:73
ISelection::ConstPointer GetSelection() const
SmartPointer< ISelectionProvider > GetSelectionProvider() const
SelectionChangedEvent(SmartPointer< ISelectionProvider > source, ISelection::ConstPointer selection)
berryObjectMacro(SelectionChangedEvent)
SmartPointer< ISelectionProvider > GetSource() const
Implements transparent reference counting.
#define BERRY_UI_QT