aboutsummaryrefslogtreecommitdiffstats
path: root/Source/TableDocument.h
diff options
context:
space:
mode:
authorBibiko <bibiko@eva.mpg.de>2009-08-22 14:49:48 +0000
committerBibiko <bibiko@eva.mpg.de>2009-08-22 14:49:48 +0000
commit3f832f629faf1569637684d6f23a938f6d74553c (patch)
tree815459ffebf2094213458995c5a8cdf93a1dc422 /Source/TableDocument.h
parent54ed811d6071cc843a9d2699d3ca972af9ca4c5d (diff)
downloadsequelpro-3f832f629faf1569637684d6f23a938f6d74553c.tar.gz
sequelpro-3f832f629faf1569637684d6f23a938f6d74553c.tar.bz2
sequelpro-3f832f629faf1569637684d6f23a938f6d74553c.zip
• moved NSOpenPanel stuff from TableDocument to SPAppControler to simplify and unify it
• fixed: avoid opening of more than NSOpenPanel windows • if conncetionController is active do not allow a NSOpenPanel • minor code cleaning
Diffstat (limited to 'Source/TableDocument.h')
-rw-r--r--Source/TableDocument.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/TableDocument.h b/Source/TableDocument.h
index 6f36ea83..2117d98b 100644
--- a/Source/TableDocument.h
+++ b/Source/TableDocument.h
@@ -82,7 +82,6 @@
IBOutlet id sidebarGrabber;
IBOutlet NSPopUpButton *encodingPopUp;
- IBOutlet id encodingAccessoryView;
IBOutlet NSTextView *customQueryTextView;
@@ -174,7 +173,6 @@
- (void)closeConnection;
- (NSWindow *)getCreateTableSyntaxWindow;
- (void) refreshCurrentDatabase;
-- (void)openConnectionPanelDidEnd:(NSOpenPanel *)panel returnCode:(int)returnCode contextInfo:(void *)contextInfo;
- (void)saveConnectionPanelDidEnd:(NSSavePanel *)panel returnCode:(int)returnCode contextInfo:(void *)contextInfo;
@@ -192,7 +190,6 @@
// Menu methods
- (BOOL)validateMenuItem:(NSMenuItem *)anItem;
-- (IBAction)openConnectionSheet:(id)sender;
- (IBAction)saveConnectionSheet:(id)sender;
- (IBAction)import:(id)sender;
- (IBAction)export:(id)sender;