MCPcopy Create free account
hub / github.com/KDAB/GammaRay / isStatic

Method isStatic

core/metaobjectregistry.cpp:134–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132}
133
134bool MetaObjectRegistry::isStatic(const QMetaObject *metaObject) const
135{
136 const auto it = m_metaObjectInfoMap.constFind(metaObject);
137 if (it == m_metaObjectInfoMap.constEnd())
138 return false;
139 return (*it).isStatic;
140}
141
142const QMetaObject *MetaObjectRegistry::parentOf(const QMetaObject *metaObject) const
143{

Callers 2

doProblemScanMethod · 0.45
dataMethod · 0.45

Calls 1

constEndMethod · 0.45

Tested by

no test coverage detected