• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/

Lines Matching defs:wxPrintout

682 \helpref{wxPrintout}{wxprintout}, 
704 \func{void}{CreateAbortWindow}{\param{wxWindow* }{parent}, \param{wxPrintout* }{printout}}
745 \func{bool}{Print}{\param{wxWindow *}{parent}, \param{wxPrintout *}{printout}, \param{bool }{prompt=true}}
747 Starts the printing process. Provide a parent window, a user-defined wxPrintout object which controls
771 \func{void}{ReportError}{\param{wxWindow *}{parent}, \param{wxPrintout *}{printout}, \param{const wxString\& }{message}}
842 \section{\class{wxPrintout}}\label{wxprintout}
850 Your derived wxPrintout is responsible for drawing both the preview image and
852 argument, you can re-use those routines within your wxPrintout subclass to draw
854 wxPrintout subclass, like headers, footers, and/or page numbers. However, the
861 wxPrintout subclass to set the user scale and origin of the associated DC, you
887 \membersection{wxPrintout::wxPrintout}\label{wxprintoutctor}
889 \func{}{wxPrintout}{\param{const wxString\& }{title = "Printout"}}
895 \membersection{wxPrintout::\destruct{wxPrintout}}\label{wxprintoutdtor}
897 \func{}{\destruct{wxPrintout}}{\void}
902 \membersection{wxPrintout::GetDC}\label{wxprintoutgetdc}
911 \membersection{wxPrintout::GetPageInfo}\label{wxprintoutgetpageinfo}
932 \membersection{wxPrintout::GetPageSizeMM}\label{wxprintoutgetpagesizemm}
944 \membersection{wxPrintout::GetPageSizePixels}\label{wxprintoutgetpagesizepixels}
962 \membersection{wxPrintout::GetPaperRectPixels}\label{wxprintoutgetpaperrectpixels}
983 \membersection{wxPrintout::GetPPIPrinter}\label{wxprintoutgetppiprinter}
1000 \membersection{wxPrintout::GetPPIScreen}\label{wxprintoutgetppiscreen}
1010 \membersection{wxPrintout::GetTitle}\label{wxprintoutgettitle}
1022 \membersection{wxPrintout::HasPage}\label{wxprintouthaspage}
1031 \membersection{wxPrintout::IsPreview}\label{wxprintoutispreview}
1038 \membersection{wxPrintout::FitThisSizeToPaper}\label{wxprintoutfitthissizetopaper}
1042 Set the user scale and device origin of the wxDC associated with this wxPrintout
1048 \membersection{wxPrintout::FitThisSizeToPage}\label{wxprintoutfitthissizetopage}
1053 Set the user scale and device origin of the wxDC associated with this wxPrintout
1062 \membersection{wxPrintout::FitThisSizeToPageMargins}\label{wxprintoutfitthissizetopagemargins}
1066 Set the user scale and device origin of the wxDC associated with this wxPrintout
1075 \membersection{wxPrintout::MapScreenSizeToPaper}\label{wxprintoutmapscreensizetopaper}
1079 Set the user scale and device origin of the wxDC associated with this wxPrintout
1088 \membersection{wxPrintout::MapScreenSizeToPage}\label{wxprintoutmapscreensizetopage}
1092 This sets the user scale of the wxDC assocated with this wxPrintout to the same
1097 \membersection{wxPrintout::MapScreenSizeToPageMargins}\label{wxprintoutmapscreensizetopagemargins}
1101 This sets the user scale of the wxDC assocated with this wxPrintout to the same
1108 \membersection{wxPrintout::MapScreenSizeToDevice}\label{wxprintoutmapscreensizetodevice}
1112 Set the user scale and device origin of the wxDC associated with this wxPrintout
1123 \membersection{wxPrintout::GetLogicalPaperRect}\label{wxprintoutgetlogicalpaperrect}
1131 \membersection{wxPrintout::GetLogicalPageRect}\label{wxprintoutgetlogicalpagerect}
1141 \membersection{wxPrintout::GetLogicalPageMarginsRect}\label{wxprintoutgetlogicalpagemarginsrect}
1151 \membersection{wxPrintout::SetLogicalOrigin}\label{wxprintoutsetlogicalorigin}
1159 \membersection{wxPrintout::OffsetLogicalOrigin}\label{wxprintoutoffsetlogicalorigin}
1166 \membersection{wxPrintout::OnBeginDocument}\label{wxprintoutonbegindocument}
1174 The base wxPrintout::OnBeginDocument {\it must} be called (and the return value
1182 \membersection{wxPrintout::OnEndDocument}\label{wxprintoutonenddocument}
1189 The base wxPrintout::OnEndDocument {\it must} be called
1193 \membersection{wxPrintout::OnBeginPrinting}\label{wxprintoutonbeginprinting}
1201 \membersection{wxPrintout::OnEndPrinting}\label{wxprintoutonendprinting}
1209 \membersection{wxPrintout::OnPreparePrinting}\label{wxprintoutonprepareprinting}
1214 wxPrintout object. This gives the object an opportunity to calculate the
1218 \membersection{wxPrintout::OnPrintPage}\label{wxprintoutonprintpage}
1223 the print job. The application can use wxPrintout::GetDC to obtain a device
1229 a wxPrintout object, and the wxPrintPreview object itself is passed to
1247 \helpref{wxPrintout}{wxprintout},
1258 \func{}{wxPrintPreview}{\param{wxPrintout* }{printout}, \param{wxPrintout* }{printoutForPrinting},
1324 \func{wxPrintout *}{GetPrintout}{\void}
1331 \func{wxPrintout *}{GetPrintoutForPrinting}{\void}
1360 Invokes the print process using the second wxPrintout object
1401 \func{void}{SetPrintout}{\param{wxPrintout *}{printout}}