doc modif
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Sat, 27 Sep 2003 01:35:45 +0000 (01:35 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Sat, 27 Sep 2003 01:35:45 +0000 (01:35 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@255 04897980-b3bd-0310-b5e0-8ef037075253

ltt/branches/poly/doc/developer/guiControlFlow.html [new file with mode: 0644]
ltt/branches/poly/doc/developer/gui_layout.txt

diff --git a/ltt/branches/poly/doc/developer/guiControlFlow.html b/ltt/branches/poly/doc/developer/guiControlFlow.html
new file mode 100644 (file)
index 0000000..058190e
--- /dev/null
@@ -0,0 +1,14 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+  <title>Control Flow Viewer Module</title>
+</head>
+<body>
+
+<h1>Control Flow Viewer Module</h1>
+
+<P>
+
+
+<P>
+Mathieu Desnoyers, September 2003
index 826fe8f74d04512840608e65f265e08359873a9a..052b5e58787a3c4a05e76d5ce047b1045f83cf63 100644 (file)
@@ -1,13 +1,19 @@
-GUI Layout
-
-
-Mathieu Desnoyers, June 2003
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+  <title>GUI Layout</title>
+</head>
+  <body>
 
+<h1>GUI Layout</h1>
 
+<P>
 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.
 
+<P>
 This document describes the layout of the GUI in three sections : containers, menus and toolbars.
 
+<P>
 A status bar is also placed at the bottom of the window.
 
 - Containers
@@ -30,6 +36,7 @@ Window Mainwindow
 
 - Menus
 
+<P>
 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
 
 
+<P>
 - Toolbar
 
+<P>
 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.
 
+<P>
 So we have something like this :
 
+<P>
 --------------------------------------------------------------------------------
 | Menus                                                                        |
 --------------------------------------------------------------------------------
@@ -115,10 +126,13 @@ So we have something like this :
 --------------------------------------------------------------------------------
 
 
+<P>
 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.
 
+<P>
 This toolbar is mainly a selection of the menu entries.
 
+<P>
 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
+
This page took 0.024946 seconds and 4 git commands to generate.