Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
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=\"http://docs.mitk.org/nightly/BlueBerrySelectionServiceIntro.html\">documentation</a> for details."
19 )
DataCollection - Class to facilitate loading/accessing structured data.
int main(int argc, char **argv)
Definition: MitkCoreApp.cpp:22
static bool in(Reader::Char c, Reader::Char c1, Reader::Char c2, Reader::Char c3, Reader::Char c4)
Definition: jsoncpp.cpp:244
const char features[]