Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
Go to the documentation of this file. 7 #include <AppKit/AppKit.h> 8 #include <objc/runtime.h> 10 #if QT_VERSION < 0x050000 27 Class delClass = (Class)[[[NSApplication sharedApplication] delegate]
class];
28 SEL shouldHandle = sel_registerName(
"applicationShouldHandleReopen:hasVisibleWindows:");
56 [[NSApplication sharedApplication] activateIgnoringOtherApps:YES];
void setupDockClickHandler()
void qt_mac_set_dock_menu(QMenu *)
macOS-specific Dock icon handler.
static MacDockIconHandler * instance()
static MacDockIconHandler * s_instance
bool dockClickHandler(id self, SEL _cmd,...)
void ForceActivation()
Force application activation on macOS.