PIVX Core
5.6.99
P2P Digital Currency
src
qt
macdockiconhandler.h
Go to the documentation of this file.
1
// Copyright (c) 2011-2020 The Bitcoin developers
2
// Distributed under the MIT/X11 software license, see the accompanying
3
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
4
5
#ifndef PIVX_QT_MACDOCKICONHANDLER_H
6
#define PIVX_QT_MACDOCKICONHANDLER_H
7
8
#include <QMainWindow>
9
#include <QObject>
10
13
class
MacDockIconHandler
:
public
QObject
14
{
15
Q_OBJECT
16
17
public
:
18
static
MacDockIconHandler
*
instance
();
19
static
void
cleanup
();
20
21
Q_SIGNALS:
22
void
dockIconClicked
();
23
24
private
:
25
MacDockIconHandler
();
26
};
27
28
#endif
// PIVX_QT_MACDOCKICONHANDLER_H
MacDockIconHandler
Macintosh-specific dock icon handler.
Definition:
macdockiconhandler.h:14
MacDockIconHandler::MacDockIconHandler
MacDockIconHandler()
Definition:
macdockiconhandler.mm:28
MacDockIconHandler::dockIconClicked
void dockIconClicked()
MacDockIconHandler::cleanup
static void cleanup()
Definition:
macdockiconhandler.mm:40
MacDockIconHandler::instance
static MacDockIconHandler * instance()
Definition:
macdockiconhandler.mm:33
Generated on Wed Apr 2 2025 00:40:31 for PIVX Core by
1.9.1