Crazy Eddie's GUI System  0.8.5
CEGUI::FreeFunctionSlotVoid Class Reference

Slot functor class that calls back via a free function pointer. This variant doesn't require a handler that returns bool. More...

+ 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)
 

Detailed Description

Slot functor class that calls back via a free function pointer. This variant doesn't require a handler that returns bool.

Note
This functor always returns true to CEGUI, which means the event was handled.