Crazy Eddie's GUI System
${CEGUI_VERSION}
|
Slot functor class that calls back via a free function pointer. This variant doesn't require a handler that returns bool. More...
Public Types | |
typedef void( | SlotFunction )(const EventArgs &) |
Slot function type. | |
typedef void( | SlotFunction )(const EventArgs &) |
Slot function type. | |
Public Member Functions | |
FreeFunctionSlotVoid (SlotFunction *func) | |
virtual bool | operator() (const EventArgs &args) |
FreeFunctionSlotVoid (SlotFunction *func) | |
virtual bool | operator() (const EventArgs &args) |
Slot functor class that calls back via a free function pointer. This variant doesn't require a handler that returns bool.