Medical Imaging Interaction Toolkit  2016.11.0
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=\"http://docs.mitk.org/nightly/BlueBerryExampleMultiplePerspectives.html\">documentation</a> for details."
20 )
int main(int argc, char **argv)
Definition: MitkCoreApp.cpp:22
The custom viewer plugin implements simple viewer functionality presented in a customized look and feel It was developed to demonstrate extensibility and customizability of the blueberry application framework As an example for the GUI customization capabilities provided by the BlueBerry application the custom viewer plugin was developed It features simple viewer functionality presented in a customized look and feel The custom viewer consists of two i e a viewer perspective and a DICOM perspective As part of the viewer perspective
The custom viewer plugin implements simple viewer functionality presented in a customized look and feel It was developed to demonstrate extensibility and customizability of the blueberry application framework As an example for the GUI customization capabilities provided by the BlueBerry application the custom viewer plugin was developed It features simple viewer functionality presented in a customized look and feel The custom viewer consists of two perspectives
const char features[]