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

Method Create

src/SFGUI/ToggleButton.cpp:16–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14}
15
16ToggleButton::Ptr ToggleButton::Create( const sf::String& label ) {
17 Ptr button( new ToggleButton );
18 button->SetLabel( label );
19 return button;
20}
21
22const std::string& ToggleButton::GetName() const {
23 static const std::string name( "ToggleButton" );

Callers

nothing calls this directly

Calls 1

SetLabelMethod · 0.45

Tested by

no test coverage detected