Files
create/src/Gui/core-gui.dox
2019-07-15 23:20:52 -03:00

30 lines
612 B
Plaintext

/** \defgroup GUI Gui
* \ingroup CORE
* \brief The Graphical User Interface of FreeCAD and the 3D View
*/
/** \namespace Gui
\brief The FreeCAD Graphical interface layer
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.
*/