| Summary: | Refactor and expose SetValueCommand | ||
|---|---|---|---|
| Product: | [Tools] GEF | Reporter: | Robert Stephan <roste> |
| Component: | GEF-Legacy GEF (MVC) | Assignee: | Alexander Nyßen <nyssen> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | nyssen |
| Version: | unspecified | ||
| Target Milestone: | 3.7.1 (Indigo) M6 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Robert Stephan
SetValueCommand and ResetValueCommand need refactoring before exposing them. Actually, ResetValueCommand is not needed if SetValueCommand handles this as well. Changed summary to indicate this. Refactored SetValueCommand and ResetValueCommand into a single SetPropertyValueComand, which can as well be used to reset a property value (in case it has a value different from its default value). Exposed SetPropertyValueCommand as public. Removed message entries used for ResetValueCommand. Changes committed to cvs HEAD (3.7M6). Resolving as fixed. |