]> SALOME platform Git repositories - modules/hydro.git/blob - doc/salome/gui/HYDRO/open_file.h
Salome HOME
update of the documentation
[modules/hydro.git] / doc / salome / gui / HYDRO / open_file.h
1
2 /**
3   @file
4   \brief Help for the open file
5 */
6
7 /**
8   \page open Open file
9   
10   <a href="index.html"><b>Back to Main page.</b></a>
11   
12    The HYDROGUI module supports opening documents. This operation can be called via:<ol>
13   <li> The main menu <b>File => Open</b>;</li>
14   <li> <b>CTRL + O</b> buttons combination;</li>
15   <li> <b>Open document</b> toolar button. </li> 
16   \image html open_document_toolbar_button.png "Open document toolbar button"
17   </ol>
18   
19   In case if there is an active study in the session, <b>Close active study</b> warning appears:
20   \image html close_active_study_warning.png "Close active study warning"
21   
22   <b>Save & Close</b> - button to save active study and open new file;<br> 
23   <b>Close w/o saving</b> - button to ingore saving active study and open new file;<br>
24   <b>Cancel</b> - button to reject opening new file.br>
25   
26   <b>Open file</b> dialog box looks like:
27   \image html open_file_dialog_box.png "Save file dialog box"  
28   
29   <b>Supported format: .HDF</b><br>
30   
31   Additionally, <b>Reopen file</b> operation is supported. It can be called from the main menu <b>File => Reopen</b>. After that dialog box appears, clarifying the user's desire to reopen document:
32   \image html reopen_file_dialog_box.png "Reopen file dialog box" 
33   
34   <b>Yes</b> - button to reopen file and lost all not saved data;<br>
35   <b>No</b> - button to reject reopening.<br>
36   
37   <a href="index.html"><b>Back to Main page.</b></a> 
38 */