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