Changes between Version 22 and Version 23 of APP_MAIN_WINDOW_R0
- Timestamp:
- 10/04/08 01:58:05 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
APP_MAIN_WINDOW_R0
v22 v23 33 33 * The main window of sophie2 is represented by the !AppView class. UML Diagram: 34 34 [[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. 36 36 * Here is a hierarchy of the flaps in sophie2: 37 37 [[Image(source:/trunk/sophie2-platform/doc/uml-design-diagrams/app-main-window/FlapsDiagram.png@127)]] … … 53 53 * Its visual representation is created and items are added. 54 54 * 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 55 57 56 58 = Implementation =