MCPcopy Create free account
hub / github.com/axmolengine/axmol / setSelectedButtonWithoutEvent

Method setSelectedButtonWithoutEvent

core/ui/UIRadioButton.cpp:262–265  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

260}
261
262void RadioButtonGroup::setSelectedButtonWithoutEvent(int index)
263{
264 setSelectedButtonWithoutEvent(_radioButtons.at(index));
265}
266
267void RadioButtonGroup::setSelectedButtonWithoutEvent(RadioButton* radioButton)
268{

Calls 3

atMethod · 0.45
containsMethod · 0.45
setSelectedMethod · 0.45

Tested by

no test coverage detected