summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/debugger/osx/debugconsole.h
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2017-07-20 22:01:02 +1000
committer Vas Crabb <vas@vastheman.com>2017-07-20 22:01:02 +1000
commitc36c1572ec7d2e1830804884d75824e83bd883d5 (patch)
treedf8d60961b90fdfefdd7d3a7eb7187ae6f0c9bc9 /src/osd/modules/debugger/osx/debugconsole.h
parenta549c6408a1a17ec94ef440cb969dcbbbf47816d (diff)
Added basic support for saving/restoring Cocoa debugger window state, compatible with Qt debugger where possible
Diffstat (limited to 'src/osd/modules/debugger/osx/debugconsole.h')
-rw-r--r--src/osd/modules/debugger/osx/debugconsole.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/osd/modules/debugger/osx/debugconsole.h b/src/osd/modules/debugger/osx/debugconsole.h
index f8e52c9c76b..8c5d87f8526 100644
--- a/src/osd/modules/debugger/osx/debugconsole.h
+++ b/src/osd/modules/debugger/osx/debugconsole.h
@@ -50,6 +50,10 @@
- (void)showDebugger:(NSNotification *)notification;
- (void)auxiliaryWindowWillClose:(NSNotification *)notification;
+- (void)loadConfiguration:(util::xml::data_node const *)parentnode;
+
+- (void)saveConfigurationToNode:(util::xml::data_node *)node;
+
- (BOOL)control:(NSControl *)control textShouldBeginEditing:(NSText *)fieldEditor;
- (BOOL)control:(NSControl *)control textView:(NSTextView *)textView doCommandBySelector:(SEL)command;