FreeCAD C++
|
#include <Gui/ViewProviderDragger.h>
The base class for all view providers modifying the placement of a geometric feature.
Public Member Functions | |
ViewProviderDragger () | |
constructor. | |
virtual | ~ViewProviderDragger () |
destructor. | |
Edit methods | |
bool | doubleClicked (void) |
void | setupContextMenu (QMenu *, QObject *, const char *) |
void | updateData (const App::Property *) |
static void | updateTransform (const Base::Placement &from, SoTransform *to) |
bool | setEdit (int ModNum) |
void | unsetEdit (int ModNum) |
void | setEditViewer (View3DInventorViewer *, int ModNum) |
void | unsetEditViewer (View3DInventorViewer *) |
|
static |
synchronize From FC placement to Coin placement