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

Method onUserInterfaceInitialized

src/organizerproxy.cpp:358–363  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

356}
357
358bool OrganizerProxy::onUserInterfaceInitialized(
359 std::function<void(QMainWindow*)> const& func)
360{
361 // Always call this one to allow plugin to initialize themselves even when not active:
362 return m_UserInterfaceInitialized.connect(func).connected();
363}
364
365bool OrganizerProxy::onNextRefresh(const std::function<void()>& func,
366 bool immediateIfPossible)

Callers 1

connectSignalsMethod · 0.45

Calls 1

connectMethod · 0.80

Tested by

no test coverage detected