Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
networkstyle.cpp File Reference
#include <qt/networkstyle.h>
#include <qt/guiconstants.h>
#include <tinyformat.h>
#include <util/chaintype.h>
#include <QApplication>
Include dependency graph for networkstyle.cpp:

Go to the source code of this file.

Variables

struct { 
   const ChainType   networkId 
   const char *   appName 
   const int   iconColorHueShift 
   const int   iconColorSaturationReduction 
network_styles []

Variable Documentation

◆ appName

const char* appName

Definition at line 16 of file networkstyle.cpp.

◆ iconColorHueShift

const int iconColorHueShift

Definition at line 17 of file networkstyle.cpp.

◆ iconColorSaturationReduction

const int iconColorSaturationReduction

Definition at line 18 of file networkstyle.cpp.

◆ [struct]

const struct { ... } network_styles[]
Initial value:
= {
}
#define QAPP_APP_NAME_TESTNET4
#define QAPP_APP_NAME_TESTNET
#define QAPP_APP_NAME_REGTEST
#define QAPP_APP_NAME_SIGNET
#define QAPP_APP_NAME_DEFAULT

◆ networkId

const ChainType networkId

Definition at line 15 of file networkstyle.cpp.