Changes between Version 9 and Version 10 of wxGUIDevelopment/wxIClass


Ignore:
Timestamp:
Dec 16, 2011, 9:51:24 AM (12 years ago)
Author:
wenzeslaus
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • wxGUIDevelopment/wxIClass

    v9 v10  
    1313}}}
    1414
    15 == Module name ==
    16 User friendly name should be found. In the implementation wxIClass is used (and IClass or iclass in C implementation).
    17 
     15== Naming conventions ==
     16 * module name
     17  * User friendly name should be found.
     18  * In the implementation wxIClass is used (and IClass or iclass in C implementation).
     19  * Now ''Classification'' is used as window title.
     20 * terms in user interface
     21  * Map window panes are called ''Preview Displays'' and ''Training Areas Display''.
     22  * Term ''class'' is used.
     23 * conventions in implementation
     24  * C
     25   * Function names start with `I_iclass_`. (`I` for imagery).
     26   * Structure names start with `Iclass_`.
     27   * Term ''category'' is used instead of ''class'' because it is determined by CAT column (rule taken from old `i.class`).
     28  * Python
    1829== User wiki ==
    1930