Loading...
Searching...
No Matches
State.hpp
1#pragma once
2#include <Scenario/Document/State/StateModel.hpp>
3
4#include <RemoteControl/Websockets/DocumentPlugin.hpp>
5
6namespace RemoteControl::WS
7{
8class State final : public score::Component
9{
10 COMMON_COMPONENT_METADATA("128668ce-edee-454f-9e5a-3ba07a7d0fa4")
11public:
12 State(Scenario::StateModel& state, const DocumentPlugin& doc, QObject* parent_comp);
13};
14}
Definition plugins/score-plugin-remotecontrol/RemoteControl/Websockets/DocumentPlugin.hpp:125
Definition StateModel.hpp:63
A component adds custom data to an Entity.
Definition lib/score/model/Component.hpp:25
Utilities for OSSIA data structures.
Definition DeviceInterface.hpp:33