MCPcopy Create free account
hub / github.com/commontk/CTK / addWrapperFactory

Method addWrapperFactory

Libs/Scripting/Python/Core/ctkAbstractPythonManager.cpp:704–712  ·  view source on GitHub ↗

-----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

702
703//-----------------------------------------------------------------------------
704void ctkAbstractPythonManager::addWrapperFactory(PythonQtForeignWrapperFactory* factory)
705{
706 if (!PythonQt::self())
707 {
708 qWarning() << Q_FUNC_INFO << " failed: PythonQt is not initialized";
709 return;
710 }
711 PythonQt::self()->addWrapperFactory(factory);
712}
713
714//-----------------------------------------------------------------------------
715QVariant ctkAbstractPythonManager::getVariable(const QString& name)

Callers 1

testDefaultsMethod · 0.80

Calls

no outgoing calls

Tested by 1

testDefaultsMethod · 0.64