summaryrefslogtreecommitdiff
path: root/muse2/muse/functions.h
diff options
context:
space:
mode:
authorFlorian Jung <flo@windfisch.org>2011-05-16 11:34:53 +0000
committerFlorian Jung <flo@windfisch.org>2011-05-16 11:34:53 +0000
commit4e1ca61b03bab50d5e71e6da433503ac3b4470c0 (patch)
tree4c002df0f12f916b8a30a5e115ea8fbd80c15480 /muse2/muse/functions.h
parentc7d22c133d2d9a5e8494d0285af10da6a6dff9d9 (diff)
fixed saving window state
dialogs now also save and restore their state templates were updated and have now sane defaults for toolbars etc.
Diffstat (limited to 'muse2/muse/functions.h')
-rw-r--r--muse2/muse/functions.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/muse2/muse/functions.h b/muse2/muse/functions.h
index afd5b559..14797a15 100644
--- a/muse2/muse/functions.h
+++ b/muse2/muse/functions.h
@@ -57,4 +57,11 @@ bool transpose_notes(const std::set<Part*>& parts);
bool erase_notes(const std::set<Part*>& parts);
bool delete_overlaps(const std::set<Part*>& parts);
+
+
+//functions for reading and writing default values
+class Xml;
+void read_function_dialog_config(Xml& xml);
+void write_function_dialog_config(int level, Xml& xml);
+
#endif