diff options
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; |
