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

Method ptr

src/Gui/DocumentObserverPython.h:93–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91 fastsignals::scoped_connection slot;
92 Py::Object py;
93 PyObject* ptr()
94 {
95 return py.ptr();
96 }
97 };
98
99 Connection pyCreatedDocument;

Callers 15

setEditingTransformMethod · 0.45
setInEditInfoMethod · 0.45
fitAllMethod · 0.45
viewBottomMethod · 0.45
viewFrontMethod · 0.45
viewLeftMethod · 0.45
viewRearMethod · 0.45
viewRightMethod · 0.45
viewTopMethod · 0.45
viewIsometricMethod · 0.45
getViewerMethod · 0.45
closeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected