Loading...
Searching...
No Matches
score_plugin_dataflow.hpp
1#pragma once
2#include <score/plugins/qt_interfaces/FactoryInterface_QtInterface.hpp>
3#include <score/plugins/qt_interfaces/PluginRequirements_QtInterface.hpp>
4
8{
9 SCORE_PLUGIN_METADATA(1, "464b71fb-45d7-4278-8487-c85851769b34")
10
11public:
13 ~score_plugin_dataflow() override;
14
15private:
16 std::vector<score::InterfaceBase*> factories(
18 const score::InterfaceKey& key) const override;
19};
Definition UuidKey.hpp:343
Definition FactoryInterface_QtInterface.hpp:19
Definition PluginRequirements_QtInterface.hpp:18
Definition score_plugin_dataflow.hpp:8
Used to access all the application-wide state and structures.
Definition ApplicationContext.hpp:24