1 #ifndef LIST_CHARACTERS_EVENT_H
2 #define LIST_CHARACTERS_EVENT_H
26 static std::shared_ptr<ListCharactersEvent>
create() {
return std::make_shared<ListCharactersEvent>(); }
Class for event.
Definition: event.h:10
Definition: event_type.h:39
EventType
Event type enum that is used when passing events.
Definition: event_type.h:12
ListCharactersEvent()
ListCharactersEvent constructor.
Definition: list_characters_event.h:20
Event(const EventType &type)
Event constructor.
Definition: event.h:21
Class for list characters event.
Definition: list_characters_event.h:13
static std::shared_ptr< ListCharactersEvent > create()
Factory function.
Definition: list_characters_event.h:26