From 57d35fbecd2517fe8b1914d1f2335be06e2a8b17 Mon Sep 17 00:00:00 2001 From: Bibiko Date: Sat, 20 Mar 2010 16:58:14 +0000 Subject: =?UTF-8?q?=E2=80=A2=20Navigator=20progress=20-=20made=20expand=20?= =?UTF-8?q?status=20persistent=20for=20current=20SP=20session=20-=20added?= =?UTF-8?q?=20draft=20to=20display=20additional=20information=20about=20se?= =?UTF-8?q?lected=20fields=20-=20tried=20the=20minimize=20the=20jittering?= =?UTF-8?q?=20while=20resizing=20outline=20views=20(test)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Note: to test it simply unhide menu item in MainMenu.xib --- Source/SPNavigatorController.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'Source/SPNavigatorController.h') diff --git a/Source/SPNavigatorController.h b/Source/SPNavigatorController.h index 50f84cac..43b7a1a8 100644 --- a/Source/SPNavigatorController.h +++ b/Source/SPNavigatorController.h @@ -31,10 +31,16 @@ IBOutlet id outlineSchema1; IBOutlet id outlineSchema2; IBOutlet id navigatorWindow; + IBOutlet id infoTable; + IBOutlet id quickAccessTable; + IBOutlet id searchField; NSUserDefaults *prefs; NSMutableDictionary *schemaData; + NSMutableArray *infoArray; + NSMutableDictionary *expandStatus1; + NSMutableDictionary *expandStatus2; } @@ -42,5 +48,8 @@ - (IBAction)outlineViewAction:(id)sender; - (IBAction)updateEntries:(id)sender; +- (IBAction)reloadAllStructures:(id)sender; +- (IBAction)filterTree:(id)sender; +- (NSString*)tableInfoLabelForIndex:(NSInteger)index; @end -- cgit v1.2.3