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

Method objectAddress

common/endpoint.cpp:171–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169}
170
171Protocol::ObjectAddress Endpoint::objectAddress(const QString &objectName) const
172{
173 auto it = m_nameMap.constFind(objectName);
174 if (it != m_nameMap.constEnd())
175 return it.value()->address;
176
177 return Protocol::InvalidObjectAddress;
178}
179
180Protocol::ObjectAddress Endpoint::registerObject(const QString &name, QObject *object)
181{

Callers 7

SelectionModelClientMethod · 0.80
registerClientMethod · 0.80
RemoteViewServerMethod · 0.80
setObjectBaseNameMethod · 0.80
LocaleInspectorWidgetMethod · 0.80
TimezoneTabMethod · 0.80
SceneInspectorMethod · 0.80

Calls 2

constEndMethod · 0.45
valueMethod · 0.45

Tested by 2

LocaleInspectorWidgetMethod · 0.64
SceneInspectorMethod · 0.64