#include "CEGUIBase.h"
#include "CEGUIString.h"
#include "CEGUIEventArgs.h"
#include "CEGUIRefPtr.h"
#include <map>
Include dependency graph for CEGUIEvent.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | CEGUI |
Classes | |
class | CEGUI::SubscriberInterface< Ret, Args > |
class | CEGUI::_freeBinder< Ret, Args > |
class | CEGUI::_functorBinder< Functor, Ret, Args > |
class | CEGUI::_memberBinder< T, Ret, Args > |
class | CEGUI::SubscriberTemplate< Ret, Args > |
class | CEGUI::_refBinder< Functor, Ret, Args > |
class | CEGUI::Event |
Defines an 'event' which can be subscribed to by interested parties. More... | |
class | CEGUI::Event::ConnectionInterface |
class | CEGUI::Event::ScopedConnection |
class | CEGUI::Event::GroupSubscriber |
struct | CEGUI::Event::ltGroupSubscriber |
Functions | |
template<class Functor> | |
SubscriberInterface< bool, const EventArgs & > * | CEGUI::SubscriberRef (const Functor &f) |