diff options
author | stuconnolly <stuart02@gmail.com> | 2010-03-13 21:09:48 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2010-03-13 21:09:48 +0000 |
commit | f879a31da7d07cb8b5bed7a63c6e49ce79a66d48 (patch) | |
tree | 5f042fdeece3ad8044d60e7acf6f571e8458c3b8 /Source/SPPrintController.h | |
parent | aff548a80a7d8eacdb836eea70b3e9af14658fdb (diff) | |
download | sequelpro-f879a31da7d07cb8b5bed7a63c6e49ce79a66d48.tar.gz sequelpro-f879a31da7d07cb8b5bed7a63c6e49ce79a66d48.tar.bz2 sequelpro-f879a31da7d07cb8b5bed7a63c6e49ce79a66d48.zip |
Perform HTML generation for printing on a background thread, displaying the usual progress indicator with the ability to cancel it. Still need to add warnings when attempting to print a table content with a large number of rows or a lot of data.
Diffstat (limited to 'Source/SPPrintController.h')
-rw-r--r-- | Source/SPPrintController.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/SPPrintController.h b/Source/SPPrintController.h index 17b78e35..5d259be5 100644 --- a/Source/SPPrintController.h +++ b/Source/SPPrintController.h @@ -27,8 +27,8 @@ @interface TableDocument (SPPrintController) -- (NSString *)generateHTMLForPrinting; -- (NSString *)generateTableInfoHTMLForPrinting; +- (void)generateHTMLForPrinting; +- (void)generateTableInfoHTMLForPrinting; - (NSArray *)columnNames; - (NSMutableDictionary *)connectionInformation; |