![]() |
Deskflow 1.26.0.418
Keyboard and mouse sharing utility
|
#include <QString>#include <functional>

Go to the source code of this file.
Functions | |
| void | requestOSXNotificationPermission () |
| bool | isOSXDevelopmentBuild () |
| bool | showOSXNotification (const QString &title, const QString &body) |
| bool | isOSXInterfaceStyleDark () |
| void | forceAppActive () |
| void | macOSNativeHide () |
| void | installQuitHandler (std::function< bool()> shouldQuit) |
| void forceAppActive | ( | ) |
| void installQuitHandler | ( | std::function< bool()> | shouldQuit | ) |
| bool isOSXDevelopmentBuild | ( | ) |
| bool isOSXInterfaceStyleDark | ( | ) |
| void macOSNativeHide | ( | ) |
| void requestOSXNotificationPermission | ( | ) |
| bool showOSXNotification | ( | const QString & | title, |
| const QString & | body ) |