Changes between Version 4 and Version 5 of wxGUIDevelopment/Refactoring


Ignore:
Timestamp:
Feb 12, 2013, 4:18:17 AM (11 years ago)
Author:
wenzeslaus
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • wxGUIDevelopment/Refactoring

    v4 v5  
    2929
    3030 * Logic to control map window needs to be separated from Frame classes to separate controller class.
    31   * Result will be used in rlisetup
     31  * Result will be used in rlisetup and partially in the big single window
     32
     33== What is needed for big single window ==
     34
     35''Note that this is not the complete analysis only the list of basic requirements.''
     36
     37 * mapwindow control class
     38 * layer manager control class (!LayerController)
     39  * there is a Map object which itself keeps all maps
     40  * currently in lmgr there is a tree widget which holds the list of maps; in d.mon only Map object is used
     41 * system to start various processes and dialogs such a histogram or profile tool
     42 * classes should be usable for the new one window system, for the old multi window system and also for the smaller applications such as wxIClass
    3243
    3344== Actions ==