aboutsummaryrefslogtreecommitdiffstats
path: root/Source/TableDump.h
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2009-08-07 22:19:52 +0000
committerstuconnolly <stuart02@gmail.com>2009-08-07 22:19:52 +0000
commitd7e813476d49f3b9296b94c3c57a495b7f237885 (patch)
tree612e0152711a9ab7cbbc36ad1929a22aad883d5c /Source/TableDump.h
parent8434b6fe15bd671bf2179658f26b4a44bd61732c (diff)
downloadsequelpro-d7e813476d49f3b9296b94c3c57a495b7f237885.tar.gz
sequelpro-d7e813476d49f3b9296b94c3c57a495b7f237885.tar.bz2
sequelpro-d7e813476d49f3b9296b94c3c57a495b7f237885.zip
Source tidy up and missing SVN properties.
Diffstat (limited to 'Source/TableDump.h')
-rw-r--r--Source/TableDump.h12
1 files changed, 4 insertions, 8 deletions
diff --git a/Source/TableDump.h b/Source/TableDump.h
index bb4c0284..d32cddea 100644
--- a/Source/TableDump.h
+++ b/Source/TableDump.h
@@ -101,19 +101,19 @@
BOOL progressCancelled;
}
-//IBAction methods
+// IBAction methods
- (IBAction)reloadTables:(id)sender;
- (IBAction)selectTables:(id)sender;
- (IBAction)closeSheet:(id)sender;
- (IBAction)stepRow:(id)sender;
- (IBAction)cancelProgressBar:(id)sender;
-//export methods
+// Export methods
- (void)export;
- (void)exportFile:(int)tag;
- (void)savePanelDidEnd:(NSSavePanel *)sheet returnCode:(int)returnCode contextInfo:(NSString *)contextInfo;
-//import methods
+// Import methods
- (void)importFile;
- (IBAction)changeFormat:(id)sender;
- (IBAction)changeTable:(id)sender;
@@ -146,14 +146,10 @@
- (IBAction)switchTab:(id)sender;
- (IBAction)switchInput:(id)sender;
-//additional methods
+// Additional methods
- (void)setConnection:(MCPConnection *)theConnection;
// Import/export delegate notifications
- (void)panelSelectionDidChange:(id)sender;
-//last but not least
-- (id)init;
-- (void)dealloc;
-
@end