git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5000 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d
28 lines
573 B
Plaintext
28 lines
573 B
Plaintext
/** \defgroup GUI Gui side
|
|
* \ingroup CORE */
|
|
|
|
/** \namespace Gui
|
|
\brief The namespace of the FreeCAD Graphical interface layer library.
|
|
|
|
This namespace includes the grafical interface of FreeCAD like:
|
|
- The main window
|
|
- 3D View
|
|
- Tree
|
|
|
|
and so on......
|
|
*/
|
|
|
|
|
|
/** \namespace Gui::Dialog
|
|
\brief The namespace of the FreeCAD dialogs.
|
|
*/
|
|
|
|
|
|
/** \namespace Gui::DockWnd
|
|
\brief The namespace of the dockable windows of FreeCAD.
|
|
*/
|
|
|
|
/** \namespace Gui::PropertyEditor
|
|
\brief The namespace of the property editor for FreeCAD.
|
|
*/
|