Changes between Version 7 and Version 8 of wxGUIDevelopment/SingleWindow
- Timestamp:
- 04/07/21 23:27:16 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
wxGUIDevelopment/SingleWindow
v7 v8 36 36 GRASS GIS consists of two windows (frames) after launch - Layer Manager and Map Display. Additional maps are opened as additional separate Map Display windows. Each Map Display window corresponds to the Map Display tab in the Display tab, which defines the visual content of a particular Map Display window. 37 37 38 Figure 1: Illustration of several open Map Display windows and their associated Map Display tabs. 39 [[Image(several_map_displays.PNG)]] 38 [[Image(several_map_displays.PNG, 1100px, title=Figure 1: Illustration of several open Map Display windows and their associated Map Display tabs, align=center)]] 40 39 41 GRASS GIS Layer Manager contains the Menu from the top, then three dockable toolbars Workspace, Tools, and Misc (see figure 2).40 GRASS GIS Layer Manager contains the Menu from the top, then three dockable toolbars Workspace, Tools, and Misc. 42 41 43 Figure 2: Dockable toolbars in version 7.9 44 [[Image(dockable_toolbars.PNG)]] 42 [[Image(dockable_toolbars.PNG, 500px, title=Figure 2: Dockable toolbars in version 7.9, align=center)]] 45 43 46 The most spatially extensive widget is a notebook, which in a standard 2D projection contains 5 tabs - Data, Display, Modules, Console, and Python. When switching to 3D projection, this number is increased by the 3D view tab (Figure 3).44 The most spatially extensive widget is a notebook, which in a standard 2D projection contains 5 tabs - Data, Display, Modules, Console, and Python. When switching to 3D projection, this number is increased by the 3D view tab. 47 45 48 Figure 3: individual tabs - from left Data, Display, Modules, Console, Python, and 3D view 49 [[Image(tabs.png)]] 46 [[Image(tabs.png, 1100px, title=Figure 3: Individual tabs - from left Data, Display, Modules, Console, Python, and 3D view, align=center)]] 50 47 51 48 In addition to the Data Catalog, the Data tab also contains the Data Catalog toolbar and the infobar object. Similarly, the Display tab now has its own group of buttons - Display toolbar. Buttons previously available through the main dockable toolbars at the top of the Layer Manager have been moved to these tabs. Thus, in version 7.9, each tab forms a certain whole which will be further preserved for a single layout.