mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2026-06-15 20:28:47 -04:00
Feature #486 : Save/Load bookmarks into files
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user