Crazy Eddies GUI System 0.7.5
Public Member Functions
CEGUI::FunctorPointerSlot< T > Class Template Reference

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

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

List of all members.

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.