Kiwano Engine v1.3.x
kiwano::EventDispatcher 成员列表

成员的完整列表,这些成员属于 kiwano::EventDispatcher,包括所有继承而来的类成员

AddListener(RefPtr< EventListener > listener)kiwano::EventDispatcher
AddListener(EventType type, EventListener::Callback callback)kiwano::EventDispatcher
AddListener(StringView name, EventType type, EventListener::Callback callback)kiwano::EventDispatcher
AddListener(EventListener::Callback callback)kiwano::EventDispatcherinline
AddListener(StringView name, EventListener::Callback callback)kiwano::EventDispatcherinline
DispatchEvent(Event *evt)kiwano::EventDispatcher
GetAllListeners() constkiwano::EventDispatcher
RemoveAllListeners()kiwano::EventDispatcher
RemoveListeners(StringView name)kiwano::EventDispatcher
StartAllListeners()kiwano::EventDispatcher
StartListeners(StringView name)kiwano::EventDispatcher
StopAllListeners()kiwano::EventDispatcher
StopListeners(StringView name)kiwano::EventDispatcher