Raven Core  3.0.0
P2P Digital Currency
Signals | Public Member Functions | Static Public Member Functions | Private Member Functions | Private Attributes | List of all members
MacDockIconHandler Class Reference

Macintosh-specific dock icon handler. More...

#include <macdockiconhandler.h>

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

Signals

void dockIconClicked ()
 

Public Member Functions

 ~MacDockIconHandler ()
 
QMenu * dockMenu ()
 
void setIcon (const QIcon &icon)
 
void setMainWindow (QMainWindow *window)
 
void handleDockIconClickEvent ()
 

Static Public Member Functions

static MacDockIconHandlerinstance ()
 
static void cleanup ()
 

Private Member Functions

 MacDockIconHandler ()
 

Private Attributes

QWidget * m_dummyWidget
 
QMenu * m_dockMenu
 
QMainWindow * mainWindow
 

Detailed Description

Macintosh-specific dock icon handler.

Definition at line 20 of file macdockiconhandler.h.

Constructor & Destructor Documentation

◆ ~MacDockIconHandler()

MacDockIconHandler::~MacDockIconHandler ( )

Definition at line 70 of file macdockiconhandler.mm.

Here is the call graph for this function:

◆ MacDockIconHandler()

MacDockIconHandler::MacDockIconHandler ( )
private

Definition at line 50 of file macdockiconhandler.mm.

Here is the call graph for this function:
Here is the caller graph for this function:

Member Function Documentation

◆ cleanup()

void MacDockIconHandler::cleanup ( )
static

Definition at line 121 of file macdockiconhandler.mm.

Here is the caller graph for this function:

◆ dockIconClicked

void MacDockIconHandler::dockIconClicked ( )
signal
Here is the caller graph for this function:

◆ dockMenu()

QMenu * MacDockIconHandler::dockMenu ( )

Definition at line 76 of file macdockiconhandler.mm.

Here is the caller graph for this function:

◆ handleDockIconClickEvent()

void MacDockIconHandler::handleDockIconClickEvent ( )

Definition at line 126 of file macdockiconhandler.mm.

Here is the caller graph for this function:

◆ instance()

MacDockIconHandler * MacDockIconHandler::instance ( )
static

Definition at line 114 of file macdockiconhandler.mm.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ setIcon()

void MacDockIconHandler::setIcon ( const QIcon &  icon)

Definition at line 81 of file macdockiconhandler.mm.

Here is the caller graph for this function:

◆ setMainWindow()

void MacDockIconHandler::setMainWindow ( QMainWindow *  window)

Definition at line 66 of file macdockiconhandler.mm.

Here is the caller graph for this function:

Member Data Documentation

◆ m_dockMenu

QMenu* MacDockIconHandler::m_dockMenu
private

Definition at line 41 of file macdockiconhandler.h.

◆ m_dummyWidget

QWidget* MacDockIconHandler::m_dummyWidget
private

Definition at line 40 of file macdockiconhandler.h.

◆ mainWindow

QMainWindow* MacDockIconHandler::mainWindow
private

Definition at line 42 of file macdockiconhandler.h.


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