20 COMMON_COMPONENT_METADATA(
"02c41de0-3a8c-44da-ae03-68a0ca26a7d0")
22 static constexpr bool is_unique =
true;
27 void cleanup(
const std::shared_ptr<EventComponent>& self);
30 ossia::expression_ptr makeExpression()
const;
34 std::shared_ptr<ossia::time_event> event, ossia::expression_ptr expr,
35 ossia::time_event::offset_behavior b);
37 std::shared_ptr<ossia::time_event> OSSIAEvent()
const;
41 void happened() W_SIGNAL(happened);
44 QPointer<const Scenario::EventModel> m_score_event;
45 std::shared_ptr<ossia::time_event> m_ossia_event;
Definition ExecutionContext.hpp:76