Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
#include <qt/networkstyle.h>
#include <qt/guiconstants.h>
#include <qt/guiutil.h>
#include <chainparams.h>
#include <tinyformat.h>
#include <util.h>
#include <QApplication>
Go to the source code of this file.
Variables | |
struct { | |
const char * networkId | |
const char * appName | |
const int iconColorHueShift | |
const int iconColorSaturationReduction | |
const std::string titleAddText | |
} | network_styles [] |
static const unsigned | network_styles_count = sizeof(network_styles)/sizeof(*network_styles) |
Variable Documentation
◆ appName
const char* appName |
Definition at line 19 of file networkstyle.cpp.
◆ iconColorHueShift
const int iconColorHueShift |
Definition at line 20 of file networkstyle.cpp.
Referenced by NetworkStyle::NetworkStyle(), NetworkStyle::rotateColor(), and NetworkStyle::rotateColors().
◆ iconColorSaturationReduction
const int iconColorSaturationReduction |
Definition at line 21 of file networkstyle.cpp.
Referenced by NetworkStyle::NetworkStyle(), NetworkStyle::rotateColor(), and NetworkStyle::rotateColors().
◆ network_styles
const { ... } network_styles[] |
Referenced by NetworkStyle::instantiate().
◆ network_styles_count
|
static |
Definition at line 29 of file networkstyle.cpp.
Referenced by NetworkStyle::instantiate().
◆ networkId
const char* networkId |
Definition at line 18 of file networkstyle.cpp.
Referenced by NetworkStyle::instantiate().
◆ titleAddText
const std::string titleAddText |
Definition at line 22 of file networkstyle.cpp.
Referenced by SplashScreen::SplashScreen().