aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPNavigatorController.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPNavigatorController.h')
-rw-r--r--Source/SPNavigatorController.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/SPNavigatorController.h b/Source/SPNavigatorController.h
index c0789c4f..6895a9f2 100644
--- a/Source/SPNavigatorController.h
+++ b/Source/SPNavigatorController.h
@@ -34,6 +34,7 @@
IBOutlet id infoTable;
IBOutlet id quickAccessTable;
IBOutlet id searchField;
+ IBOutlet id syncButton;
NSUserDefaults *prefs;
@@ -56,10 +57,13 @@
- (IBAction)updateEntries:(id)sender;
- (IBAction)reloadAllStructures:(id)sender;
- (IBAction)filterTree:(id)sender;
+- (IBAction)syncButtonAction:(id)sender;
- (NSString*)tableInfoLabelForIndex:(NSInteger)index;
- (void)restoreSelectedItems;
- (void)setIgnoreUpdate:(BOOL)flag;
+- (void)selectPath:(NSString*)schemaPath;
+- (BOOL)syncMode;
@end