X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3ed3a1c846d66410872a15f746c432311e306e42..4e15d1caa03346c126015019c1fdf093033ef40b:/docs/doxygen/overviews/printing.h?ds=sidebyside diff --git a/docs/doxygen/overviews/printing.h b/docs/doxygen/overviews/printing.h index 6026fa7e6e..7f7850c8ab 100644 --- a/docs/doxygen/overviews/printing.h +++ b/docs/doxygen/overviews/printing.h @@ -3,40 +3,14 @@ // Purpose: topic overview // Author: wxWidgets team // RCS-ID: $Id$ -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// /** @page overview_printing Printing Framework Overview -Classes: -@li wxPrintout -@li wxPrinter -@li wxPrintPreview -@li wxPrinterDC -@li wxPostScriptDC -@li wxPrintDialog -@li wxPrintData -@li wxPrintDialogData -@li wxPageSetupDialog -@li wxPageSetupDialogData - - -@li @ref overview_printing_printout -@li @ref overview_printing_printer -@li @ref overview_printing_printpreview -@li @ref overview_printing_printerdc -@li @ref overview_printing_postscriptdc -@li @ref overview_printing_printdialog -@li @ref overview_printing_printdata -@li @ref overview_printing_printdialogdata -@li @ref overview_printing_pagesetupdialog -@li @ref overview_printing_pagesetupdialogdata - - -
- +@tableofcontents The printing framework relies on the application to provide classes whose member functions can respond to particular requests, such as 'print this page' @@ -53,6 +27,8 @@ A brief description of each class's role and how they work together follows. For the special case of printing under Unix, where various different printing backends have to be offered, please have a look at @ref overview_unixprinting. +@see @ref group_class_printing + @section overview_printing_printout wxPrintout @@ -227,4 +203,3 @@ range (from the wxPrintDialogData) or the paper size and/or page orientation (from the wxPageSetupDialogData). */ -