Deskflow 1.22.0.197
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 <QtGlobal>
Functions | |
void | requestOSXNotificationPermission () |
bool | isOSXDevelopmentBuild () |
bool | showOSXNotification (const QString &title, const QString &body) |
bool | isOSXInterfaceStyleDark () |
void | forceAppActive () |
void | macOSNativeHide () |
void forceAppActive | ( | ) |
bool isOSXDevelopmentBuild | ( | ) |
bool isOSXInterfaceStyleDark | ( | ) |
void macOSNativeHide | ( | ) |
void requestOSXNotificationPermission | ( | ) |
bool showOSXNotification | ( | const QString & | title, |
const QString & | body ) |