Bitcoin ABC  0.26.3
P2P Digital Currency
Public Member Functions | Static Public Member Functions | List of all members
MacNotificationHandler Class Reference

Macintosh-specific notification handler (supports UserNotificationCenter). 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 macOS 10.8+ UserNotification in the UserNotificationCenter More...
 
bool hasUserNotificationCenterSupport ()
 check if OS can handle UserNotifications More...
 

Static Public Member Functions

static MacNotificationHandlerinstance ()
 

Detailed Description

Macintosh-specific notification handler (supports UserNotificationCenter).

Definition at line 12 of file macnotificationhandler.h.

Member Function Documentation

◆ hasUserNotificationCenterSupport()

bool MacNotificationHandler::hasUserNotificationCenterSupport ( )

check if OS can handle UserNotifications

Definition at line 36 of file macnotificationhandler.mm.

◆ instance()

MacNotificationHandler * MacNotificationHandler::instance ( )
static

Definition at line 46 of file macnotificationhandler.mm.

Here is the caller graph for this function:

◆ showNotification()

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

shows a macOS 10.8+ UserNotification in the UserNotificationCenter

Definition at line 22 of file macnotificationhandler.mm.


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