Loading...
Searching...
No Matches
StateComponent.hpp
1#pragma once
2#include <Scenario/Document/State/StateModel.hpp>
3
4#include <LocalTree/LocalTreeComponent.hpp>
5
6namespace LocalTree
7{
8class SCORE_PLUGIN_SCENARIO_EXPORT State final : public CommonComponent
9{
10 COMMON_COMPONENT_METADATA("2e5fefa2-3442-4c08-9f3e-564ab65f7b22")
11public:
12 static constexpr bool is_unique = true;
13 State(
14 ossia::net::node_base& parent, Scenario::StateModel& event,
15 const score::DocumentContext& doc, QObject* parent_comp);
16
17 ~State();
18};
19}
Definition LocalTreeComponent.hpp:12
Definition StateModel.hpp:63
Local tree provides a way to extend the tree given through the Engine::Network::LocalDevice.
Definition BaseCallbackWrapper.hpp:9
Utilities for OSSIA data structures.
Definition DeviceInterface.hpp:33
Definition DocumentContext.hpp:18