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

Method Emit

src/SFGUI/Signal.cpp:77–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77void SignalContainer::Emit( const Signal::SignalID& id ) {
78 if( !m_signals || !id ) {
79 return;
80 }
81
82 auto signal_iter = m_signals->find( id );
83
84 if( signal_iter != m_signals->end() ) {
85 signal_iter->second();
86 }
87}
88
89}

Callers 15

RemovePageMethod · 0.80
NextPageMethod · 0.80
PreviousPageMethod · 0.80
SetCurrentPageMethod · 0.80
SetValueMethod · 0.80
SetActiveMethod · 0.80
SetTextMethod · 0.80
HandleTextEventMethod · 0.80
HandleKeyEventMethod · 0.80

Calls 1

endMethod · 0.80

Tested by

no test coverage detected