diff options
author | 2017-07-20 22:01:02 +1000 | |
---|---|---|
committer | 2017-07-20 22:01:02 +1000 | |
commit | c36c1572ec7d2e1830804884d75824e83bd883d5 (patch) | |
tree | df8d60961b90fdfefdd7d3a7eb7187ae6f0c9bc9 /src/osd/modules/debugger/osx/debugconsole.h | |
parent | a549c6408a1a17ec94ef440cb969dcbbbf47816d (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.h | 4 |
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; |