diff options
Diffstat (limited to 'Source/TableSource.h')
-rw-r--r-- | Source/TableSource.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Source/TableSource.h b/Source/TableSource.h index 4d10a5c9..c30a70bd 100644 --- a/Source/TableSource.h +++ b/Source/TableSource.h @@ -30,6 +30,7 @@ { IBOutlet id tablesListInstance; IBOutlet id tableDataInstance; + IBOutlet id tableDocumentInstance; IBOutlet id tableWindow; IBOutlet id indexSheet; @@ -39,8 +40,10 @@ IBOutlet id addFieldButton; IBOutlet id copyFieldButton; IBOutlet id removeFieldButton; + IBOutlet id reloadFieldsButton; IBOutlet id addIndexButton; IBOutlet id removeIndexButton; + IBOutlet id reloadIndexesButton; IBOutlet id indexTypeField; IBOutlet id indexNameField; IBOutlet id indexedColumnsField; @@ -93,4 +96,8 @@ - (NSDictionary *)enumFields; - (NSArray *)tableStructureForPrint; +// Task interaction +- (void) startDocumentTaskForTab:(NSNotification *)aNotification; +- (void) endDocumentTaskForTab:(NSNotification *)aNotification; + @end |