Dual bookmark backup files with user notification, auto-recovery and bail; save top level branch expand states

This commit is contained in:
Charles J. Cliffe
2016-12-27 13:01:19 -05:00
parent 69e23fd13a
commit 68495b4d90
9 changed files with 222 additions and 28 deletions
+2
View File
@@ -112,6 +112,7 @@ public:
bool isUserDemodBusy();
BookmarkView *getBookmarkView();
void disableSave(bool state);
#ifdef _WIN32
bool canFocus();
@@ -204,6 +205,7 @@ private:
std::string rigPort;
int numRigs;
bool rigInit;
bool saveDisabled;
#endif
wxDECLARE_EVENT_TABLE();