Feature #486 : Save/Load bookmarks into files

This commit is contained in:
vsonnier
2018-01-06 10:22:14 +01:00
parent ada56440fc
commit d4251b41fb
4 changed files with 134 additions and 18 deletions
+5
View File
@@ -43,6 +43,10 @@
#define wxID_SET_DB_OFFSET 2012
#define wxID_ABOUT_CUBICSDR 2013
#define wxID_OPEN_BOOKMARK 2020
#define wxID_SAVE_BOOKMARK 2021
#define wxID_SAVEAS_BOOKMARK 2022
#define wxID_MAIN_SPLITTER 2050
#define wxID_VIS_SPLITTER 2051
#define wxID_BM_SPLITTER 2052
@@ -229,6 +233,7 @@ private:
std::string currentTXantennaName;
std::string currentSessionFile;
std::string currentBookmarkFile;
FFTVisualDataThread *waterfallDataThread;