Searched refs:wxDocPrintout (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddocview.h572 class WXDLLEXPORT wxDocPrintout : public wxPrintout class in inherits:wxPrintout
575 wxDocPrintout(wxView *view = (wxView *) NULL, const wxString& title = wxT("Printout"));
587 DECLARE_DYNAMIC_CLASS(wxDocPrintout)
588 DECLARE_NO_COPY_CLASS(wxDocPrintout)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddocview.cpp89 IMPLEMENT_DYNAMIC_CLASS(wxDocPrintout, wxPrintout)
709 return new wxDocPrintout(this);
2026 wxDocPrintout::wxDocPrintout(wxView *view, const wxString& title) function in class:wxDocPrintout
2032 bool wxDocPrintout::OnPrintPage(int WXUNUSED(page))
2071 bool wxDocPrintout::HasPage(int pageNum)
2076 bool wxDocPrintout::OnBeginDocument(int startPage, int endPage)
2084 void wxDocPrintout::GetPageInfo(int *minPage, int *maxPage, int *selPageFrom, int *selPageTo)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dview.tex170 By default, this function returns an instance of wxDocPrintout, which prints
173 Override to return an instance of a class other than wxDocPrintout.

Completed in 117 milliseconds