]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/printwin.h
Somehow, setting a tint color makes gauge work :/.
[wxWidgets.git] / include / wx / msw / printwin.h
index 3bcd415ade1c39ab8986352137e560947a089a24..e5ef80b0433034114ec62a10cd0a8ccb4ec0f436 100644 (file)
@@ -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
 // Purpose:     wxWindowsPrinter, wxWindowsPrintPreview classes
 // Author:      Julian Smart
 // Modified by:
 // Created:     01/02/97
-// RCS-ID:      $Id$
 // Copyright:   (c) Julian Smart
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 // Copyright:   (c) Julian Smart
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -24,7 +23,6 @@ class WXDLLIMPEXP_CORE wxWindowsPrinter : public wxPrinterBase
 
 public:
     wxWindowsPrinter(wxPrintDialogData *data = NULL);
 
 public:
     wxWindowsPrinter(wxPrintDialogData *data = NULL);
-    virtual ~wxWindowsPrinter();
 
     virtual bool Print(wxWindow *parent,
                        wxPrintout *printout,
 
     virtual bool Print(wxWindow *parent,
                        wxPrintout *printout,
@@ -34,8 +32,6 @@ public:
     virtual bool Setup(wxWindow *parent);
 
 private:
     virtual bool Setup(wxWindow *parent);
 
 private:
-    WXFARPROC     m_lpAbortProc;
-
     wxDECLARE_NO_COPY_CLASS(wxWindowsPrinter);
 };
 
     wxDECLARE_NO_COPY_CLASS(wxWindowsPrinter);
 };
 
@@ -44,8 +40,6 @@ private:
 // wxPrintout.
 // ---------------------------------------------------------------------------
 
 // wxPrintout.
 // ---------------------------------------------------------------------------
 
-#define wxUSE_HIGH_QUALITY_PREVIEW (wxUSE_IMAGE && wxUSE_WXDIB)
-
 class WXDLLIMPEXP_CORE wxWindowsPrintPreview : public wxPrintPreviewBase
 {
 public:
 class WXDLLIMPEXP_CORE wxWindowsPrintPreview : public wxPrintPreviewBase
 {
 public:
@@ -60,21 +54,10 @@ public:
     virtual bool Print(bool interactive);
     virtual void DetermineScaling();
 
     virtual bool Print(bool interactive);
     virtual void DetermineScaling();
 
-#if wxUSE_HIGH_QUALITY_PREVIEW
 protected:
 protected:
-    bool RenderPageIntoBitmapHQ(wxBitmap& bmp, int pageNum);
+#if wxUSE_ENH_METAFILE
     virtual bool RenderPageIntoBitmap(wxBitmap& bmp, int pageNum);
     virtual bool RenderPageIntoBitmap(wxBitmap& bmp, int pageNum);
-
-private:
-    bool RenderPageFragment(float scaleX, float scaleY,
-                            int *nextFinalLine,
-                            wxPrinterDC& printer,
-                            wxMemoryDC& finalDC,
-                            const wxRect& rect,
-                            int pageNum);
-
-    bool m_hqPreviewFailed;
-#endif // wxUSE_HIGH_QUALITY_PREVIEW
+#endif
 
     DECLARE_DYNAMIC_CLASS_NO_COPY(wxWindowsPrintPreview)
 };
 
     DECLARE_DYNAMIC_CLASS_NO_COPY(wxWindowsPrintPreview)
 };