diff src/MatchMarkers.h @ 51:6f6461b0d07f

Marker loading and saving via dialog box
author Andrew N Robertson <andrew.robertson@eecs.qmul.ac.uk>
date Thu, 14 Jun 2012 23:12:36 +0100
parents 93d21c20cfbc
children
line wrap: on
line diff
--- a/src/MatchMarkers.h	Thu Jun 14 20:04:49 2012 +0100
+++ b/src/MatchMarkers.h	Thu Jun 14 23:12:36 2012 +0100
@@ -16,6 +16,7 @@
 using namespace std;
 
 #include "ofMain.h"
+#include "ofxFileDialogOSX.h"
 
 class MatchMarkers{
 	
@@ -34,7 +35,14 @@
 	void saveMarkers();
 	void saveMarkers(const std::string& filePath);
 
+	void loadMarkerFile(std::string filePath);
+	void load();
+	
+	void loadFile();//from dialog box
+	void saveFile();
+	
 	ofstream markerOutputFile;
+	string output;
 	
 };
 #endif
\ No newline at end of file