Version 3 (modified by Tanya, 16 years ago) (diff) |
---|
Analysis
Overview
This is a layout implementation made using an alternative docking library(different from MyDoggy). It is responsible for visualizing the model defined in BASE_LAYOUT.
Task requirements
- Search for an alternative docking library.(one is VLDocking)
- Make a Sophie module
- It should provide an extension to the corresponding extension point of BASE_LAYOUT lib
- It should be able to display the things described in BASE_LAYOUT_R0
- The two layout implementations should be fully replaceable
Task result
The result of this task is source code.
Implementation idea
- Make a class extending SophieModule
- Use available VLDocking code.
Related
BASE_LAYOUT_R0
APP_LAYOUT_MYDOGGY_R0
How to demo
- Run Sophie 2.0 and show the layout
Design
Implementation
(Implementation results should be described and linked here (from the wiki or the repository)
Testing
Comments
Log
[Include(wiki:APP_LAYOUT_ALTERNATIVE_R0_LOG)]