comparison presetManager.h @ 32:ab7c86d0f3d8

V0.3 SZBeta sent out. bristol tests.
author Robert Tubb <rt300@eecs.qmul.ac.uk>
date Fri, 08 Mar 2013 14:54:55 +0000
parents 23ef179c3748
children 790939017078
comparison
equal deleted inserted replaced
31:23ef179c3748 32:ab7c86d0f3d8
117 void clearAll(); 117 void clearAll();
118 Json::Value allPresetsToJson(); 118 Json::Value allPresetsToJson();
119 void readJsonToPresets(const string &jsonFile); 119 void readJsonToPresets(const string &jsonFile);
120 void showNameDialog(); 120 void showNameDialog();
121 PresetManager(); 121 PresetManager();
122 void saveSessionToFile(string userName);
122 }; 123 };
123 124
124 125
125 //--------------------------------------------------------------------------- 126 //---------------------------------------------------------------------------
126 // this is the function that 'saves' a single preset as formatted text 127 // this is the function that 'saves' a single preset as formatted text