aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPNavigatorController.h
diff options
context:
space:
mode:
authorBibiko <bibiko@eva.mpg.de>2010-03-24 12:31:16 +0000
committerBibiko <bibiko@eva.mpg.de>2010-03-24 12:31:16 +0000
commit47f354070f1fa8dfeb46c4065075ee53de4c1626 (patch)
treef3fd6c947d3966baa4cf59d08b8ca02f0a756256 /Source/SPNavigatorController.h
parent1ddc896d2f88bea86e4b0457d63f7a53b846851d (diff)
downloadsequelpro-47f354070f1fa8dfeb46c4065075ee53de4c1626.tar.gz
sequelpro-47f354070f1fa8dfeb46c4065075ee53de4c1626.tar.bz2
sequelpro-47f354070f1fa8dfeb46c4065075ee53de4c1626.zip
• Navigator
- ENTER and RETURN selects schema path in active connection window - outsourced some stuff to SPNavigatorOutlineView • added rotating sync arrows to project for future usage
Diffstat (limited to 'Source/SPNavigatorController.h')
-rw-r--r--Source/SPNavigatorController.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/Source/SPNavigatorController.h b/Source/SPNavigatorController.h
index def32cba..52ce30ef 100644
--- a/Source/SPNavigatorController.h
+++ b/Source/SPNavigatorController.h
@@ -36,9 +36,14 @@
IBOutlet id searchField;
IBOutlet id syncButton;
+ IBOutlet id infoQuickAccessSplitView;
+ IBOutlet id schemaStatusSplitView;
+ IBOutlet id schema12SplitView;
+
NSUserDefaults *prefs;
NSMutableDictionary *schemaData;
+ NSMutableDictionary *schemaDataUnFiltered;
NSMutableArray *infoArray;
NSMutableDictionary *expandStatus1;
NSMutableDictionary *expandStatus2;
@@ -66,5 +71,6 @@
- (void)selectPath:(NSString*)schemaPath;
- (BOOL)syncMode;
- (void)removeConnection:(NSString*)connectionID;
+- (void)selectInActiveDocumentItem:(id)item fromView:(id)outlineView;
@end