Salome HOME
refs #676: repairing of the documentation system and help
[modules/hydro.git] / doc / salome / gui / HYDRO / input / change_layer_order.doc
1
2 /**
3   @file
4   \brief Help for the change layer order
5 */
6
7 /**
8   \page change_layer_order Change layer order
9   
10   <a href="index.html"><b>Back to Main page.</b></a>
11
12   The HYDROGUI module allows the user to define priority of visibility 2d objects.<br>
13   This feature is executed with help of <b>Change layer order</b> dialog box, which can be called via according command in context menu, called in OCC viewer.<br>
14
15 <b>Change layer order</b> dialog box looks like: 
16
17   \image html change_layer_order_dialog_box.png "Change layer order dialog box"
18   
19    Only shown objects are presented in the dialog box.<br>
20    
21    Controls of the dialog box: <br>  
22    
23    <b>Move the item(s) on top</b> - button to move selected in the list objects on top, i.e. set for them the highest visibility priority;<br>
24    \image html move_item_on_top_button.png "Move the item(s) on top button"
25    <b>Move the item(s) up</b> - button to move selected in the list objects up, i.e. increase visibility priority on one point;<br>
26    \image html move_item_up_button.png "Move the item(s) up button"
27    <b>Move the item(s) down</b> - button to move selected in the list objects down, i.e. decrease visibility priority on one point;<br>
28    \image html move_item_down_button.png "Move the item(s) down button"
29    <b>Move the item(s) on bottom</b> - button to move selected in the list objects on bottom, i.e. set for them least visibility priority;<br>
30    \image html move_item_on_bottom_button.png "Move the item(s) on bottom button"
31    <b>All objects</b> - check-box to show all objects(even hidden) in the list;<br>
32    <b>Apply</b> - button to apply modifications done;<br>
33    <b>Apply and Close</b> - button to apply modifications done and close dialog box;<br>
34    <b>Close</b> - button to close dialog box.
35    
36    Example:
37    \image html example_change_layer_order_before.png "Before changing layer order"
38    
39    \image html example_change_layer_order_after.png "After changing layer order"
40    
41 <a href="index.html"><b>Back to Main page.</b></a>
42
43 */