score
Home
Classes
Namespaces
Files
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
8
namespace
Execution
9
{
10
namespace
Settings
11
{
12
SCORE_DECLARE_SETTINGS_FACTORY(
13
Factory, Model, Presenter, View,
"f418e1a0-fdff-45ec-99b2-b208706badc8"
)
14
}
15
}
Execution
Components used for the execution of a score.
Definition:
ProcessComponent.cpp:12