5 #ifndef BITCOIN_QT_NETWORKSTYLE_H 6 #define BITCOIN_QT_NETWORKSTYLE_H 35 #endif // BITCOIN_QT_NETWORKSTYLE_H const QString & getAppName() const
const QIcon & getAppIcon() const
const ChainType networkId
const QString & getTitleAddText() const
const int iconColorHueShift
const QIcon & getTrayAndWindowIcon() const
NetworkStyle(const QString &appName, int iconColorHueShift, int iconColorSaturationReduction, const char *titleAddText)
const int iconColorSaturationReduction
static const NetworkStyle * instantiate(ChainType networkId)
Get style associated with provided network id, or 0 if not known.