Crazy Eddie's GUI System 0.8.7
CEGUI::FreeFunctionSlot Class Reference

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

#include <FreeFunctionSlot.h>

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

Public Types

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

Public Member Functions

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

Detailed Description

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

Member Function Documentation

◆ operator()()

virtual bool CEGUI::FreeFunctionSlot::operator() ( const EventArgs args)
inlinevirtual