MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / buttons

Method buttons

source/windowing/StarButtonGroup.cpp:14–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12}
13
14List<ButtonWidget*> ButtonGroup::buttons() const {
15 return m_buttons.values();
16}
17
18size_t ButtonGroup::buttonCount() const {
19 return m_buttons.size();

Callers 3

selectTabMethod · 0.80
showNewCodexMethod · 0.80
updateMethod · 0.80

Calls 1

valuesMethod · 0.45

Tested by

no test coverage detected