Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LibreSprite/LibreSprite
/ setIcon
Method
setIcon
src/app/ui/button_set.cpp:57–62 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
55
}
56
57
void ButtonSet::Item::setIcon(const SkinPartPtr& icon, bool mono)
58
{
59
m_icon = icon;
60
m_mono = mono;
61
invalidate();
62
}
63
64
ButtonSet* ButtonSet::Item::buttonSet()
65
{
Callers
10
convertXmlElementToWidget
Method · 0.45
create_main_display
Function · 0.45
updateIcons
Method · 0.45
updateFromTarget
Method · 0.45
updateBrush
Method · 0.45
setInkTypeIcon
Method · 0.45
onOpaqueChange
Method · 0.45
onPivotChange
Method · 0.45
addItem
Method · 0.45
updateUsingEditor
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected