#include <vector>
#include <Inventor/SbLinear.h>
#include <Inventor/SbVec2f.h>
Go to the source code of this file.
Classes | |
class | Gui::AbstractMouseSelection |
The mouse selection base class In derived classes you must implement the methods initialize() and terminate() For all drawing stuff you just have to reimplement the draw() method. More... | |
class | Gui::BaseMouseSelection |
The standard mouse selection class. More... | |
class | Gui::BoxZoomSelection |
The box zoom mouse model class Draws a rectangle for box zooming. More... | |
class | Gui::PolyClipSelection |
The poly clip mouse model class Create a polygon. More... | |
class | Gui::PolyPickerSelection |
The poly picker mouse selection class Create a polygon. More... | |
class | Gui::RectangleSelection |
The selection mouse model class Draws a rectangle for selection. More... | |
Namespaces | |
namespace | Gui |
The namespace of the FreeCAD Graphical interface layer library. |