Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
ExtensionPointDefinition.cmake
Go to the documentation of this file.
1 set(REQUIRED_PLUGINS
2  org.mitk.example.gui.extensionpointdefinition
3  org.mitk.example.gui.extensionpointcontribution
4 )
5 
6 set(DESCRIPTION
7 "This BlueBerry example consists of two plugins that demonstrate the use of the extension point concept. The first plugin defines an extension point and holds the GUI. The user can insert a text in a text field. The second plugin contributes an extension in the form of two classes that can change the user text to upper or lower case.
8 
9 <p>
10 The following features are demonstrated:
11 
12 <ul>
13 <li> creating an extension point </li>
14 <li> creating an extension </li>
15 <li> collecting extensions for an extension point </li>
16 </ul>
17 
18 See the main <a href=\"http://docs.mitk.org/nightly/BlueBerryExampleExtensionPoint.html\">documentation</a> for details."
19 )
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[]