aboutsummaryrefslogtreecommitdiff
path: root/gui/fluidsynth-dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/fluidsynth-dialog.h')
-rw-r--r--gui/fluidsynth-dialog.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/gui/fluidsynth-dialog.h b/gui/fluidsynth-dialog.h
index 445c1fffc8..4d74c9f93e 100644
--- a/gui/fluidsynth-dialog.h
+++ b/gui/fluidsynth-dialog.h
@@ -40,11 +40,17 @@ public:
void open();
void close();
- void handleCommand(CommandSender *sender, uint32 cmd, uint32 data);
+ void handleCommand(CommandSender *sender, uint32 cmd, uint32 data);
+protected:
void setChorusSettingsState(bool enabled);
void setReverbSettingsState(bool enabled);
+ void readSettings();
+ void writeSettings();
+
+ void resetSettings();
+
private:
Common::String _domain;