MCPcopy Create free account
hub / github.com/KDE/krita / button

Method button

libs/widgetutils/KisOptionButtonStrip.cpp:89–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87}
88
89KoGroupButton *KisOptionButtonStrip::button(int index) const
90{
91 return dynamic_cast<KoGroupButton *>(m_d->buttonGroup->button(index));
92}
93
94QList<KoGroupButton *> KisOptionButtonStrip::buttons() const
95{

Callers 15

lineEditMousePressEventFunction · 0.45
addButtonMethod · 0.45
paintMethod · 0.45
mousePressEventMethod · 0.45
eventFilterMethod · 0.45
KisKAboutKdeDialogMethod · 0.45
eventFilterMethod · 0.45
slotTextChangedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected