MCPcopy Create free account
hub / github.com/TankOs/SFGUI / GetGroup

Method GetGroup

src/SFGUI/RadioButton.cpp:21–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21RadioButtonGroup::Ptr RadioButton::GetGroup() const {
22 return m_group;
23}
24
25void RadioButton::SetGroup( RadioButtonGroup::Ptr group ) {
26 auto weak_this = std::weak_ptr<RadioButton>( std::static_pointer_cast<RadioButton>( shared_from_this() ) );

Callers 2

mainFunction · 0.80
RunMethod · 0.80

Calls

no outgoing calls

Tested by 1

RunMethod · 0.64