diff options
| author | Tim Redfern <tim@getdrop.com> | 2018-02-03 16:21:14 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@getdrop.com> | 2018-02-03 16:21:14 +0000 |
| commit | c8e23f287328fe1fefbfb039bea31ef09ce1cd3d (patch) | |
| tree | 182319521baed833d936b36db20159fdc4f84e9c /gui/src/ofApp.h | |
| parent | 4154f89b1ebff83228f51252de6b93a49fc6ed96 (diff) | |
saving settings
Diffstat (limited to 'gui/src/ofApp.h')
| -rw-r--r-- | gui/src/ofApp.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gui/src/ofApp.h b/gui/src/ofApp.h index 5ecbe61..8865da5 100644 --- a/gui/src/ofApp.h +++ b/gui/src/ofApp.h @@ -8,6 +8,7 @@ #include "ofxOpenCv.h" #include "ofxSVG.h" #include "lineSegmenter.h" +#include "ofxXmlSettings.h" enum Source{ TEST, @@ -47,6 +48,7 @@ class ofApp: public ofBaseApp { void outputWindowResized(ofResizeEventArgs &resizeargs); void select_random_shapes(); + void save_settings(); bool commandPressed; @@ -114,4 +116,8 @@ class ofApp: public ofBaseApp { float outputScale; float outputOffsetScale; + //======================================= //saving settings + + ofxXmlSettings XML; + }; |
