MCPcopy Create free account
hub / github.com/FreeCAD/FreeCAD / dragObject

Method dragObject

src/Mod/CAM/Gui/ViewProviderPathCompound.cpp:63–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63void ViewProviderPathCompound::dragObject(App::DocumentObject* obj)
64{
65 getObject<Path::FeatureCompound>()->removeObject(obj);
66}
67
68bool ViewProviderPathCompound::canDropObjects() const
69{

Callers

nothing calls this directly

Calls 1

removeObjectMethod · 0.45

Tested by

no test coverage detected