28 #ifndef _CEGUIFunctorReferenceSlot_h_
29 #define _CEGUIFunctorReferenceSlot_h_
31 #include "CEGUISlotFunctorBase.h"
49 virtual bool operator()(
const EventArgs& args)
51 return d_functor(args);
60 #endif // end of guard _CEGUIFunctorReferenceSlot_h_
Base class used as the argument to all subscribers Event object.
Definition: CEGUIEventArgs.h:52
Slot template class that creates a functor that calls back via a functor object reference.
Definition: CEGUIFunctorReferenceSlot.h:42
Defines abstract interface which will be used when constructing various functor objects that bind slo...
Definition: CEGUISlotFunctorBase.h:44