]> SALOME platform Git repositories - modules/yacs.git/blobdiff - doc/gui.rst
Salome HOME
[EDF26936] : End of the 2GB limit.
[modules/yacs.git] / doc / gui.rst
index 9f1ae85083bea2123388387df33da51d2949acf6..8191a0534967bae0a92560e21ae687f611302101 100644 (file)
@@ -1,33 +1,38 @@
 .. _gui:
 
 *******************************************************
-Utilisation de YACS avec l'interface graphique (GUI)
+Using YACS with the graphical user interface (GUI)
 *******************************************************
 
 YACS GUI description
 ====================
 
-The YACS GUI document contains several 2D and tree views, one of each per run of a schema. There are different view modes of the schema. The SALOME Object browser is only used to publish the run of the schema as a whole, and under the run, the outputs of the run that are published for the use of other SALOME modules. During the schema design (edition), a dedicated edition tree view of the YACS
-data structure is used for schema building. Modifications are displayed on the 2D view.
+.. _mainwindow:
 
-Several executions (run) of the same schema can occur at the same time. Dedicated tree in run mode and 2D views are used for each run. The run tree view is used to control the execution (stop, breakpoints) and the 2D view reflects the detailed current state of execution.
+.. image:: images/yacs_gui_description_0.png
+  :align: center
 
-The Python Console and Log Window in the low part of the desktop permits the user to invoke some YACS functionality from Python (for example, import XML graph from Python - not a normal use) and to display diagnostic messages correspondingly.
+.. centered::
+  Main Window
 
-For the quick access to basic operations the system of context-dependent popup menu is supported. Popup menu is called by click of the right button of the mouse on the selected object.
+The YACS GUI document contains several 2D and tree views, one of each per run of a schema. There are different view modes of the schema.
+The SALOME Object browser is only used to publish the run of the schema as a whole, and under the run, 
+the outputs of the run that are published for the use of other SALOME modules. During the schema design (edition),
+a dedicated edition tree view of the YACS data structure is used for schema building.
+Modifications are displayed on the 2D view.
 
-The main window look & feel is presented schematically below.
+Several executions (run) of the same schema can occur at the same time. Dedicated tree in run mode and 2D views are used for each run.
+The run tree view is used to control the execution (stop, breakpoints) and the 2D view reflects the detailed current state of execution.
 
-.. _mainwindow:
+The Python Console and Log Window often present in other SALOME modules are not used in YACS, so, they are not present by default.
 
-.. figure:: images/yacs_gui_description_0.jpg
-  :align: center
+For the quick access to basic operations the system of context-dependent popup menu is supported.
+Popup menu is called by click of the right button of the mouse on the selected object.
 
-  Main Window
-
-.. raw:: LaTeX
+Drag and drop operations are often used in edition, between tree items and/or 2D items, for associations (link creation, for instance).
 
-   \clearpage
+The main window look & feel is presented schematically below.
+Note that SALOME Object browser and Schema tree view are regrouped under tabs by default.
 
 .. toctree::
    :maxdepth: 1