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...
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.