wxHtmlEasyPrinting indentation changes + CreatePrintout,DoPrint and DoPreview virtual and protected
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11443 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -176,7 +176,6 @@ class WXDLLEXPORT wxHtmlPrintout : public wxPrintout
|
|||||||
class WXDLLEXPORT wxHtmlEasyPrinting : public wxObject
|
class WXDLLEXPORT wxHtmlEasyPrinting : public wxObject
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
|
||||||
wxHtmlEasyPrinting(const wxString& name = "Printing", wxFrame *parent_frame = NULL);
|
wxHtmlEasyPrinting(const wxString& name = "Printing", wxFrame *parent_frame = NULL);
|
||||||
~wxHtmlEasyPrinting();
|
~wxHtmlEasyPrinting();
|
||||||
|
|
||||||
@@ -209,12 +208,12 @@ class WXDLLEXPORT wxHtmlEasyPrinting : public wxObject
|
|||||||
// return page setting data objects.
|
// return page setting data objects.
|
||||||
// (You can set their parameters.)
|
// (You can set their parameters.)
|
||||||
|
|
||||||
|
protected:
|
||||||
|
virtual wxHtmlPrintout *CreatePrintout();
|
||||||
|
virtual bool DoPreview(wxHtmlPrintout *printout1, wxHtmlPrintout *printout2);
|
||||||
|
virtual bool DoPrint(wxHtmlPrintout *printout);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
||||||
wxHtmlPrintout *CreatePrintout();
|
|
||||||
bool DoPreview(wxHtmlPrintout *printout1, wxHtmlPrintout *printout2);
|
|
||||||
bool DoPrint(wxHtmlPrintout *printout);
|
|
||||||
|
|
||||||
wxPrintData *m_PrintData;
|
wxPrintData *m_PrintData;
|
||||||
wxPageSetupDialogData *m_PageSetupData;
|
wxPageSetupDialogData *m_PageSetupData;
|
||||||
wxString m_Name;
|
wxString m_Name;
|
||||||
|
Reference in New Issue
Block a user