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

Method getPropertyKeys

Libs/PluginFramework/ctkServiceReference.cpp:89–96  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

87
88//----------------------------------------------------------------------------
89QStringList ctkServiceReference::getPropertyKeys() const
90{
91 Q_D(const ctkServiceReference);
92
93 QMutexLocker lock(&d->registration->propsLock);
94
95 return d->registration->properties.keys();
96}
97
98//----------------------------------------------------------------------------
99QSharedPointer<ctkPlugin> ctkServiceReference::getPlugin() const

Callers 2

pluginDoubleClickedMethod · 0.80
operator<<Function · 0.80

Calls 1

keysMethod · 0.45

Tested by

no test coverage detected