2 #include <Curve/Settings/CurveSettingsModel.hpp>
4 #include <score/plugins/settingsdelegate/SettingsDelegateView.hpp>
25 void setSimplificationRatio(
int);
26 void setSimplify(
bool);
28 void setPlayWhileRecording(
bool);
31 void simplificationRatioChanged(
double arg_1)
32 E_SIGNAL(SCORE_PLUGIN_CURVE_EXPORT, simplificationRatioChanged, arg_1);
33 void simplifyChanged(
bool arg_1)
34 E_SIGNAL(SCORE_PLUGIN_CURVE_EXPORT, simplifyChanged, arg_1);
35 void modeChanged(Mode arg_1) E_SIGNAL(SCORE_PLUGIN_CURVE_EXPORT, modeChanged, arg_1);
36 void playWhileRecordingChanged(
bool arg_1)
37 E_SIGNAL(SCORE_PLUGIN_CURVE_EXPORT, playWhileRecordingChanged, arg_1);
40 QWidget* getWidget()
override;
43 QDoubleSpinBox* m_sb{};
46 QCheckBox* m_playWhileRecording{};
Definition: CurveSettingsView.hpp:20
Definition: SettingsDelegateView.hpp:18
Utilities and base classes for 1D curves.
Definition: FocusDispatcher.hpp:12
Base toolkit upon which the software is built.
Definition: Application.cpp:90