Documentation: Difference between revisions
From Commontk
Jump to navigationJump to search
(→Widgets: Add blog post for popup widget) |
mNo edit summary |
||
Line 14: | Line 14: | ||
* [[Documentation/Messaging | Messaging service for event management and system integration]] | * [[Documentation/Messaging | Messaging service for event management and system integration]] | ||
* [[Documentation/DicomApplicationHosting | DICOM Suppl 118 / WG 23 compliant application hosting]] | * [[Documentation/DicomApplicationHosting | DICOM Suppl 118 / WG 23 compliant application hosting]] | ||
=== Build System === | |||
* [[Documentation/BuildSystem_Description | Description]] | |||
* [[Documentation/Create_SVN_Project_Mirror | Create SVN project mirror]] | |||
=== Widgets === | === Widgets === | ||
Line 29: | Line 33: | ||
* [[Documentation/CTK_Plugin_Framework:_Tutorials | Tutorials]] | * [[Documentation/CTK_Plugin_Framework:_Tutorials | Tutorials]] | ||
* [[Documentation/PluginFramework_DesignDoc | Design Document]] | * [[Documentation/PluginFramework_DesignDoc | Design Document]] | ||
=== Testing === | |||
* [[Documentation/QtTesting_integration]] | |||
=== Python scripting === | === Python scripting === | ||
* [[Documentation/PythonScripting_ConvertPyQt2PythonQt | From PyQt to PythonQt]] | * [[Documentation/PythonScripting_ConvertPyQt2PythonQt | From PyQt to PythonQt]] | ||
Revision as of 14:55, 5 October 2011
Home < DocumentationArchitectural Notes
Everything is open to discussion at this time.
Topics being discussed include the following
- Whitepaper
- Architecture ideas
- ctkScene ideas
- Inter- and Intra-process events
- Plugins and Modules: pass data, parameters, and results
- Interfacing systems at the OpenGL level (i.e. VTK and OpenInventor)
- Messaging service for event management and system integration
- DICOM Suppl 118 / WG 23 compliant application hosting
Build System
Widgets
Plugin Framework
- Introduction
- Getting Started
- Using the Plugin Framework in your Application
- Sub-Projects
- Tutorials
- Design Document