TimeSyncComponent.hpp
1 #pragma once
2 #include <Scenario/Document/TimeSync/TimeSyncModel.hpp>
3 
4 #include <LocalTree/LocalTreeComponent.hpp>
5 
6 namespace LocalTree
7 {
8 class SCORE_PLUGIN_SCENARIO_EXPORT TimeSync final : public CommonComponent
9 {
10  COMMON_COMPONENT_METADATA("104e4446-b09f-4bf6-92ef-0fe360397066")
11 public:
12  TimeSync(
13  ossia::net::node_base& parent, Scenario::TimeSyncModel& event,
14  const score::DocumentContext& doc, QObject* parent_comp);
15  ~TimeSync();
16 };
17 }
Definition: LocalTreeComponent.hpp:12
Definition: TimeSyncComponent.hpp:9
Definition: TimeSyncModel.hpp:35
Local tree provides a way to extend the tree given through the Engine::Network::LocalDevice.
Definition: BaseCallbackWrapper.hpp:9
Definition: DocumentContext.hpp:18