aboutsummaryrefslogtreecommitdiffstats
path: root/Source/TableDocument.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/TableDocument.h')
-rw-r--r--Source/TableDocument.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/TableDocument.h b/Source/TableDocument.h
index f58faad5..ad66ef55 100644
--- a/Source/TableDocument.h
+++ b/Source/TableDocument.h
@@ -25,6 +25,7 @@
#import <Cocoa/Cocoa.h>
#import <MCPKit_bundled/MCPKit_bundled.h>
+#import <WebKit/WebKit.h>
@class CMMCPConnection, CMMCPResult;
@@ -96,6 +97,8 @@
NSToolbar *mainToolbar;
NSToolbarItem *chooseDatabaseToolbarItem;
+
+ WebView *printWebView;
}
//start sheet
@@ -119,6 +122,8 @@
sshPort:(NSString *)sshPort; // no-longer in use
- (NSMutableArray *)favorites;
+- (NSString *)getHTMLforPrint;
+
//alert sheets method
- (void)sheetDidEnd:(NSWindow *)sheet returnCode:(int)returnCode contextInfo:(NSString *)contextInfo;