Loading...
Searching...
No Matches
DisplayedElementsProviderList.hpp
1#pragma once
2#include <Scenario/Document/DisplayedElements/DisplayedElementsProvider.hpp>
3
4#include <score/plugins/InterfaceList.hpp>
5
6#include <ossia/detail/algorithms.hpp>
7
8namespace Scenario
9{
11 : public score::MatchingFactory<DisplayedElementsProvider>
12{
13};
14}
Definition DisplayedElementsProviderList.hpp:12
Utility class for making a factory interface list.
Definition InterfaceList.hpp:153
Main plug-in of score.
Definition score-plugin-dataflow/Dataflow/PortItem.hpp:13