diff plugin/PluginXml.h @ 81:f277a171749d

* Pull out temporary directory management into its own class * Make sure playback plugins get a default sample path in their original play parameters configuration * Save play parameters to .sv file (we aren't reloading yet though)
author Chris Cannam
date Tue, 25 Apr 2006 22:14:43 +0000
parents 7afcfe666910
children 70a232b1f12a
line wrap: on
line diff
--- a/plugin/PluginXml.h	Mon Apr 24 17:06:32 2006 +0000
+++ b/plugin/PluginXml.h	Tue Apr 25 22:14:43 2006 +0000
@@ -47,6 +47,9 @@
      */
     virtual void setParametersFromXml(QString xml);
 
+    static QString encodeConfigurationChars(QString text);
+    static QString decodeConfigurationChars(QString text);
+
 protected:
     QString stripInvalidParameterNameCharacters(QString) const;