diff options
| author | Tim Redfern <tim@getdrop.com> | 2017-10-30 17:09:10 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@getdrop.com> | 2017-10-30 17:09:10 +0000 |
| commit | 633aee47fb7392b807e00e1827fad605fb68642b (patch) | |
| tree | f873162e6ad70db1e11164334212f1e4835eaba9 /gui/src/chainImageSet.h | |
| parent | 1d2e4b56b0104b36da79b3fa5762645e85ccea3a (diff) | |
drag drop json presets
Diffstat (limited to 'gui/src/chainImageSet.h')
| -rw-r--r-- | gui/src/chainImageSet.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/src/chainImageSet.h b/gui/src/chainImageSet.h index 879329a..6620923 100644 --- a/gui/src/chainImageSet.h +++ b/gui/src/chainImageSet.h @@ -29,6 +29,7 @@ class chainImageSet{ void drawOutput(); void drawGpu(); void updateOutput(); + bool addfiles(std::vector<string> &filenames); bool add(std::string filename,ofPoint pos=ofPoint(0,0),float ratio=0.3,float rotation=0.0); void keyPressed(ofKeyEventArgs &keyargs); void mouseDragged(int x, int y, int button); |
