gui event user manual in html
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Sat, 27 Sep 2003 01:28:56 +0000 (01:28 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Sat, 27 Sep 2003 01:28:56 +0000 (01:28 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@254 04897980-b3bd-0310-b5e0-8ef037075253

ltt/branches/poly/doc/user/guiEvents.html [new file with mode: 0644]
ltt/branches/poly/doc/user/guiEvents.txt [deleted file]

diff --git a/ltt/branches/poly/doc/user/guiEvents.html b/ltt/branches/poly/doc/user/guiEvents.html
new file mode 100644 (file)
index 0000000..4e4af88
--- /dev/null
@@ -0,0 +1,59 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+  <title>Graphical Event Viewer Plugin User Manual</title>
+</head>
+  <body>
+<h1>Graphical Event Viewer Plugin User Manual</h1>
+
+<P>
+This viewers shows a list of the events that are included in the currently
+viewed time interval. This is a detailed manner of seeing each event's
+information.
+
+<P>
+Showing this viewer is as simple as adding it to the current tab by selecting
+the Insert Event Viewer menu item from the Tools menu or by clicking on
+this viewer's Insertion Button. You can then use up/down arrows buttons and
+delete button when the viewer is selected to change it's position in the
+tab or remove it.
+
+<P>
+It them appears in the current tab. If there are events to display in the
+current time frame selected by the tab, you should already see them in the
+list. You can move the scrollbar on the right side up and down to display
+the different events in the list. As you can see, this list is limited to
+the currently viewed time interval. In order to see more events in this
+list, you can use a Zoom Extended of the main window (this will show all
+the trace's events). You can also specify the laps of time you want to see
+using the main window's Show Time Frame.
+
+<P>
+One important feature of this plugin is the ability to inform the tab in
+which it resides of the currently selected event. By clicking on an event,
+it will appear highlighted in the list and this event will then become the
+current event.
+
+<P>
+The events shown are selected by the filters applied on them. Hence, you can
+configure the viewer's associated filter using various criterias in order
+to select the events you want to show.
+
+<P>
+By clicking on the viewer with the right mouse button, a popup menu appears,
+giving the opportunity to configure the viewer's filter or to configure
+the viewer itself. Configuration of the filter will be explained in another
+document, but event viewer's configuration follows.
+
+<P>
+The viewer's configuration window permits a selection of the fields that
+must be displayed in the event viewer. There are fields which can always be
+selected, as, for example, event type or time of the event, while there are
+fields that are specific to the event types present in the trace. A browse
+list, following the nested architecture of the description of events, will
+show all the available fields on the left. A list at the right side will
+list all the currently selectied fields. Two arrows in the middle of the
+two lists can be used to add or remove a field from the shown fields list.
+
+</BODY>
+</HTML>
diff --git a/ltt/branches/poly/doc/user/guiEvents.txt b/ltt/branches/poly/doc/user/guiEvents.txt
deleted file mode 100644 (file)
index 585b55a..0000000
+++ /dev/null
@@ -1,45 +0,0 @@
-|-----------------------------------------|
-|Graphical Event Viewer Plugin User Manual|
-|-----------------------------------------|
-
-This viewers shows a list of the events that are included in the currently
-viewed time interval. This is a detailed manner of seeing each event's
-information.
-
-Showing this viewer is as simple as adding it to the current tab by selecting
-the Insert Event Viewer menu item from the Tools menu or by clicking on
-this viewer's Insertion Button. You can then use up/down arrows buttons and
-delete button when the viewer is selected to change it's position in the
-tab or remove it.
-
-It them appears in the current tab. If there are events to display in the
-current time frame selected by the tab, you should already see them in the
-list. You can move the scrollbar on the right side up and down to display
-the different events in the list. As you can see, this list is limited to
-the currently viewed time interval. In order to see more events in this
-list, you can use a Zoom Extended of the main window (this will show all
-the trace's events). You can also specify the laps of time you want to see
-using the main window's Show Time Frame.
-
-One important feature of this plugin is the ability to inform the tab in
-which it resides of the currently selected event. By clicking on an event,
-it will appear highlighted in the list and this event will then become the
-current event.
-
-The events shown are selected by the filters applied on them. Hence, you can
-configure the viewer's associated filter using various criterias in order
-to select the events you want to show.
-
-By clicking on the viewer with the right mouse button, a popup menu appears,
-giving the opportunity to configure the viewer's filter or to configure
-the viewer itself. Configuration of the filter will be explained in another
-document, but event viewer's configuration follows.
-
-The viewer's configuration window permits a selection of the fields that
-must be displayed in the event viewer. There are fields which can always be
-selected, as, for example, event type or time of the event, while there are
-fields that are specific to the event types present in the trace. A browse
-list, following the nested architecture of the description of events, will
-show all the available fields on the left. A list at the right side will
-list all the currently selectied fields. Two arrows in the middle of the
-two lists can be used to add or remove a field from the shown fields list.
This page took 0.02494 seconds and 4 git commands to generate.