Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
networkstyle.h
Go to the documentation of this file.
28 NetworkStyle(const QString &appName, const int iconColorHueShift, const int iconColorSaturationReduction, const char *titleAddText);
37 void rotateColor(QColor& col, const int iconColorHueShift, const int iconColorSaturationReduction);
38 void rotateColors(QImage& img, const int iconColorHueShift, const int iconColorSaturationReduction);
void rotateColors(QImage &img, const int iconColorHueShift, const int iconColorSaturationReduction)
Definition: networkstyle.cpp:45
void rotateColor(QColor &col, const int iconColorHueShift, const int iconColorSaturationReduction)
Definition: networkstyle.cpp:31
const QIcon & getTrayAndWindowIcon() const
Definition: networkstyle.h:23
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