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

Method parentOf

core/metaobjectregistry.cpp:142–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140}
141
142const QMetaObject *MetaObjectRegistry::parentOf(const QMetaObject *metaObject) const
143{
144 return m_childParentMap.value(metaObject);
145}
146
147QVector<const QMetaObject *> MetaObjectRegistry::childrenOf(const QMetaObject *metaObject) const
148{

Callers 3

parentMethod · 0.80
addMetaObjectMethod · 0.80
indexForMetaObjectMethod · 0.80

Calls 1

valueMethod · 0.45

Tested by

no test coverage detected