MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / SingleColorIcon

Method SingleColorIcon

src/qt/platformstyle.cpp:105–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103}
104
105QIcon PlatformStyle::SingleColorIcon(const QString& filename) const
106{
107 if (!colorizeIcons)
108 return QIcon(filename);
109 return ColorizeIcon(filename, SingleColor());
110}
111
112QIcon PlatformStyle::SingleColorIcon(const QIcon& icon) const
113{

Callers 15

lockCoinMethod · 0.80
updateViewMethod · 0.80
SendCoinsEntryMethod · 0.80
WalletViewMethod · 0.80
TransactionViewMethod · 0.80
createActionsMethod · 0.80
updateNetworkStateMethod · 0.80
setNumBlocksMethod · 0.80
setHDStatusMethod · 0.80
setEncryptionStatusMethod · 0.80
updateProxyIconMethod · 0.80
ReceiveCoinsDialogMethod · 0.80

Calls 1

ColorizeIconFunction · 0.85

Tested by

no test coverage detected