Class for the PDF print dialog.
More...
#include <pdfprint.h>
|
| void | Init (wxWindow *parent) |
Class for the PDF print dialog.
◆ wxPdfPrintDialog()
| wxPdfPrintDialog::wxPdfPrintDialog |
( |
wxWindow * | parent, |
|
|
wxPdfPrintData * | data ) |
Constructor.
- Parameters
-
| parent | The parent window |
| data | The PDF print data |
◆ ~wxPdfPrintDialog()
| virtual wxPdfPrintDialog::~wxPdfPrintDialog |
( |
| ) |
|
|
virtual |
◆ GetPdfPrintData()
Get the PDF print data.
- Returns
- The PDF print data
◆ GetPrintData()
| wxPrintData & wxPdfPrintDialog::GetPrintData |
( |
| ) |
|
|
inline |
Get the print data.
- Returns
- The print data
◆ GetPrintDC()
| wxPdfDC * wxPdfPrintDialog::GetPrintDC |
( |
| ) |
|
Get the print device context.
- Returns
- The print device context
◆ GetPrintDialogData()
| wxPrintDialogData & wxPdfPrintDialog::GetPrintDialogData |
( |
| ) |
|
|
inline |
Get the print dialog data.
- Returns
- The print dialog data
◆ Init()
| void wxPdfPrintDialog::Init |
( |
wxWindow * | parent | ) |
|
|
protected |
◆ OnOK()
| void wxPdfPrintDialog::OnOK |
( |
wxCommandEvent & | event | ) |
|
Handle OK button press.
- Parameters
-
◆ ShowModal()
| virtual int wxPdfPrintDialog::ShowModal |
( |
| ) |
|
|
virtual |
Show the dialog modally.
- Returns
wxID_OK if successful, wxID_CANCEL otherwise
◆ TransferDataFromWindow()
| virtual bool wxPdfPrintDialog::TransferDataFromWindow |
( |
| ) |
|
|
virtual |
Transfer data from window controls.
- Returns
true if successful, false otherwise
◆ TransferDataToWindow()
| virtual bool wxPdfPrintDialog::TransferDataToWindow |
( |
| ) |
|
|
virtual |
Transfer data to window controls.
- Returns
true if successful, false otherwise
The documentation for this class was generated from the following file: