28 #ifndef _CEGUIMemberFunctionSlot_h_
29 #define _CEGUIMemberFunctionSlot_h_
31 #include "CEGUISlotFunctorBase.h"
53 virtual bool operator()(
const EventArgs& args)
55 return (d_object->*d_function)(args);
65 #endif // end of guard _CEGUIMemberFunctionSlot_h_
bool(T::* MemberFunctionType)(const EventArgs &)
Member function slot type.
Definition: CEGUIMemberFunctionSlot.h:46
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 class member function.
Definition: CEGUIMemberFunctionSlot.h:42
Defines abstract interface which will be used when constructing various functor objects that bind slo...
Definition: CEGUISlotFunctorBase.h:44