Bitcoin ABC 0.26.3
P2P Digital Currency
Loading...
Searching...
No Matches
Variables
networkstyle.cpp File Reference
#include <qt/networkstyle.h>
#include <qt/guiconstants.h>
#include <chainparamsbase.h>
#include <tinyformat.h>
#include <QApplication>
Include dependency graph for networkstyle.cpp:

Go to the source code of this file.

Variables

struct { 
 
   const char *   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:
= {{"main", QAPP_APP_NAME_DEFAULT, 0, 0},
{"test", QAPP_APP_NAME_TESTNET, 70, 30},
{"regtest", QAPP_APP_NAME_REGTEST, 160, 30}}
#define QAPP_APP_NAME_TESTNET
#define QAPP_APP_NAME_REGTEST
#define QAPP_APP_NAME_DEFAULT

◆ networkId

const char* networkId

Definition at line 15 of file networkstyle.cpp.