Salome HOME
Merge branch 'BR_2018_V8_5' into BR_PY3
[modules/hydro.git] / doc / salome / gui / HYDRO / input / undo_redo.doc
1
2 /**
3   @file
4   \brief Help for the undo redo
5 */
6
7 /**
8   \page undo_redo Undo/Redo actions
9   
10   <a href="index.html"><b>Back to Main page.</b></a>
11   
12   The HYDROGUI module supports two levels of <b>Undo/Redo</b> functionality:<ul>
13         <li><b>Global</b> undo/redo<br>
14         Global undo reverts last operation, redo performs latest undone operation (if there is any);</li>
15         <li><b>Local</b> undo/redo - is available only for \ref create_profile "profiles" and \ref polyline "polylines" creation/edition</li>.
16   </ul>
17   
18   <b>Global Undo</b> operation can be executed  via:<ol>
19   <li> The main menu <b>Edit => Undo</b>;</li>
20   <li><b>Undo</b> toolbar button; </li>
21   
22    \image html undo_toolbar_button.png "Undo toolbar button"
23    
24    <li><b>CTRL + Z</b> buttons combination; </li>
25    <li>Selection of operations to be undone with help of <b>Undo</b> combo-box</li>
26    
27    \image html undo_combo_box.png "Undo combo-box"
28    </ol>
29    
30    <b>Global Redo</b> operation can be executed  via:<ol>
31    <li> The main menu <b>Edit => Redo</b>;</li>
32   <li><b>Redo</b> toolbar button; </li>
33   
34    \image html redo_toolbar_button.png "Redo toolbar button"
35    
36    <li><b>CTRL + Y</b> buttons combination; </li>
37    <li>Selection of operations to be redone with help of <b>Redo</b> combo-box</li>
38   </ol>
39    
40    \image html redo_combo_box.png "Redo combo-box"
41    
42    <a href="index.html"><b>Back to Main page.</b></a>
43   
44 */