Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
•All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
networkstyle.cpp
Go to the documentation of this file.
31 void NetworkStyle::rotateColor(QColor& col, const int iconColorHueShift, const int iconColorSaturationReduction)
45 void NetworkStyle::rotateColors(QImage& img, const int iconColorHueShift, const int iconColorSaturationReduction) {
65 NetworkStyle::NetworkStyle(const QString &_appName, const int iconColorHueShift, const int iconColorSaturationReduction, const char *_titleAddText):
68 badgeColor(QColor(0, 141, 228)) // default badge color is the original Dash's blue, regardless of the current theme
void rotateColors(QImage &img, const int iconColorHueShift, const int iconColorSaturationReduction)
Definition: networkstyle.cpp:45
static const struct @24 network_styles[]
void rotateColor(QColor &col, const int iconColorHueShift, const int iconColorSaturationReduction)
Definition: networkstyle.cpp:31
void migrateQtSettings()
Modify Qt network specific settings on migration.
Definition: guiutil.cpp:1108
std::string GetDevNetName() const
Looks for -devnet and returns either "devnet-<name>" or simply "devnet" if no name was specified...
Definition: util.cpp:1045
Definition: networkstyle.h:14
NetworkStyle(const QString &appName, const int iconColorHueShift, const int iconColorSaturationReduction, const char *titleAddText)
Definition: networkstyle.cpp:65
static const NetworkStyle * instantiate(const QString &networkId)
Get style associated with provided BIP70 network id, or 0 if not known.
Definition: networkstyle.cpp:97