Crazy Eddie's GUI System 0.8.7
|
Slot functor class that calls back via a free function pointer. This variant ignores passed EventArgs and the handler doesn't have to return a bool. More...
#include <FreeFunctionSlot.h>
Public Types | |
typedef void() | SlotFunction() |
Slot function type. | |
Public Member Functions | |
FreeFunctionSlotVoidNoArgs (SlotFunction *func) | |
virtual bool | operator() (const EventArgs &) |
virtual bool | operator() (const EventArgs &args)=0 |
Slot functor class that calls back via a free function pointer. This variant ignores passed EventArgs and the handler doesn't have to return a bool.
|
inlinevirtual |
Implements CEGUI::SlotFunctorBase.