diff options
| author | Tim Redfern <tim@herge.(none)> | 2013-07-09 16:34:23 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@herge.(none)> | 2013-07-09 16:34:23 +0100 |
| commit | 06c6f158088ce9132375cfe7f5c27f7c200b44dc (patch) | |
| tree | fa1f90f9a3d5eab842638a6b009f817f10f481b6 /rotord/rotor.h | |
| parent | 1f7aeab37ebe41d57972f429fc0884d2de7eab4d (diff) | |
load graph from body
Diffstat (limited to 'rotord/rotor.h')
| -rwxr-xr-x | rotord/rotor.h | 4 |
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; |
