|
Crazy Eddie's GUI System 0.8.7
|
Slot functor class that calls back via a free function pointer. This variant doesn't require a handler that returns bool. More...
#include <FreeFunctionSlot.h>
Inheritance diagram for CEGUI::FreeFunctionSlotVoid:
Collaboration diagram for CEGUI::FreeFunctionSlotVoid:Public Types | |
| typedef void() | SlotFunction(const EventArgs &) |
| Slot function type. | |
Public Member Functions | |
| 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.
Implements CEGUI::SlotFunctorBase.