Anoncoin  0.9.4
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 ()
 

Private Member Functions

 MacDockIconHandler ()
 

Private Attributes

DockIconClickEventHandlerm_dockIconClickEventHandler
 
QWidget * m_dummyWidget
 
QMenu * m_dockMenu
 
QMainWindow * mainWindow
 

Detailed Description

Macintosh-specific dock icon handler.

Definition at line 26 of file macdockiconhandler.h.

Constructor & Destructor Documentation

MacDockIconHandler::~MacDockIconHandler ( )

Definition at line 76 of file macdockiconhandler.mm.

Here is the call graph for this function:

MacDockIconHandler::MacDockIconHandler ( )
private

Definition at line 56 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::dockIconClicked ( )
signal

Definition at line 119 of file moc_macdockiconhandler.cpp.

Here is the caller graph for this function:

QMenu * MacDockIconHandler::dockMenu ( )

Definition at line 83 of file macdockiconhandler.mm.

Here is the caller graph for this function:

void MacDockIconHandler::handleDockIconClickEvent ( )

Definition at line 129 of file macdockiconhandler.mm.

MacDockIconHandler * MacDockIconHandler::instance ( )
static

Definition at line 121 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 88 of file macdockiconhandler.mm.

Here is the caller graph for this function:

void MacDockIconHandler::setMainWindow ( QMainWindow *  window)

Definition at line 72 of file macdockiconhandler.mm.

Here is the caller graph for this function:

Member Data Documentation

DockIconClickEventHandler* MacDockIconHandler::m_dockIconClickEventHandler
private

Definition at line 46 of file macdockiconhandler.h.

QMenu* MacDockIconHandler::m_dockMenu
private

Definition at line 48 of file macdockiconhandler.h.

QWidget* MacDockIconHandler::m_dummyWidget
private

Definition at line 47 of file macdockiconhandler.h.

QMainWindow* MacDockIconHandler::mainWindow
private

Definition at line 49 of file macdockiconhandler.h.


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