]> SALOME platform Git repositories - modules/hydro.git/blob - doc/salome/gui/HYDRO/show_hide.h
Salome HOME
concretions after Merge op.
[modules/hydro.git] / doc / salome / gui / HYDRO / show_hide.h
1
2 /**
3   @file
4   \brief Help for the show/hide object
5 */
6
7 /**
8   \page show_hide Show/hide object(s)
9         
10   <a href="index.html"><b>Back to Main page</b></a>:<br>
11   
12   \ref general_services "Back to general services" 
13   
14   It is possible to show and hide objects in the viewer in HYDROGUI module.<br>
15   
16   The user can show object(s) via the following commands:<ol>
17   <li><b>Show all</b></li> - shows all objects. Can be executed from context menu called from viewer or Object browser;</li>
18   <li><b>Show</b></li> -  shows  selected objects. Can be executed from context menu of selected objects;</li>
19   <li><b>Show only</b></li> - shows  selected objects and hides already shown objects. Can be executed from context menu of selected objects;</li>
20   <li><b>Eye</b> icon</li> - locates in Object browser near every object. Just click on it to show object, if it is hidden.
21   
22   \image html eye_icons.png "Eye icons of shown and hidden objects" 
23   </ol>
24   
25   The user can hide object(s) via the following commands:<ol>
26   <li><b>Hide all</b></li> - hides all objects. Can be executed from context menu called from viewer or Object browser;</li>
27   <li><b>Hide</b></li> -  hides  selected objects. Can be executed from context menu of selected objects;</li>
28   <li><b>Eye</b> icon</li> - locates in Object browser near every object. Just click on it to hide object, if it is shown.
29   </ol>
30   
31 */