Fabcoin Core  0.16.2
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 19 of file macdockiconhandler.h.

Constructor & Destructor Documentation

MacDockIconHandler::~MacDockIconHandler ( )

Definition at line 69 of file macdockiconhandler.mm.

Here is the call graph for this function:

MacDockIconHandler::MacDockIconHandler ( )
private

Definition at line 49 of file macdockiconhandler.mm.

Here is the call graph for this function:

Here is the caller graph for this function:

Member Function Documentation

void MacDockIconHandler::cleanup ( )
static

Definition at line 120 of file macdockiconhandler.mm.

Here is the caller graph for this function:

void MacDockIconHandler::dockIconClicked ( )
signal

Definition at line 121 of file moc_macdockiconhandler.cpp.

Here is the caller graph for this function:

QMenu * MacDockIconHandler::dockMenu ( )

Definition at line 75 of file macdockiconhandler.mm.

Here is the caller graph for this function:

void MacDockIconHandler::handleDockIconClickEvent ( )

Definition at line 125 of file macdockiconhandler.mm.

Here is the caller graph for this function:

MacDockIconHandler * MacDockIconHandler::instance ( )
static

Definition at line 113 of file macdockiconhandler.mm.

Here is the call graph for this function:

Here is the caller graph for this function:

void MacDockIconHandler::setIcon ( const QIcon &  icon)

Definition at line 80 of file macdockiconhandler.mm.

Here is the caller graph for this function:

void MacDockIconHandler::setMainWindow ( QMainWindow *  window)

Definition at line 65 of file macdockiconhandler.mm.

Here is the caller graph for this function:

Member Data Documentation

QMenu* MacDockIconHandler::m_dockMenu
private

Definition at line 40 of file macdockiconhandler.h.

QWidget* MacDockIconHandler::m_dummyWidget
private

Definition at line 39 of file macdockiconhandler.h.

QMainWindow* MacDockIconHandler::mainWindow
private

Definition at line 41 of file macdockiconhandler.h.


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