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

Method loadGuiModule

src/Gui/PythonWrapper.cpp:907–910  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

905}
906
907bool PythonWrapper::loadGuiModule()
908{
909 return loadPySideModule("QtGui", SbkPySide_QtGuiTypes);
910}
911
912bool PythonWrapper::loadWidgetsModule()
913{

Callers 14

getIconMethod · 0.80
setupContextMenuMethod · 0.80
grabFramebufferMethod · 0.80
getIconMethod · 0.80
sGetIconMethod · 0.80
createWrapperMethod · 0.80
wrapFromWidgetFactoryFunction · 0.80
loadMethod · 0.80
modifyStandardButtonsMethod · 0.80
addQGIToViewMethod · 0.80
addQGObjToViewMethod · 0.80
addQGIToSceneMethod · 0.80

Calls 1

loadPySideModuleFunction · 0.85

Tested by

no test coverage detected