MCPcopy Create free account
hub / github.com/ModOrganizer2/modorganizer / connectSignals

Method connectSignals

src/pluginlistproxy.cpp:17–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15}
16
17void PluginListProxy::connectSignals()
18{
19 m_Connections.push_back(
20 m_Proxied->onRefreshed(callSignalIfPluginActive(m_OrganizerProxy, m_Refreshed)));
21 m_Connections.push_back(m_Proxied->onPluginMoved(
22 callSignalIfPluginActive(m_OrganizerProxy, m_PluginMoved)));
23 m_Connections.push_back(m_Proxied->onPluginStateChanged(
24 callSignalIfPluginActive(m_OrganizerProxy, m_PluginStateChanged)));
25}
26
27void PluginListProxy::disconnectSignals()
28{

Callers

nothing calls this directly

Calls 4

callSignalIfPluginActiveFunction · 0.85
onRefreshedMethod · 0.45
onPluginMovedMethod · 0.45
onPluginStateChangedMethod · 0.45

Tested by

no test coverage detected