aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/Slot.hh
AgeCommit message (Collapse)AuthorFilesLines
2011-05-10Simplify Slot.hhPavel Labath1-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-20Fixed a possible crash when using a slot m_holder = 0Henrik Kinnunen1-5/+9
2008-09-18Added new Signal/Slot system in FbTkHenrik Kinnunen1-0/+294
This is suppose to replace the obsolete Subject/Observer classes. See the src/tests/testSignals.cc for basic usage.