Fabcoin Core  0.16.2
P2P Digital Currency
Public Member Functions | Static Public Member Functions | List of all members
MacNotificationHandler Class Reference

Macintosh-specific notification handler (supports UserNotificationCenter and Growl). More...

#include <macnotificationhandler.h>

Inheritance diagram for MacNotificationHandler:
[legend]
Collaboration diagram for MacNotificationHandler:
[legend]

Public Member Functions

void showNotification (const QString &title, const QString &text)
 shows a 10.8+ UserNotification in the UserNotificationCenter More...
 
void sendAppleScript (const QString &script)
 executes AppleScript More...
 
bool hasUserNotificationCenterSupport (void)
 check if OS can handle UserNotifications More...
 

Static Public Member Functions

static MacNotificationHandlerinstance ()
 

Detailed Description

Macintosh-specific notification handler (supports UserNotificationCenter and Growl).

Definition at line 12 of file macnotificationhandler.h.

Member Function Documentation

bool MacNotificationHandler::hasUserNotificationCenterSupport ( void  )

check if OS can handle UserNotifications

Definition at line 64 of file macnotificationhandler.mm.

Here is the caller graph for this function:

MacNotificationHandler * MacNotificationHandler::instance ( )
static

Definition at line 76 of file macnotificationhandler.mm.

Here is the caller graph for this function:

void MacNotificationHandler::sendAppleScript ( const QString &  script)

executes AppleScript

Definition at line 51 of file macnotificationhandler.mm.

Here is the caller graph for this function:

void MacNotificationHandler::showNotification ( const QString &  title,
const QString &  text 
)

shows a 10.8+ UserNotification in the UserNotificationCenter

Definition at line 23 of file macnotificationhandler.mm.

Here is the caller graph for this function:


The documentation for this class was generated from the following files: