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

Method Create

src/SFGUI/RadioButtonGroup.cpp:5–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3namespace sfg {
4
5RadioButtonGroup::Ptr RadioButtonGroup::Create() {
6 return Ptr( new RadioButtonGroup );
7}
8
9RadioButtonGroup::ContainerType& RadioButtonGroup::GetMembers() {
10 return m_members;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected