CEGUI::FreeFunctionSlot Class Reference
Slot functor class that calls back via a free function pointer.
More...
List of all members.
|
Public Member Functions |
typedef bool() | SlotFunction (const EventArgs &) |
| Slot function type.
|
| FreeFunctionSlot (SlotFunction *func) |
virtual bool | operator() (const EventArgs &args) |
Detailed Description
Slot functor class that calls back via a free function pointer.