aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPNavigatorController.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPNavigatorController.h')
-rw-r--r--Source/SPNavigatorController.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/Source/SPNavigatorController.h b/Source/SPNavigatorController.h
index 43b7a1a8..c0789c4f 100644
--- a/Source/SPNavigatorController.h
+++ b/Source/SPNavigatorController.h
@@ -42,6 +42,12 @@
NSMutableDictionary *expandStatus1;
NSMutableDictionary *expandStatus2;
+ NSString *selectedKey1;
+ NSString *selectedKey2;
+ NSRect selectionViewPort1;
+ NSRect selectionViewPort2;
+ BOOL ignoreUpdate;
+
}
+ (SPNavigatorController *)sharedNavigatorController;
@@ -52,4 +58,8 @@
- (IBAction)filterTree:(id)sender;
- (NSString*)tableInfoLabelForIndex:(NSInteger)index;
+
+- (void)restoreSelectedItems;
+- (void)setIgnoreUpdate:(BOOL)flag;
+
@end