Feathercoin  0.5.0
P2P Digital Currency
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros
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:
Inheritance graph
[legend]
Collaboration diagram for MacNotificationHandler:
Collaboration graph
[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 7 of file macnotificationhandler.h.

Member Function Documentation

bool MacNotificationHandler::hasUserNotificationCenterSupport ( void  )

check if OS can handle UserNotifications

MacNotificationHandler * MacNotificationHandler::instance ( )
static

Definition at line 59 of file macnotificationhandler.mm.

void MacNotificationHandler::sendAppleScript ( const QString &  script)

executes AppleScript

Definition at line 34 of file macnotificationhandler.mm.

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

shows a 10.8+ UserNotification in the UserNotificationCenter

Definition at line 6 of file macnotificationhandler.mm.


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