Crazy Eddie's GUI System 0.8.7
Loading...
Searching...
No Matches
CEGUI::FreeFunctionSlotNoArgs Class Reference

Slot functor class that calls back via a free function pointer. This variant ignores passed EventArgs. More...

#include <FreeFunctionSlot.h>

+ Inheritance diagram for CEGUI::FreeFunctionSlotNoArgs:
+ Collaboration diagram for CEGUI::FreeFunctionSlotNoArgs:

Public Types

typedef bool SlotFunction()
 Slot function type.
 

Public Member Functions

 FreeFunctionSlotNoArgs (SlotFunction *func)
 
virtual bool operator() (const EventArgs &)
 
- Public Member Functions inherited from CEGUI::SlotFunctorBase

Detailed Description

Slot functor class that calls back via a free function pointer. This variant ignores passed EventArgs.

Member Function Documentation

◆ operator()()

virtual bool CEGUI::FreeFunctionSlotNoArgs::operator() ( const EventArgs & )
inlinevirtual