Crazy Eddie's GUI System 0.8.7
|
Slot functor class that calls back via a free function pointer. More...
#include <FreeFunctionSlot.h>
Public Types | |
typedef bool() | SlotFunction(const EventArgs &) |
Slot function type. | |
Public Member Functions | |
FreeFunctionSlot (SlotFunction *func) | |
virtual bool | operator() (const EventArgs &args) |
virtual bool | operator() (const EventArgs &args)=0 |
Slot functor class that calls back via a free function pointer.
|
inlinevirtual |
Implements CEGUI::SlotFunctorBase.