Class for the PDF page setup dialog.
More...
#include <pdfprint.h>
Class for the PDF page setup dialog.
◆ wxPdfPageSetupDialog()
| wxPdfPageSetupDialog::wxPdfPageSetupDialog |
( |
wxWindow * | parent, |
|
|
wxPageSetupDialogData * | data, |
|
|
const wxString & | title = wxEmptyString ) |
Constructor.
- Parameters
-
| parent | The parent window |
| data | The page setup dialog data |
| title | The dialog title |
◆ ~wxPdfPageSetupDialog()
| virtual wxPdfPageSetupDialog::~wxPdfPageSetupDialog |
( |
| ) |
|
|
virtual |
◆ GetPageSetupData()
| wxPageSetupDialogData & wxPdfPageSetupDialog::GetPageSetupData |
( |
| ) |
|
Get the page setup dialog data (compatibility name).
- Returns
- The page setup dialog data
◆ GetPageSetupDialogData()
| virtual wxPageSetupDialogData & wxPdfPageSetupDialog::GetPageSetupDialogData |
( |
| ) |
|
|
virtual |
Get the page setup dialog data.
- Returns
- The page setup dialog data
◆ OnMarginText()
| void wxPdfPageSetupDialog::OnMarginText |
( |
wxCommandEvent & | event | ) |
|
Handle margin text change.
- Parameters
-
◆ OnMarginUnit()
| void wxPdfPageSetupDialog::OnMarginUnit |
( |
wxCommandEvent & | event | ) |
|
Handle margin unit change.
- Parameters
-
◆ OnOK()
| void wxPdfPageSetupDialog::OnOK |
( |
wxCommandEvent & | event | ) |
|
Handle OK button press.
- Parameters
-
◆ OnOrientation()
| void wxPdfPageSetupDialog::OnOrientation |
( |
wxCommandEvent & | event | ) |
|
Handle orientation change.
- Parameters
-
◆ OnPaperType()
| void wxPdfPageSetupDialog::OnPaperType |
( |
wxCommandEvent & | event | ) |
|
Handle paper type change.
- Parameters
-
◆ TransferDataFromWindow()
| virtual bool wxPdfPageSetupDialog::TransferDataFromWindow |
( |
| ) |
|
|
virtual |
Transfer data from window controls.
- Returns
true if successful, false otherwise
◆ TransferDataToWindow()
| virtual bool wxPdfPageSetupDialog::TransferDataToWindow |
( |
| ) |
|
|
virtual |
Transfer data to window controls.
- Returns
true if successful, false otherwise
◆ m_marginBottomText
| wxTextCtrl* wxPdfPageSetupDialog::m_marginBottomText |
|
protected |
◆ m_marginLeftText
| wxTextCtrl* wxPdfPageSetupDialog::m_marginLeftText |
|
protected |
◆ m_marginRightText
| wxTextCtrl* wxPdfPageSetupDialog::m_marginRightText |
|
protected |
◆ m_marginTopText
| wxTextCtrl* wxPdfPageSetupDialog::m_marginTopText |
|
protected |
◆ m_marginUnits
| wxChoice* wxPdfPageSetupDialog::m_marginUnits |
|
protected |
◆ m_orientationChoice
| wxChoice* wxPdfPageSetupDialog::m_orientationChoice |
|
protected |
◆ m_paperTypeChoice
| wxChoice* wxPdfPageSetupDialog::m_paperTypeChoice |
|
protected |
The documentation for this class was generated from the following file: