DisplayedElementsToolPaletteFactoryList.hpp
1 #pragma once
2 #include <Scenario/Document/DisplayedElements/DisplayedElementsToolPalette/DisplayedElementsToolPaletteFactory.hpp>
3 
4 #include <score/plugins/InterfaceList.hpp>
5 
6 #include <ossia/detail/algorithms.hpp>
7 
8 namespace Scenario
9 {
11  : public score::MatchingFactory<DisplayedElementsToolPaletteFactory>
12 {
13 };
14 }
Definition: DisplayedElementsToolPaletteFactoryList.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:14