|
|
@@ -75,6 +75,12 @@ public: |
|
|
|
*/ |
|
|
|
bool isQuiting() const noexcept; |
|
|
|
|
|
|
|
/** |
|
|
|
Check if the application is standalone, otherwise running as a module or plugin. |
|
|
|
This function is thread-safe. |
|
|
|
*/ |
|
|
|
bool isStandalone() const noexcept; |
|
|
|
|
|
|
|
/** |
|
|
|
Add a callback function to be triggered on every idle cycle. |
|
|
|
You can add more than one, and remove them at anytime with removeIdleCallback(). |
|
|
|