22 QString m_DefaultEditor;
23 double m_GraphicZoom{};
25 TimeVal m_DefaultDuration{TimeVal::fromMsecs(30000)};
27 int m_ExecutionRefreshRate{60};
28 bool m_SnapshotOnCreate{};
29 bool m_AutoSequence{};
30 bool m_TimeBar{
false};
31 bool m_MeasureBars{
true};
32 bool m_MagneticMeasures{
true};
33 bool m_ExecutionUpdate{
true};
40 QString getSkin()
const;
41 void initSkin(
const QString&);
42 void setSkin(
const QString&);
43 void SkinChanged(
const QString& arg_1)
44 E_SIGNAL(SCORE_PLUGIN_SCENARIO_EXPORT, SkinChanged, arg_1);
46 SCORE_SETTINGS_PARAMETER_HPP(SCORE_PLUGIN_SCENARIO_EXPORT, QString, DefaultEditor)
47 SCORE_SETTINGS_PARAMETER_HPP(SCORE_PLUGIN_SCENARIO_EXPORT,
double, GraphicZoom)
48 SCORE_SETTINGS_PARAMETER_HPP(SCORE_PLUGIN_SCENARIO_EXPORT, qreal, SlotHeight)
49 SCORE_SETTINGS_PARAMETER_HPP(SCORE_PLUGIN_SCENARIO_EXPORT,
TimeVal, DefaultDuration)
50 SCORE_SETTINGS_PARAMETER_HPP(SCORE_PLUGIN_SCENARIO_EXPORT,
bool, SnapshotOnCreate)
51 SCORE_SETTINGS_PARAMETER_HPP(SCORE_PLUGIN_SCENARIO_EXPORT,
bool, AutoSequence)
52 SCORE_SETTINGS_PARAMETER_HPP(SCORE_PLUGIN_SCENARIO_EXPORT,
bool, TimeBar)
53 SCORE_SETTINGS_PARAMETER_HPP(SCORE_PLUGIN_SCENARIO_EXPORT,
bool, MeasureBars)
54 SCORE_SETTINGS_PARAMETER_HPP(SCORE_PLUGIN_SCENARIO_EXPORT,
bool, MagneticMeasures)
55 SCORE_SETTINGS_PARAMETER_HPP(SCORE_PLUGIN_SCENARIO_EXPORT,
int, UpdateRate)
56 SCORE_SETTINGS_PARAMETER_HPP(SCORE_PLUGIN_SCENARIO_EXPORT,
int, ExecutionRefreshRate)
57 SCORE_SETTINGS_PARAMETER_HPP(SCORE_PLUGIN_SCENARIO_EXPORT,
bool, ExecutionUpdate)
60 SCORE_SETTINGS_PROPERTY(QString, Skin)
Used to access all the application-wide state and structures.
Definition ApplicationContext.hpp:25