Loading...
Searching...
No Matches
ControlMessage.hpp
1#pragma once
2
3#include <Process/Dataflow/Port.hpp>
4
5#include <ossia/network/value/value.hpp>
6
7#include <QPointer>
8
9namespace Process
10{
11struct SCORE_LIB_PROCESS_EXPORT ControlMessage
12{
14 ossia::value value;
15
16 QString name(const score::DocumentContext& ctx) const noexcept;
17};
18}
The Path class is a typesafe wrapper around ObjectPath.
Definition Path.hpp:52
Base classes and tools to implement processes and layers.
Definition JSONVisitor.hpp:1324
Definition ControlMessage.hpp:12
Definition DocumentContext.hpp:18