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