From 21d9f3dc35707a3ad6ce047538aa8cc9c5282658 Mon Sep 17 00:00:00 2001 From: compudj Date: Sat, 27 Sep 2003 01:35:45 +0000 Subject: [PATCH] doc modif git-svn-id: http://ltt.polymtl.ca/svn@255 04897980-b3bd-0310-b5e0-8ef037075253 --- .../poly/doc/developer/guiControlFlow.html | 14 +++++++++++ .../poly/doc/developer/gui_layout.txt | 25 ++++++++++++++++--- 2 files changed, 35 insertions(+), 4 deletions(-) create mode 100644 ltt/branches/poly/doc/developer/guiControlFlow.html diff --git a/ltt/branches/poly/doc/developer/guiControlFlow.html b/ltt/branches/poly/doc/developer/guiControlFlow.html new file mode 100644 index 00000000..058190e3 --- /dev/null +++ b/ltt/branches/poly/doc/developer/guiControlFlow.html @@ -0,0 +1,14 @@ + + + + Control Flow Viewer Module + + + +

Control Flow Viewer Module

+ +

+ + +

+Mathieu Desnoyers, September 2003 diff --git a/ltt/branches/poly/doc/developer/gui_layout.txt b/ltt/branches/poly/doc/developer/gui_layout.txt index 826fe8f7..052b5e58 100644 --- a/ltt/branches/poly/doc/developer/gui_layout.txt +++ b/ltt/branches/poly/doc/developer/gui_layout.txt @@ -1,13 +1,19 @@ -GUI Layout - - -Mathieu Desnoyers, June 2003 + + + + GUI Layout + + +

GUI Layout

+

In order to implement the GUI, choices has to be made based on habitual interfaces that we know users are familiar with. The inspiration for these choices came mainly from the Mozilla browser project and also from Openoffice, which are currently used as two userfriendly applications in various Linux distribution at the time of this writing. +

This document describes the layout of the GUI in three sections : containers, menus and toolbars. +

A status bar is also placed at the bottom of the window. - Containers @@ -30,6 +36,7 @@ Window Mainwindow - Menus +

Here is a short description of each menu entry * by itself means a separator @@ -92,12 +99,16 @@ Here is a short description of each menu entry *About +

- Toolbar +

The toolbar is separated in two parts : like the two lines used in Openoffice. The first one is applying to the top level window (or current tab) while the one below contains the current viewer's toolbar. +

So we have something like this : +

-------------------------------------------------------------------------------- | Menus | -------------------------------------------------------------------------------- @@ -115,10 +126,13 @@ So we have something like this : -------------------------------------------------------------------------------- +

The toolbar of the top level window is the only one described in this document, as the second one is defined by the viewers and specific to each of them. +

This toolbar is mainly a selection of the menu entries. +

New : New window with empty trace set. Open : open a trace set. Add Trace @@ -140,3 +154,6 @@ Delete current viewer Add viewer's specific insertion buttons are added here. + +Mathieu Desnoyers, June 2003 + -- 2.34.1