score
Home
Classes
Namespaces
Files
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
8
namespace
Scenario
9
{
10
class
DisplayedElementsProviderList
final
11
:
public
score::MatchingFactory
<DisplayedElementsProvider>
12
{
13
};
14
}
Scenario::DisplayedElementsProviderList
Definition
DisplayedElementsProviderList.hpp:12
score::MatchingFactory
Utility class for making a factory interface list.
Definition
InterfaceList.hpp:153
Scenario
Main plug-in of score.
Definition
score-plugin-dataflow/Dataflow/PortItem.hpp:13