Salome HOME
[EDF26936] : End of the 2GB limit.
[modules/yacs.git] / doc / toolbars.rst
1
2 .. _toolbars:
3
4 Toolbars
5 ========
6
7 The toolbar panel contains buttons for the quick access to the often-used operations. There are several toolbars on the toolbar panel. The user can maintain the toolbar visibility with help of menu **View --> Toolbars** .
8
9
10
11 .. image:: images/main_menu_4.png
12   :align: center
13
14
15
16 Let's describe different types of toolbars in turn.
17
18 .. _standard:
19
20 Standard toolbar
21 ----------------
22 Standard toolbar contains buttons for access to standard operations like new, open, save and close document, undo/redo commands.
23
24
25
26 .. image:: images/toolbars_0.png
27   :align: center
28
29
30
31 .. _modules:
32
33 Modules toolbar
34 ---------------
35
36 Module toolbar contains SALOME GUI module selector with a list of available modules and a set of toolbar buttons, one per module, 
37 to activate the module.
38
39 .. image:: images/toolbars_1.png
40   :align: center
41
42
43 .. _schema:
44
45 YACS toolbar, no schema loaded
46 ------------------------------
47
48 .. image:: images/toolbars_2.png
49   :align: center
50
51 YACS toolbar contents depends on the edition or execution mode. Without any schema loaded, the toolbar is restricted to functions to import and export a schema. Schema toolbar contains the following toolbar buttons:
52
53
54
55
56 + :ref:`create_new_schema` : create a new schema from scratch
57
58
59 + :ref:`import_yacs_schema` : load a YACS schema saved on an XML file 
60
61
62 + Load a Schema in run mode (without edition)
63
64
65 + What's this mode : detailled help on a few items
66
67
68
69
70 .. _edition_toolbar:
71
72 YACS toolbar, edition mode
73 ------------------------------
74
75 .. image:: images/toolbars_3.png
76   :align: center
77
78 YACS toolbar in edition mode contains functions to import and export schemas, to switch to execution mode, to import catalogs, and to adjust behaviour of the 2D view:
79
80
81 + :ref:`create_new_schema` : create a new schema from scratch
82
83
84 + :ref:`import_yacs_schema` : load a YACS schema saved on an XML file 
85
86
87 + Save Schema : save in the current opened file
88
89
90 + :ref:`export_schema` : save with file dialog box to choose a new filename
91
92
93 + :ref:`execute_schema` : switch from edition to run mode
94
95
96 + :ref:`save_restore_execution_state` (from a state of execution saved previously)
97
98
99 + Load a Schema in run mode (without edition)
100
101
102 + Load a Schema to be executed on a batch system
103
104
105 + Undo last edition (modification of nodes positions in 2D view are not undoable)
106
107
108 + Redo last edition
109
110
111 + Import Catalog : to import specific data types or nodes
112
113
114 + Straight/Orthogonal : toggle between straight lines or orthogonal links
115
116
117 + Automatic Links: toggle behaviour for automatic link reconstruction when 2D View layout changes
118
119
120 + Simplify Links: toggle behaviour for link simplification (less segments)
121
122
123 + Separate Links: toggle behaviour to try to avoid or not superposition of links 
124
125
126 + Show all links: some links may have been selectively hidden
127
128
129 + Hide all links
130
131
132 + What's this mode : detailled help on a few items
133
134
135
136
137
138 .. _execution_toolbar:
139
140 YACS toolbar, execution mode
141 ------------------------------
142
143 .. image:: images/toolbars_4.png
144   :align: center
145
146 YACS toolbar in execution mode contains functions to import and export schemas, to execute the schema, step by step, with breakpoints or straightforward, to save state of execution, to reedit the schema:
147
148
149
150 + :ref:`create_new_schema` : create a new schema from scratch
151
152
153 + :ref:`import_yacs_schema` : load a YACS schema saved on an XML file 
154
155
156 + Load a Schema in run mode (without edition)
157
158
159 + :ref:`Start/Resume <start_resume>`
160
161
162 + :ref:`Abort <pause_abort_reset>`
163
164
165 + :ref:`Pause <pause_abort_reset>`
166
167
168 + :ref:`Restart <pause_abort_reset>`
169
170
171 + :ref:`save_restore_execution_state`
172
173
174 + Set/reset Execution mode without stops
175
176
177 + Set/reset Execution mode with breakpoints
178
179
180 + Set/reset Execution mode step by step
181
182
183 + Set/reset Stop execution on the first error
184
185
186 + Straight/Orthogonal : toggle between straight lines or orthogonal links
187
188
189 + Automatic Links: toggle behaviour for automatic link reconstruction when 2D View layout changes
190
191
192 + Simplify Links: toggle behaviour for link simplification (less segments)
193
194
195 + Separate Links: toggle behaviour to try to avoid or not superposition of links 
196
197
198 + Show all links: some links may have been selectively hidden
199
200
201 + Hide all links
202
203  
204 + What's this mode : detailled help on a few items
205
206