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

Method buttonGroupId

source/windowing/StarButtonWidget.cpp:210–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

208}
209
210int ButtonWidget::buttonGroupId() {
211 if (m_buttonGroup)
212 return m_buttonGroup->id(this);
213 else
214 return ButtonGroup::NoButton;
215}
216
217bool ButtonWidget::isHovered() const {
218 return m_hovered;

Callers 3

radioGroupHandlerMethod · 0.80
CharCreationPaneMethod · 0.80
createTooltipMethod · 0.80

Calls 1

idMethod · 0.45

Tested by

no test coverage detected