![]() |
Deskflow 1.26.0.418
Keyboard and mouse sharing utility
|
import "OSXHelpers.h"import <Cocoa/Cocoa.h>import <CoreData/CoreData.h>import <Foundation/Foundation.h>import <UserNotifications/UNNotification.h>import <UserNotifications/UNNotificationContent.h>import <UserNotifications/UNNotificationTrigger.h>import <UserNotifications/UNUserNotificationCenter.h>import <objc/runtime.h>import <QtGlobal>
Functions | |
| void | requestOSXNotificationPermission () |
| bool | isOSXDevelopmentBuild () |
| bool | showOSXNotification (const QString &title, const QString &body) |
| bool | isOSXInterfaceStyleDark () |
| void | forceAppActive () |
| void | macOSNativeHide () |
| static NSApplicationTerminateReply | deskflow_applicationShouldTerminate (id self, SEL _cmd, NSApplication *sender) |
| void | installQuitHandler (std::function< bool()> shouldQuit) |
|
static |
| void forceAppActive | ( | ) |
| void installQuitHandler | ( | std::function< bool()> | shouldQuit | ) |
| bool isOSXDevelopmentBuild | ( | ) |
| bool isOSXInterfaceStyleDark | ( | ) |
| void macOSNativeHide | ( | ) |
| void requestOSXNotificationPermission | ( | ) |
| bool showOSXNotification | ( | const QString & | title, |
| const QString & | body ) |