Crazy Eddie's GUI System 0.8.7
|
Slot functor class that calls back via a free function pointer. This variant ignores passed EventArgs. More...
#include <FreeFunctionSlot.h>
Public Types | |
typedef bool | SlotFunction() |
Slot function type. | |
Public Member Functions | |
FreeFunctionSlotNoArgs (SlotFunction *func) | |
virtual bool | operator() (const EventArgs &) |
![]() |
Slot functor class that calls back via a free function pointer. This variant ignores passed EventArgs.
|
inlinevirtual |
Implements CEGUI::SlotFunctorBase.