Medical Imaging Interaction Toolkit
2018.4.99-389bf124
Medical Imaging Interaction Toolkit
berryGuiTkSelectionEvent.cpp
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
13
#include "
berryGuiTkSelectionEvent.h
"
14
15
#include <sstream>
16
17
namespace
berry
18
{
19
20
namespace
GuiTk
21
{
22
23
SelectionEvent::SelectionEvent
(QWidget* item) :
24
Event
()
25
{
26
this->item =
item
;
27
}
28
29
}
30
31
}
berry
Definition:
QmitkPropertyItemModel.h:23
berry::GuiTk::Event
Definition:
berryGuiTkEvent.h:37
berry::GuiTk::SelectionEvent::SelectionEvent
SelectionEvent(QWidget *item)
Definition:
berryGuiTkSelectionEvent.cpp:23
berryGuiTkSelectionEvent.h
berry::GuiTk::Event::item
QWidget * item
Definition:
berryGuiTkEvent.h:49
Source
Plugins
org.blueberry.ui.qt
src
guitk
berryGuiTkSelectionEvent.cpp
Generated on Thu Mar 12 2020 10:23:32 for Medical Imaging Interaction Toolkit by
1.8.13