MCPcopy Create free account
hub / github.com/ElementsProject/elements / 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
changeEventMethod · 0.80
WalletViewMethod · 0.80
TransactionViewMethod · 0.80
changeEventMethod · 0.80
createActionsMethod · 0.80
changeEventMethod · 0.80
ReceiveCoinsDialogMethod · 0.80
SendCoinsDialogMethod · 0.80
AddressBookPageMethod · 0.80

Calls 1

ColorizeIconFunction · 0.85

Tested by

no test coverage detected