18 #ifndef __H__OCULAR_EVENTS_EVENT__H__
19 #define __H__OCULAR_EVENTS_EVENT__H__
21 #include "Priority.hpp"
52 AEvent(std::string name, Priority priority = Priority::Medium);
Priority getPriority() const
Definition: AEvent.cpp:44
Note: Once this library is made dynamic, this will no longer be needed.
Definition: Common.hpp:70
AEvent(std::string name, Priority priority=Priority::Medium)
Definition: AEvent.cpp:30
Base class of all representable Ocular constructs.
Definition: Object.hpp:44
Definition: AEvent.hpp:44