Crazy Eddie's GUI System
0.8.7
|
Defines abstract interface which will be used when constructing various functor objects that bind slots to signals (or in CEGUI terms, handlers to events). More...
Inherited by CEGUI::FreeFunctionSlot, CEGUI::FreeFunctionSlotNoArgs, CEGUI::FreeFunctionSlotVoid, CEGUI::FreeFunctionSlotVoidNoArgs, CEGUI::FunctorCopySlot< T >, CEGUI::FunctorPointerSlot< T >, CEGUI::FunctorReferenceSlot< T >, CEGUI::MemberFunctionSlot< T >, CEGUI::MemberFunctionSlotNoArgs< T >, CEGUI::MemberFunctionSlotVoid< T >, and CEGUI::MemberFunctionSlotVoidNoArgs< T >.
Public Member Functions | |
virtual bool | operator() (const EventArgs &args)=0 |
Defines abstract interface which will be used when constructing various functor objects that bind slots to signals (or in CEGUI terms, handlers to events).