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

Method isValid

core/objectinstance.cpp:149–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147}
148
149bool ObjectInstance::isValid() const
150{
151 switch (m_type) {
152 case Invalid:
153 return false;
154 case QtObject:
155 return m_qtObj;
156 case QtMetaObject:
157 return m_metaObj;
158 default:
159 break;
160 }
161 return true;
162}
163
164void ObjectInstance::copy(const ObjectInstance &other)
165{

Callers 15

dataMethod · 0.45
foreachFunction · 0.45
objectAddedMethod · 0.45
objectRemovedMethod · 0.45
objectReparentedMethod · 0.45
objectFavoritedMethod · 0.45
objectUnfavoritedMethod · 0.45
dataMethod · 0.45
filterAcceptsRowMethod · 0.45
rowCountMethod · 0.45
dataMethod · 0.45
indexMethod · 0.45

Calls

no outgoing calls

Tested by 1

modelIndexSelectedMethod · 0.36