Crazy Eddies GUI System
0.7.2
|
Slot functor class that calls back via a free function pointer. More...
Public Types | |
typedef bool( | SlotFunction )(const EventArgs &) |
Slot function type. | |
Public Member Functions | |
FreeFunctionSlot (SlotFunction *func) | |
virtual bool | operator() (const EventArgs &args) |
Slot functor class that calls back via a free function pointer.