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

Method ToggleButton

src/SFGUI/ToggleButton.cpp:11–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9Signal::SignalID ToggleButton::OnToggle = 0;
10
11ToggleButton::ToggleButton() :
12 m_active( false )
13{
14}
15
16ToggleButton::Ptr ToggleButton::Create( const sf::String& label ) {
17 Ptr button( new ToggleButton );

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected