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

Method getAllPluginArchives

Libs/PluginFramework/ctkPluginStorageSQL.cpp:601–604  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

599}
600
601QList<QSharedPointer<ctkPluginArchive> > ctkPluginStorageSQL::getAllPluginArchives() const
602{
603 return m_archives;
604}
605
606QList<QString> ctkPluginStorageSQL::getStartOnLaunchPlugins() const
607{

Callers 2

initMethod · 0.80
loadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected