5#include <Common/assertion.h>
6#include <Utility/utility.h>
13template<
bool CAN_POST>
22 inline static constexpr bool canPost = CAN_POST;
32template<
bool CAN_POST>
38template<
bool CAN_POST>
Base of all event types. Derived classes should strive to keep the size of the object small,...
Definition Event.h:59
Definition TEditorEvent.h:15
PH_DEFINE_INLINE_RULE_OF_5_MEMBERS(TEditorEvent)
Editor & getEditor() const
Definition TEditorEvent.h:39
TEditorEvent(Editor *editor)
Definition TEditorEvent.h:33
static constexpr bool canPost
Definition TEditorEvent.h:22
Definition ph_editor.h:10