Mercurial > hg > soniczoomios
comparison presetManager.h @ 30:c0a6f7c66719
Josh M test "in house" version 0.1
author | Robert Tubb <rt300@eecs.qmul.ac.uk> |
---|---|
date | Wed, 27 Feb 2013 11:39:07 +0000 |
parents | fabb3a5cdfc9 |
children | 23ef179c3748 |
comparison
equal
deleted
inserted
replaced
29:fabb3a5cdfc9 | 30:c0a6f7c66719 |
---|---|
112 TwoVector recallPreset(string name); // by name ? id? | 112 TwoVector recallPreset(string name); // by name ? id? |
113 vector<Preset *> getPresetsInRange(TwoVector min, TwoVector max); | 113 vector<Preset *> getPresetsInRange(TwoVector min, TwoVector max); |
114 void drawPresetsInRange(const TwoVector min, const TwoVector max); | 114 void drawPresetsInRange(const TwoVector min, const TwoVector max); |
115 void printAll(); | 115 void printAll(); |
116 | 116 |
117 void startupLoadAll(); // get stuff from XML | 117 void startLoadAll(); // get stuff from XML |
118 void exitAndSaveAll(); // save to XML, delete presets array (?) | 118 void exitAndSaveAll(); // save to XML, delete presets array (?) |
119 void clearAll(); | 119 void clearAll(); |
120 Json::Value allPresetsToJson(); | 120 Json::Value allPresetsToJson(); |
121 void readJsonToPresets(const string &jsonFile); | 121 void readJsonToPresets(const string &jsonFile); |
122 void showNameDialog(); | 122 void showNameDialog(); |