| Summary: | Support creation and deletion of root content via CreationPolicy and DeletionPolicy. | ||
|---|---|---|---|
| Product: | [Tools] GEF | Reporter: | Matthias Wienand <matthias.wienand> |
| Component: | GEF MVC | Assignee: | Alexander Nyßen <nyssen> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | nyssen |
| Version: | 1.0.0 | ||
| Target Milestone: | 5.0.0 (Oxygen) M5 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Matthias Wienand
I generalized the contract of CreationPolicy and DeletionPolicy to properly handle root content. We should change the logo example to no longer use model part, so this functionality gets used in the example code (up to now I have only roughly tested it with a modified palette example). I pushed the following changes to origin/master: - Removed GeometricModelPart from logo example so that content creation and deletion is performed using the root part. - Exposed layers of LayeredRootPart, so content creation can obtain the content layer. The example thus now makes use of this functionality. Resolving as fixed in 5.0.0 M5. |