Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FreeCAD/FreeCAD
/ toQObject
Method
toQObject
src/Gui/PythonWrapper.cpp:600–603 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
598
}
599
600
QObject* PythonWrapper::toQObject(const Py::Object& pyobject)
601
{
602
return qt_getCppType<QObject>(pyobject.ptr());
603
}
604
605
qsizetype PythonWrapper::tryEnum(PyObject* pyPtr)
606
{
Callers
15
startEdit
Method · 0.80
widget
Method · 0.80
addStatusBarItem
Method · 0.80
ExpressionBindingPy
Method · 0.80
PreferencePagePython
Method · 0.80
wrapFromWidgetFactory
Function · 0.80
load
Method · 0.80
createWidget
Method · 0.80
createLayout
Method · 0.80
createActionGroup
Method · 0.80
createAction
Method · 0.80
TaskWatcherPython
Method · 0.80
Calls
1
ptr
Method · 0.45
Tested by
no test coverage detected