Changes between Version 22 and Version 23 of APP_MAIN_WINDOW_R0


Ignore:
Timestamp:
10/04/08 01:58:05 (17 years ago)
Author:
peko
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • APP_MAIN_WINDOW_R0

    v22 v23  
    3333 * The main window of sophie2 is represented by the !AppView class. UML Diagram: 
    3434[[Image(source:/trunk/sophie2-platform/doc/uml-design-diagrams/app-main-window/AppView.png@127)]] 
    35   * It consists of left, right and bottom flaps, a books' desktop and a menu bar. 
     35  * It consists of left, right and bottom flaps, a books' desktop, a title bar and a menu bar. 
    3636   * Here is a hierarchy of the flaps in sophie2: 
    3737[[Image(source:/trunk/sophie2-platform/doc/uml-design-diagrams/app-main-window/FlapsDiagram.png@127)]] 
     
    5353    * Its visual representation is created and items are added. 
    5454    * Every item is represented by the !MenuMember class. !MenuMembers have tool-tips, icons, titles etc. Menus and !MenuItems in are also !MenuMembers depending whether the members of the main menu are sub-menus or items. 
     55    * !CheckBoxMenuItem is a menu item with a check box that provides selected() functionality.  
     56 
    5557 
    5658= Implementation =