27 #ifndef _CEGUIMemberFunctionSlot_h_
28 #define _CEGUIMemberFunctionSlot_h_
30 #include "CEGUI/SlotFunctorBase.h"
52 virtual bool operator()(
const EventArgs& args)
54 return (d_object->*d_function)(args);
64 #endif // end of guard _CEGUIMemberFunctionSlot_h_
bool(T::* MemberFunctionType)(const EventArgs &)
Member function slot type.
Definition: MemberFunctionSlot.h:45
Base class used as the argument to all subscribers Event object.
Definition: EventArgs.h:49
Slot template class that creates a functor that calls back via a class member function.
Definition: MemberFunctionSlot.h:41
Defines abstract interface which will be used when constructing various functor objects that bind slo...
Definition: SlotFunctorBase.h:43