X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=doc%2FModules.doc;h=71060e595a7be054a67c4a1d413bdfe22c8a02b1;hb=283433d9c2f39fbd332d6eba691b6a0cd875e29d;hp=91d2026f724ad08532cc69bd2aa8b974539fd830;hpb=10bb792d867f7f80560de874b4a681636b99de6e;p=modules%2Fshaper.git diff --git a/doc/Modules.doc b/doc/Modules.doc index 91d2026f7..71060e595 100644 --- a/doc/Modules.doc +++ b/doc/Modules.doc @@ -20,6 +20,7 @@ * The geometrical algorithms implementation (basing on OCCT libraries) are located in GeomAlgoAPI. * */ + /** * \defgroup Plugins Plugins @@ -28,11 +29,51 @@ * * The C++ and Python features implementations are located in plugins: specially organized libraries * and configuration files that allows to define the user interface and specific algorithms. - * There are many plugins that should be extended wit hthe development of the application. The names + * There are many plugins that should be extended with the development of the application. The names * of plugin-packages are ended with "Plugin" string: * PartSetPlugin, ConstructionPlugin, SketchPlugin, FeaturesPlugins, etc. * */ + + /** + * \defgroup Config Config + * + * \brief XML processing tools used in the application + * + * The tools for reading definitions of plugins, features and widgets. + * + */ + +/** + * \defgroup GUI GUI of the application + * + * \brief Classes for graphic user interface definition + * + * Classes of application windows definition, operations launching, + * and objects presentations. It consists of two packages: + * - ModuleBase - level for modules definition + * - XGUI - implementation of Application GUI. + */ + +/** + * \defgroup Salome A Salome connector + * + * \brief A set of classes which provide wrapping of + * OpenParts application as SALOME module + */ + +/** + * \defgroup Desktop Classes for standalone application + * + * \brief This group contains classes for launching the application + * in standalone desktop (without SALOME) + */ + +/** + * \defgroup Modules Modules + * + * \brief Definition of a module as a set of classes for plugins management + */ /** * \defgroup Validators Validators @@ -46,3 +87,4 @@ * (like in ExchangePlugin_ImportFormatValidator). * */ +