From 862396873ddb3d4017a5ab323ae0be6bded755b8 Mon Sep 17 00:00:00 2001 From: rowanbeentje Date: Tue, 18 Nov 2008 01:46:48 +0000 Subject: Add support for marking the content for a required refresh on structure changes. Implemented by adding a method to TablesList (setContentRequiresReload) and using it when modifying the tble structure, thus only refreshing if the content is actually viewed again. --- TablesList.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'TablesList.h') diff --git a/TablesList.h b/TablesList.h index 9a59de88..bc360434 100644 --- a/TablesList.h +++ b/TablesList.h @@ -73,6 +73,9 @@ - (BOOL)contentLoaded; - (BOOL)statusLoaded; +// Setter methods +- (void)setContentRequiresReload; + //tableView datasource methods - (int)numberOfRowsInTableView:(NSTableView *)aTableView; - (id)tableView:(NSTableView *)aTableView -- cgit v1.2.3