score-plugin-gfx/Gfx/Video/Executor.hpp
1 #pragma once
2 #include <Process/Execution/ProcessComponent.hpp>
3 
4 #include <ossia/dataflow/node_process.hpp>
5 
6 namespace Gfx::Video
7 {
8 class Model;
10  : public Execution::ProcessComponent_T<Gfx::Video::Model, ossia::node_process>
11 {
12  COMPONENT_METADATA("d3d610aa-aa6c-40e6-976b-8844cf48c8ce")
13 public:
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/Video/Process.hpp:17
Definition: score-plugin-gfx/Gfx/Video/Executor.hpp:11
Definition: ExecutionContext.hpp:75
Definition: Process/Execution/ProcessComponent.hpp:89