Loading...
Searching...
No Matches
score-plugin-gfx/Gfx/Text/Executor.hpp
1#pragma once
2#include <Process/Execution/ProcessComponent.hpp>
3
4#include <ossia/dataflow/node_process.hpp>
5
6namespace Gfx::Text
7{
8class Model;
10 : public Execution::ProcessComponent_T<Gfx::Text::Model, ossia::node_process>
11{
12 COMPONENT_METADATA("1af00601-84ad-49d7-a854-f1ea79c5c8a9")
13public:
15 Model& element, const Execution::Context& ctx, QObject* parent);
16 void cleanup() override;
17};
18
21}
Definition Process/Execution/ProcessComponent.hpp:119
Definition score-plugin-gfx/Gfx/Text/Process.hpp:15
Definition score-plugin-gfx/Gfx/Text/Executor.hpp:11
Definition ExecutionContext.hpp:76
Definition Process/Execution/ProcessComponent.hpp:89