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