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