aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPDatabaseViewController.h
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2013-10-27 16:15:12 +0000
committerstuconnolly <stuart02@gmail.com>2013-10-27 16:15:12 +0000
commit0c4901239d3c0e0235e746103879f6278b3bc64f (patch)
tree8a38d24c94d9f24f25044dbc2befcf1473e3f4b7 /Source/SPDatabaseViewController.h
parent9c240bfce5e73b3a28e58c0fa0aba76a6778e8c8 (diff)
downloadsequelpro-0c4901239d3c0e0235e746103879f6278b3bc64f.tar.gz
sequelpro-0c4901239d3c0e0235e746103879f6278b3bc64f.tar.bz2
sequelpro-0c4901239d3c0e0235e746103879f6278b3bc64f.zip
Ensure the relations table view is refreshed after field changes result in a dropped relationship. Fixes issue #1591.
Diffstat (limited to 'Source/SPDatabaseViewController.h')
-rw-r--r--Source/SPDatabaseViewController.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/Source/SPDatabaseViewController.h b/Source/SPDatabaseViewController.h
index 00017a39..c3774613 100644
--- a/Source/SPDatabaseViewController.h
+++ b/Source/SPDatabaseViewController.h
@@ -34,9 +34,10 @@
@interface SPDatabaseDocument (SPDatabaseViewController)
-// Getters
+// Accessors
- (NSString *)table;
- (SPTableType)tableType;
+
- (BOOL)structureLoaded;
- (BOOL)contentLoaded;
- (BOOL)statusLoaded;
@@ -50,9 +51,11 @@
- (IBAction)viewRelations:(id)sender;
- (IBAction)viewTriggers:(id)sender;
#endif
+
- (void)setStructureRequiresReload:(BOOL)reload;
- (void)setContentRequiresReload:(BOOL)reload;
- (void)setStatusRequiresReload:(BOOL)reload;
+- (void)setRelationsRequiresReload:(BOOL)reload;
// Table control
- (void)loadTable:(NSString *)aTable ofType:(SPTableType)aTableType;