Medical Imaging Interaction Toolkit  2018.4.99-389bf124
Medical Imaging Interaction Toolkit
MultiplePerspectives.cmake
Go to the documentation of this file.
1 set(REQUIRED_PLUGINS
2  org.mitk.example.gui.multipleperspectives
3 )
4 
5 set(DESCRIPTION
6 "This BlueBerry example plugin demonstrates the use of multiple perspectives and the perspective bar. The example plugin implements a minimal application with two perspectives and two empty views. This example is a direct extension of the 'minimal BlueBerry application' example.
7 
8 <p>
9 The following features are demonstrated:
10 
11 <ul>
12 <li> Hidden Editor Area </li>
13 <li> creating a view </li>
14 <li> using more than one perspective </li>
15 <li> use of the perspective bar </li>
16 <li> setting an initial size </li>
17 </ul>
18 
19 See the main <a href=\"https://docs.mitk.org/nightly/BlueBerryExampleMultiplePerspectives.html\">documentation</a> for details."
20 )