]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
Update of GUI help documentation. akl/single_study
authorakl <alexander.kovalev@opencascade.com>
Fri, 26 Sep 2014 11:37:20 +0000 (15:37 +0400)
committerakl <alexander.kovalev@opencascade.com>
Fri, 26 Sep 2014 11:37:20 +0000 (15:37 +0400)
doc/salome/gui/images/closestudy.png
doc/salome/gui/images/disconnect_study.png [new file with mode: 0644]
doc/salome/gui/images/menu_file.png [new file with mode: 0644]
doc/salome/gui/images/studymanagement.png [changed mode: 0755->0644]
doc/salome/gui/input/introduction_to_gui.doc
doc/salome/gui/input/salome_desktop.doc
doc/salome/gui/input/study_management_chapter.doc

index 4099cc8030d79d3855b842b8803f847f76ba7c36..f53bd1dfe0fc9c3e53349ce6b7e673e7250f691c 100755 (executable)
Binary files a/doc/salome/gui/images/closestudy.png and b/doc/salome/gui/images/closestudy.png differ
diff --git a/doc/salome/gui/images/disconnect_study.png b/doc/salome/gui/images/disconnect_study.png
new file mode 100644 (file)
index 0000000..74c14f8
Binary files /dev/null and b/doc/salome/gui/images/disconnect_study.png differ
diff --git a/doc/salome/gui/images/menu_file.png b/doc/salome/gui/images/menu_file.png
new file mode 100644 (file)
index 0000000..ca8d843
Binary files /dev/null and b/doc/salome/gui/images/menu_file.png differ
old mode 100755 (executable)
new mode 100644 (file)
index a7a4b97..2f7b61e
Binary files a/doc/salome/gui/images/studymanagement.png and b/doc/salome/gui/images/studymanagement.png differ
index 449baa0ce3afe6724c20671a024a18a25f988287..e246f07378caeb55bc5e7b093daf6669560beddc 100644 (file)
@@ -9,7 +9,7 @@ Toolkit) that proposes very flexible, powerful and safe mechanisms of
 interaction with SALOME tool components (both CORBA and standalone),
 resource management, viewers and selection handling,
 exception and signals processing. This approach brings to the top
-Salome multi-desktop dockable-windowed user interface.
+Salome single-desktop dockable-windowed user interface.
 \n All Graphical User Interfaces of standard modules have plug-in
 structure, i.e. each module is placed in a dynamic library which is
 loaded on demand. So, all modules add their own menu items, buttons
@@ -22,7 +22,7 @@ basic GUI functionalities, common for all modules.
 
 <ul>
 <li>\b File menu corresponds to \subpage study_management_page "Study management" functionalities
-(creation, saving, loading, editing studies, etc.).</li>
+(creation, saving, loading, editing studies, connecting, disconnecting, etc.).</li>
 <li>\b Edit menu gives access to <b> Copy/Paste</b> allowing to paste the
 objects from one study into the other. The availability of this
 functionality depends on the module and the nature of an operation or
index 2c60c00e3f8edf8f582556e6939da58261292608..8fbb1493f8702e2903df61f22ceecdf25a0d17ce 100644 (file)
@@ -2,12 +2,9 @@
 
 \page salome_desktop_page SALOME desktop
 
-<b>Multi-Desktop Approach</b> used in Salome means that there is a separate Desktop
-for each Study and all windows connected to the same Study (viewers, dockable
+<b>Single-Desktop Approach</b> used in Salome means that there is one Desktop
+for Study and all windows connected to the Study (viewers, dockable
 windows, etc.) are placed in one container. 
-This approach positively differs from the classic multi document interface 
-if many windows are used, i.e. when one document contains a lot of
-viewers, dialogs, etc. Each desktop also has its own menu and toolbar.
 
 The main SALOME Desktop consists of the following sections and toolbars:
 
index 9e4f618d4ea69ee9081126b381d8d33ebf5c890e..f8fd768e32f1f620b300a8ef5d256196ec045e05 100644 (file)
@@ -9,40 +9,26 @@ document data (probably, remote data available through CORBA) and data
 presentation (in the Object Browser). The study is composed of Data
 Object instances, united in a tree-like structure.
 
-All operations with studies are available from the \b File menu.
+As soon as you have opened SALOME desktop, you don't see active study.
+But you can operate with enabled Python console, for example to load script. Also some operations are available from the \b File menu without study:
+
+\image html menu_file.png
+
+If you create, load or connect to study, then additional operations with study will be available from the \b File menu.
 
 \image html studymanagement.png
 
 \b New - creates a new study. The study will be created
-with default name \b Study1. It is possible to create
-several studies, each accessible from the task bar.
+with default name \b Study1. To create another study you should close the current one.
 
 \b Open - allows to open an existing study by browsing for it in a
 standard Search File dialog box, choosing the required
 *.hdf file and clicking \b Open button.
 
-\b Reopen - reloads the current study from the *.hdf file. This menu command
-can be used to reverse the study to the latest saved state.
-
-\b Connect - allows to open an unloaded study.
-\image html loadstudy2.png
-Select one of the studies, which has been previously
-created and unloaded and click \b Ok button.
-
-\note SALOME is a multi-study platform. It means that simultaneously you can
-work with several studies. 
-
-\b Close - closes the current study, alternatively it is
-possible to click on the cross in the upper right corner of the study window.
-
-\note If the study has not been previously saved, this option will
-call the following dialog box with several options:
+\b Reopen - reloads the current study from the associated *.hdf file. This menu command can be used to reverse the study to the latest saved state.
 
-\image html closestudy.png
-
-Here, \b Unload option unloads the current study from the SALOME
-Desktop. It can be reloaded in the same working session, but if you quit the SALOME application, all changes
-in the unloaded study will be lost.
+\note SALOME is a single-study platform. It means that simultaneously you can
+work with one study only.
 
 \b Save - saves the current study. Saving a study you also save its layout, i.e. all positions and sizes
 of dockable windows. It means that the difference in settings of the
@@ -59,6 +45,26 @@ for your study and save it.
 \b Save \b as - allows to save the current study with a new name. Input  a new name for the study in the standard
 Search File dialog box and click \b Save button.
 
+\b Close - closes the current study, alternatively it is
+possible to click on the cross in the upper right corner of the study window.
+
+\note If the study has not been previously saved, this option will
+call the following dialog box with several options:
+
+\image html closestudy.png
+
+\b Connect - allows to open an unloaded or created outside GUI study.
+
+\note Connect is available only if there is some study on data server.
+
+\b Disconnect - unloads the current study from the SALOME
+Desktop. It can be reloaded in the same working session, but if you quit the SALOME application, all changes in the unloaded study will be lost.
+
+\note If the study has not been previously saved, this option will
+call the following dialog box with several options:
+
+\image html disconnect_study.png
+
 <b>Dump study</b> - allows to Dump a SALOME Study in one or several
 Python scripts. The following dialog box allows to browse for the location and
 define the name for a Python file.