#include <map>
#include <vector>
#include <string>
#include <QIcon>
#include <boost/signals.hpp>
#include <App/PropertyContainer.h>
#include <Base/Vector3D.h>
Go to the source code of this file.
Classes | |
class | Gui::ViewProvider |
General interface for all visual stuff in FreeCAD This class is used to generate and handle all around visualizing and presenting objects from the FreeCAD App layer to the user. More... | |
Namespaces | |
namespace | App |
The namespace of the FreeCAD Aplication layer library. | |
namespace | Base |
The namespace of the FreeCAD Base library. | |
namespace | Gui |
The namespace of the FreeCAD Graphical interface layer library. | |
namespace | Gui::TaskView |