27#ifndef _CEGUIFunctorPointerSlot_h_
28#define _CEGUIFunctorPointerSlot_h_
30#include "CEGUI/SlotFunctorBase.h"
48 virtual bool operator()(
const EventArgs& args)
50 return (*d_functor)(args);
Base class used as the argument to all subscribers Event object.
Definition EventArgs.h:51
Slot template class that creates a functor that calls back via a functor object pointer.
Definition FunctorPointerSlot.h:42
Defines abstract interface which will be used when constructing various functor objects that bind slo...
Definition SlotFunctorBase.h:44
Main namespace for Crazy Eddie's GUI Library.
Definition arch_overview.dox:1