Medical Imaging Interaction Toolkit  2018.4.99-389bf124
Medical Imaging Interaction Toolkit
SelectionServiceMITK.cmake
Go to the documentation of this file.
1 set(REQUIRED_PLUGINS
2  org.mitk.example.gui.selectionservicemitk
3  org.mitk.example.gui.selectionservicemitk.views
4 )
5 
6 set(DESCRIPTION
7 "The Selection Service MITK Example is a BlueBerry example plugin, developed to demonstrate the use and the concept of the selection service provided by MITK. The example plugin implements a selection service based on mitk data nodes. This example is an alternative for the Qt selection service described in the 'Selection Service QT' example.
8 
9 <p>
10 The following features are demonstrated:
11 
12 <ul>
13 <li> manually creating mitk data nodes </li>
14 <li> creating qt list widget items </li>
15 <li> reimplementation of the selection listener method </li>
16 </ul>
17 
18 See the main <a href=\"https://docs.mitk.org/nightly/BlueBerrySelectionServiceIntro.html\">documentation</a> for details."
19 )