MCPcopy Create free account
hub / github.com/LibreSprite/LibreSprite / setIconInterface

Method setIconInterface

src/ui/button.cpp:63–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63void ButtonBase::setIconInterface(IButtonIcon* iconInterface)
64{
65 if (m_iconInterface)
66 m_iconInterface->destroy();
67
68 m_iconInterface = iconInterface;
69
70 invalidate();
71}
72
73void ButtonBase::onClick(Event& ev)
74{

Callers 5

DropDownButtonMethod · 0.80
FileSelectorMethod · 0.80
ColorWheelMethod · 0.80
PopupWindowPinMethod · 0.80
initWidgetMethod · 0.80

Calls 1

destroyMethod · 0.80

Tested by

no test coverage detected