X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/53a2db124c633f80bdb16336084262037d879a2c..66c2bf7b1d9326fb650acfaae22ec50528cfbf7c:/include/wx/msw/printwin.h diff --git a/include/wx/msw/printwin.h b/include/wx/msw/printwin.h index c5c2d0a603..e5ef80b043 100644 --- a/include/wx/msw/printwin.h +++ b/include/wx/msw/printwin.h @@ -1,10 +1,9 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: printwin.h +// Name: wx/msw/printwin.h // Purpose: wxWindowsPrinter, wxWindowsPrintPreview classes // Author: Julian Smart // Modified by: // Created: 01/02/97 -// RCS-ID: $Id$ // Copyright: (c) Julian Smart // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -24,7 +23,6 @@ class WXDLLIMPEXP_CORE wxWindowsPrinter : public wxPrinterBase public: wxWindowsPrinter(wxPrintDialogData *data = NULL); - virtual ~wxWindowsPrinter(); virtual bool Print(wxWindow *parent, wxPrintout *printout, @@ -34,9 +32,7 @@ public: virtual bool Setup(wxWindow *parent); private: - WXFARPROC m_lpAbortProc; - - DECLARE_NO_COPY_CLASS(wxWindowsPrinter) + wxDECLARE_NO_COPY_CLASS(wxWindowsPrinter); }; // --------------------------------------------------------------------------- @@ -58,7 +54,11 @@ public: virtual bool Print(bool interactive); virtual void DetermineScaling(); -private: +protected: +#if wxUSE_ENH_METAFILE + virtual bool RenderPageIntoBitmap(wxBitmap& bmp, int pageNum); +#endif + DECLARE_DYNAMIC_CLASS_NO_COPY(wxWindowsPrintPreview) };