27 #ifndef _CEGUIFunctorCopySlot_h_ 28 #define _CEGUIFunctorCopySlot_h_ 30 #include "CEGUI/SlotFunctorBase.h" 48 virtual bool operator()(
const EventArgs& args)
50 return d_functor(args);
59 #endif // end of guard _CEGUIFunctorCopySlot_h_ Slot template class that creates a functor that calls back via a copy of a functor object...
Definition: cegui/include/CEGUI/FunctorCopySlot.h:41
Main namespace for Crazy Eddie's GUI Library.
Definition: cegui/include/CEGUI/Affector.h:42
Base class used as the argument to all subscribers Event object.
Definition: cegui/include/CEGUI/EventArgs.h:49
Defines abstract interface which will be used when constructing various functor objects that bind slo...
Definition: cegui/include/CEGUI/SlotFunctorBase.h:43