Introduction.rst
)
-FILE( COPY ${DOC_FILES} DESTINATION ${CMAKE_CURRENT_BINARY_DIR})
-
CONFIGURE_FILE(${input} ${output})
#sphinx-build -b html -c doc -D latex_paper_size=a4 -d doc/doctree /dn23/PPGP/vsv/SALOME730/SOURCES/PPGP_SRC/doc doc/html
+INSTALL(FILES ${DOC_FILES} DESTINATION ${CMAKE_CURRENT_BINARY_DIR})
+
+INSTALL(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/images DESTINATION ${CMAKE_CURRENT_BINARY_DIR})
+
INSTALL(CODE "
EXECUTE_PROCESS(
COMMAND ${PYTHON_EXECUTABLE} ${CMAKE_CURRENT_SOURCE_DIR}/build_index.py ${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_CURRENT_SOURCE_DIR}
\r
The main window of the application consists of the following components:\r
\r
-- :ref:`main_menu`\r
-- :ref:`doc_windows`\r
-- :ref:`viewer` \r
+- :ref:`main_menu`;\r
+- :ref:`doc_windows`;\r
+- :ref:`viewer`;\r
+- status bar. \r
\r
+.. image:: images/main_window.png\r
+ :align: center\r
+\r
+.. centered::\r
+ Main window of SHAPER module\r
+\r
+ \r
.. _main_menu:\r
\r
Main menu \r
\r
Main menu provides access to all commands of the application.\r
\r
+.. image:: images/main_menu.png\r
+ :align: center\r
+\r
+.. centered::\r
+ Main menu\r
+\r
+Main menu includes standard Salome items:\r
+\r
+- File;\r
+- Edit;\r
+- View;\r
+- Tools; \r
+- Window;\r
+- Help;\r
+ \r
+and items specific for SHAPER module:\r
+\r
+- :ref:`partPlugin`;\r
+- :ref:`sketchPlugin`;\r
+- :ref:`constructionPlugin`;\r
+- :ref:`buildPlugin`;\r
+- :ref:`primitivesPlugin`;\r
+- :ref:`gdmlPlugin`;\r
+- :ref:`featuresPlugin`; \r
+- :ref:`macrosPlugin`. \r
+\r
+\r
+ \r
.. _doc_windows:\r
\r
Dock windows\r
- :ref:`python console`\r
- :ref:`property_panel`\r
\r
-\r
Dock windows can be placed in three dock areas:\r
- left, \r
- right, \r
- bottom.\r
\r
-By default object browser window is placed at left area of the main window and Python console is placed as at bottom area of the main menu. \r
-user can close any dock window. To open it again he can use a corresponded command from pop-up menu on static part of main menu \r
+By default object browser window is placed at the left dock area, Inspection panel at the right dock area and Python console at the bottom dock area of the main window and Property Panel is hidden.\r
+\r
+The Property Panel is shown on operation start at left dock area of the main window by default.\r
+\r
+If Object Browser is shown at the same side then they will be tabbed.\r
+\r
+Each dock window can be closed and opened again using a corresponding command from View - Windows pop-up menu on static part of main menu :ref:`main_menu`\r
+\r
\r
.. _object_browser: \r
\r
- **Cancel/Close** calls **Abort operation** dialog box to confirm operation abort,\r
- **Help** calls User's guide opened on page describing the current operation.\r
\r
-.. image:: button_ok.png\r
+.. image:: images/button_ok.png\r
:align: center\r
\r
.. centered::\r
**OK** button\r
\r
-.. image:: button_cancel.png\r
+.. image:: images/button_cancel.png\r
:align: center\r
\r
.. centered::\r
**Cancel** button\r
\r
-.. image:: button_help.png\r
+.. image:: images/button_help.png\r
:align: center\r
\r
.. centered::\r
**Help** button\r
\r
-.. image:: abort_operation.png\r
+.. image:: images/abort_operation.png\r
:align: center\r
\r
.. centered::\r
**Abort operation** dialog box\r
\r
\r
- **OK** button is disabled if not all input parameters are defined or some errors are found. Error is shown as tooltip and in inspection panel.\r
+**OK** button is disabled if not all input parameters are defined or some errors are found. Error is shown as tooltip and in status bar.\r
\r
.. _inspection_panel: \r
\r