Crazy Eddie's GUI System 0.8.7
Loading...
Searching...
No Matches
CEGUI::FunctorPointerSlot< T > Class Template Reference

Slot template class that creates a functor that calls back via a functor object pointer. More...

#include <FunctorPointerSlot.h>

+ Inheritance diagram for CEGUI::FunctorPointerSlot< T >:
+ Collaboration diagram for CEGUI::FunctorPointerSlot< T >:

Public Member Functions

 FunctorPointerSlot (T *functor)
 
virtual bool operator() (const EventArgs &args)
 

Detailed Description

template<typename T>
class CEGUI::FunctorPointerSlot< T >

Slot template class that creates a functor that calls back via a functor object pointer.

Member Function Documentation

◆ operator()()

template<typename T >
virtual bool CEGUI::FunctorPointerSlot< T >::operator() ( const EventArgs args)
inlinevirtual