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

Method registerMonitorNotifier

core/remote/server.cpp:288–296  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

286}
287
288void Server::registerMonitorNotifier(Protocol::ObjectAddress address, QObject *receiver,
289 const char *monitorNotifier)
290{
291 Q_ASSERT(address != Protocol::InvalidObjectAddress);
292 Q_ASSERT(receiver);
293 Q_ASSERT(monitorNotifier);
294
295 m_monitorNotifiers.insert(address, qMakePair<QObject *, QByteArray>(std::forward<QObject *>(receiver), monitorNotifier));
296}
297
298void Server::handlerDestroyed(Protocol::ObjectAddress objectAddress, const QString &objectName)
299{

Callers 4

RemoteViewServerMethod · 0.80
registerServerMethod · 0.80
SelectionModelServerMethod · 0.80
SceneInspectorMethod · 0.80

Calls 1

insertMethod · 0.45

Tested by 1

SceneInspectorMethod · 0.64