Loading...
Searching...
No Matches
ExecutorFactory.hpp
1#pragma once
2#include <Execution/Settings/ExecutorModel.hpp>
3#include <Execution/Settings/ExecutorPresenter.hpp>
4#include <Execution/Settings/ExecutorView.hpp>
5
6#include <score/plugins/settingsdelegate/SettingsDelegateFactory.hpp>
7
8namespace Execution
9{
10namespace Settings
11{
12SCORE_DECLARE_SETTINGS_FACTORY(
13 Factory, Model, Presenter, View, "f418e1a0-fdff-45ec-99b2-b208706badc8")
14}
15}
Components used for the execution of a score.
Definition ProcessComponent.cpp:12