![]() |
Bitcoin Core 31.1.0
P2P Digital Currency
|
#include <networkstyle.h>
Public Member Functions | |
| const QString & | getAppName () const |
| const QIcon & | getAppIcon () const |
| const QIcon & | getTrayAndWindowIcon () const |
| const QString & | getTitleAddText () const |
Static Public Member Functions | |
| static const NetworkStyle * | instantiate (ChainType networkId) |
| Get style associated with provided network id, or 0 if not known. | |
Private Member Functions | |
| NetworkStyle (const QString &appName, int iconColorHueShift, int iconColorSaturationReduction, const char *titleAddText) | |
Private Attributes | |
| QString | appName |
| QIcon | appIcon |
| QIcon | trayAndWindowIcon |
| QString | titleAddText |
Definition at line 15 of file networkstyle.h.
|
private |
|
inline |
|
inline |
Definition at line 21 of file networkstyle.h.
|
inline |
|
inline |
Definition at line 23 of file networkstyle.h.
|
static |
Get style associated with provided network id, or 0 if not known.
Definition at line 81 of file networkstyle.cpp.
|
private |
Definition at line 30 of file networkstyle.h.
|
private |
Definition at line 29 of file networkstyle.h.
|
private |
Definition at line 32 of file networkstyle.h.
|
private |
Definition at line 31 of file networkstyle.h.