Crazy Eddies GUI System 0.7.5
Public Types | Public Member Functions

CEGUI::FreeFunctionSlot Class Reference

Slot functor class that calls back via a free function pointer. More...

Inheritance diagram for CEGUI::FreeFunctionSlot:
Collaboration diagram for CEGUI::FreeFunctionSlot:

List of all members.

Public Types

typedef bool( SlotFunction )(const EventArgs &)
 Slot function type.

Public Member Functions

 FreeFunctionSlot (SlotFunction *func)
virtual bool operator() (const EventArgs &args)

Detailed Description

Slot functor class that calls back via a free function pointer.