27 #ifndef _CEGUISlotFunctorBase_h_
28 #define _CEGUISlotFunctorBase_h_
47 virtual bool operator()(
const EventArgs& args) = 0;
53 #endif // end of guard _CEGUISlotFunctorBase_h_
Main namespace for Crazy Eddie's GUI Library.
Definition: arch_overview.dox:1
Base class used as the argument to all subscribers Event object.
Definition: EventArgs.h:49
Defines abstract interface which will be used when constructing various functor objects that bind slo...
Definition: SlotFunctorBase.h:43