iFun Engine API  1.0.0-b6053
Great Technology for Great Games
fun::Event Member List

This is the complete list of members for fun::Event, including all inherited members.

Abort()fun::Eventstatic
Invoke(const function< void()> &func)fun::Eventstatic
Invoke(const function< void()> &func, const EventTag &event_tag) (defined in fun::Event)fun::Eventstatic
Invoke(const function< void()> &func, const string &event_name) (defined in fun::Event)fun::Eventstatic
Invoke(const function< void()> &func, const string &event_name, const EventTag &event_tag) (defined in fun::Event)fun::Eventstatic
Post(Ptr< EventT > event)fun::Eventstatic
Post(Ptr< EventT > event, const EventTag &event_tag) (defined in fun::Event)fun::Eventstatic
Post(Ptr< EventT > event, const string &event_name) (defined in fun::Event)fun::Eventstatic
Post(Ptr< EventT > event, const string &event_name, const EventTag &event_tag) (defined in fun::Event)fun::Eventstatic
RegisterHandler(const function< ChainAction(Ptr< const EventT >)> &h)fun::Eventstatic
RegisterHandler(ChainAction(handler)(Ptr< const EventT >))fun::Eventstatic
RegisterTimeoutHandler(const TimeoutHandler &handler)fun::Eventstatic
Resume(const EventTag &event_tag) (defined in fun::Event)fun::Eventstatic
TimeoutHandler typedef (defined in fun::Event)fun::Event