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

Method BazClass

examples/Signals.cpp:42–45  ·  view source on GitHub ↗

In this example we tell the object how it is to behave by setting it's type in the constructor.

Source from the content-addressed store, hash-verified

40// In this example we tell the object how it is to behave by setting
41// it's type in the constructor.
42BazClass::BazClass( int type ) :
43 m_type( type )
44{
45}
46
47void BazClass::Baz() {
48 // This is where the object picks how it is going to behave

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected