| 356 | } |
| 357 | |
| 358 | bool 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 | |
| 365 | bool OrganizerProxy::onNextRefresh(const std::function<void()>& func, |
| 366 | bool immediateIfPossible) |