diff options
author | rowanbeentje <rowan@beent.je> | 2008-11-18 01:46:48 +0000 |
---|---|---|
committer | rowanbeentje <rowan@beent.je> | 2008-11-18 01:46:48 +0000 |
commit | 862396873ddb3d4017a5ab323ae0be6bded755b8 (patch) | |
tree | 3a956b9e124e6f987c2e57435c097ae3a9a4f97f /TablesList.h | |
parent | 4db467b061a83103c78cef1d86405f92e2b13ce2 (diff) | |
download | sequelpro-862396873ddb3d4017a5ab323ae0be6bded755b8.tar.gz sequelpro-862396873ddb3d4017a5ab323ae0be6bded755b8.tar.bz2 sequelpro-862396873ddb3d4017a5ab323ae0be6bded755b8.zip |
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.
Diffstat (limited to 'TablesList.h')
-rw-r--r-- | TablesList.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 |