Changes between Version 3 and Version 4 of wxGUIDevelopment/Refactoring
- Timestamp:
- 02/07/13 08:43:59 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
wxGUIDevelopment/Refactoring
v3 v4 16 16 * uses layers which needs to be improved 17 17 * itself needs to be separated and possibly became part of the interface 18 19 == Classes to be designed == 20 21 * Layer 22 * !LayerList/!LayerManager/!LayerController 23 * Region/Bounding box 24 * to not transfer w, s, b, e, n, t + res... 25 * Command 26 * it is possible to use pygrass or be pygrass compatible? 27 28 == Map windows and friends == 29 30 * Logic to control map window needs to be separated from Frame classes to separate controller class. 31 * Result will be used in rlisetup 32 18 33 == Actions == 19 34