Difference between revisions of "BlueBerry"
Jump to navigation
Jump to search
SaschaZelzer (talk | contribs) |
SaschaZelzer (talk | contribs) |
||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
<!-- ## page was renamed from [[OpenCherry]] --> | <!-- ## page was renamed from [[OpenCherry]] --> | ||
− | = | + | = [[BlueBerry]] = |
− | |||
− | |||
== A modular, cross-platform, C++ application framework == | == A modular, cross-platform, C++ application framework == | ||
− | This is the Wiki for | + | This is the Wiki for BlueBerry. For general information please see the [http://www.blueberry-project.org BlueBerry homepage]. |
=== Getting Started === | === Getting Started === | ||
− | If you want to develop with | + | If you want to develop with BlueBerry, please see the [http://blueberry.berlios.de/serendipity/index.php?/pages/download.html download link]. |
− | MITK users who want to use | + | MITK users who want to use BlueBerry should read the information in [[SetupMitkQt4BlueBerry]] (the BlueBerry source code is distributed with MITK). |
− | For an overview about the features and capabilities of | + | For an overview about the features and capabilities of BlueBerry, see the links below: |
− | * A good place to get an overview of the C++ classes is the [http://docs.mitk.org/nightly-qt4/ | + | * A good place to get an overview of the C++ classes is the [http://docs.mitk.org/nightly-qt4/BlueBerry/reference/api/html/index.html BlueBerry doxygen documentation]. |
* To learn more about OSGi, visit [http://www.osgi.org]], especially [[http://www.osgi.org/About/WhatIsOSGi What Is OSGi]. | * To learn more about OSGi, visit [http://www.osgi.org]], especially [[http://www.osgi.org/About/WhatIsOSGi What Is OSGi]. | ||
− | * You can learn more about the | + | * You can learn more about the BlueBerry Workbench by reading the corresponding articles about the Eclipse Workbench and browsing the Workbench User Guide on http://help.eclipse.org. Many concepts are the same in BlueBerry, especially Views, Editors, Perspectives, Commands, the Selection Service, etc. |
− | In the future, we will provide more tutorials and | + | In the future, we will provide more tutorials and BlueBerry specific guides. |
=== How-Tos and Tutorials === | === How-Tos and Tutorials === | ||
Line 26: | Line 24: | ||
How-Tos | How-Tos | ||
− | * [[How_to_fix_your_plug-in_DLL]] | + | * [[How_to_fix_your_plug-in_DLL|How to fix your plug-in DLL]] |
− | * [[How_to_fix_strange_compiler_errors]] | + | * [[How_to_fix_strange_compiler_errors|How to fix strange compiler errors]] |
Tutorials | Tutorials | ||
Line 42: | Line 40: | ||
=== FAQ === | === FAQ === | ||
− | For pure | + | For pure BlueBerry questions, see this [http://blueberry.berlios.de/serendipity/index.php?/plugin/faqs FAQ]. |
− | For questions about the interplay of MITK, Qt3/Qt4, and | + | For questions about the interplay of MITK, Qt3/Qt4, and BlueBerry, see the [[MITKBlueBerryFAQ]]. |
Revision as of 08:46, 20 January 2010
BlueBerry
A modular, cross-platform, C++ application framework
This is the Wiki for BlueBerry. For general information please see the BlueBerry homepage.
Getting Started
If you want to develop with BlueBerry, please see the download link. MITK users who want to use BlueBerry should read the information in SetupMitkQt4BlueBerry (the BlueBerry source code is distributed with MITK).
For an overview about the features and capabilities of BlueBerry, see the links below:
- A good place to get an overview of the C++ classes is the BlueBerry doxygen documentation.
- To learn more about OSGi, visit [1]], especially [What Is OSGi.
- You can learn more about the BlueBerry Workbench by reading the corresponding articles about the Eclipse Workbench and browsing the Workbench User Guide on http://help.eclipse.org. Many concepts are the same in BlueBerry, especially Views, Editors, Perspectives, Commands, the Selection Service, etc.
In the future, we will provide more tutorials and BlueBerry specific guides.
How-Tos and Tutorials
How-Tos
Tutorials
Articles
- Article: Save and Restore your View State
- Article: Using The Selection Service
- Article: Using Perspectives in the Workbench
FAQ
For pure BlueBerry questions, see this FAQ.
For questions about the interplay of MITK, Qt3/Qt4, and BlueBerry, see the MITKBlueBerryFAQ.