Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-05-10 | Simplify Slot.hh | Pavel Labath | 1 | -232/+43 | |
Replace CallbackHolder, FunctorHolder and SlotHolder with a (smaller) set of polymorphic classes. SignalHolder now stores a (smart) pointer to the class. | |||||
2011-02-20 | Fixed a possible crash when using a slot m_holder = 0 | Henrik Kinnunen | 1 | -5/+9 | |
2008-09-18 | Added new Signal/Slot system in FbTk | Henrik Kinnunen | 1 | -0/+294 | |
This is suppose to replace the obsolete Subject/Observer classes. See the src/tests/testSignals.cc for basic usage. |