diff options
author | stuconnolly <stuart02@gmail.com> | 2009-04-09 19:42:43 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2009-04-09 19:42:43 +0000 |
commit | ddc5add77f3984cae1601e96d564cf4ba7347202 (patch) | |
tree | ee4abe583c219dd26f3e9a1a98b5e6e03b2a53e1 /Source/TableDocument.h | |
parent | 723c6fe23c8d5f35c19ad858c51cf0577fb1ab5f (diff) | |
download | sequelpro-ddc5add77f3984cae1601e96d564cf4ba7347202.tar.gz sequelpro-ddc5add77f3984cae1601e96d564cf4ba7347202.tar.bz2 sequelpro-ddc5add77f3984cae1601e96d564cf4ba7347202.zip |
Make table operation messages more user friendly (issue #192) and display them in sheets instead of modal dialogs. Also performed a general tidy up of TableDocument.[hm].
Diffstat (limited to 'Source/TableDocument.h')
-rw-r--r-- | Source/TableDocument.h | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/Source/TableDocument.h b/Source/TableDocument.h index 5bb29a9f..299e5430 100644 --- a/Source/TableDocument.h +++ b/Source/TableDocument.h @@ -187,34 +187,10 @@ - (BOOL)validateToolbarItem:(NSToolbarItem *)toolbarItem; - (void)updateChooseDatabaseToolbarItemWidth; -//NSDocument methods -- (NSString *)windowNibName; -- (void)windowControllerDidLoadNib:(NSWindowController *)aController; -- (void)windowWillClose:(NSNotification *)aNotification; - -//NSWindow delegate methods -- (BOOL)windowShouldClose:(id)sender; - //SMySQL delegate methods - (void)willQueryString:(NSString *)query; - (void)queryGaveError:(NSString *)error; -// Connection sheet delegate methods -- (void) controlTextDidChange:(NSNotification *)aNotification; - -//splitView delegate methods -- (BOOL)splitView:(NSSplitView *)sender canCollapseSubview:(NSView *)subview; -- (float)splitView:(NSSplitView *)sender constrainMaxCoordinate:(float)proposedMax ofSubviewAt:(int)offset; -- (float)splitView:(NSSplitView *)sender constrainMinCoordinate:(float)proposedMin ofSubviewAt:(int)offset; -- (NSRect)splitView:(NSSplitView *)splitView additionalEffectiveRectOfDividerAtIndex:(int)dividerIndex; - - -//tableView datasource methods -- (int)numberOfRowsInTableView:(NSTableView *)aTableView; -- (id)tableView:(NSTableView *)aTableView - objectValueForTableColumn:(NSTableColumn *)aTableColumn - row:(int)rowIndex; - @end extern NSString *TableDocumentFavoritesControllerSelectionIndexDidChange; |