Salome HOME
Merge branch 'BR_2018_V8_5' into BR_PY3
[modules/hydro.git] / doc / salome / gui / HYDRO / input / dump_study.doc
1
2 /**
3   @file
4   \brief Help for the dump study
5 */
6
7 /**
8   \page dump_study Dump study
9   
10   <a href="index.html"><b>Back to Main page.</b></a>
11   
12   The HYDROGUI module supports dumping documents into Python scripts. This operation can be called via:<ol>
13   <li> The main menu <b>File => Dump study</b>;</li>
14   <li> <b>CTRL + D</b> buttons combination;</li>
15   </ol>
16   
17   
18   <b>Dump study</b> dialog box looks like:
19   
20   \image html dump_study_dialog_box.png "Dump study dialog box"
21   
22   Controls inside <b>Dump study</b> dialog box:<ul>
23   <li><b>Publish in study</b> - check-box to </li>
24   <li><b>Multi file dump</b> - check-box to </li>
25   <li><b>Save GUI state</b> - check-box to </li>
26   </ul>
27   
28   In case if the user tries to save file with the name already used, warning appears, suggested overwriting existing file :
29   \image html warning_dump.png "Warning"
30   
31   <a href="index.html"><b>Back to Main page.</b></a>
32 */