summaryrefslogtreecommitdiff
path: root/rotord/rotor.h
diff options
context:
space:
mode:
authorTim Redfern <tim@herge.(none)>2013-07-09 16:34:23 +0100
committerTim Redfern <tim@herge.(none)>2013-07-09 16:34:23 +0100
commit06c6f158088ce9132375cfe7f5c27f7c200b44dc (patch)
treefa1f90f9a3d5eab842638a6b009f817f10f481b6 /rotord/rotor.h
parent1f7aeab37ebe41d57972f429fc0884d2de7eab4d (diff)
load graph from body
Diffstat (limited to 'rotord/rotor.h')
-rwxr-xr-xrotord/rotor.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/rotord/rotor.h b/rotord/rotor.h
index 63ac886..8e6e9b7 100755
--- a/rotord/rotor.h
+++ b/rotord/rotor.h
@@ -1192,7 +1192,9 @@ namespace Rotor {
bool signal_render(string &signal_xml,const float framerate);
bool video_render(const string &output_filename,const string &audio_filename,const float framerate,float& progress);
int load(Poco::UUID uid);
- bool load(string &graph_filename);
+ bool load(string data);
+ bool loadFile(string &filename);
+ bool parseXml();
bool set_resolution(int w,int h);
UUID save(); //save to DB, returns UUID of saved graph
bool loaded;