#include </home/zeitlin/src/wx/github/interface/wx/cmndata.h>
This class holds information related to the visual characteristics of wxPrintDialog.
It contains a wxPrintData object with underlying printing settings.
Public Member Functions | |
wxPrintDialogData () | |
Default constructor. | |
wxPrintDialogData (const wxPrintDialogData &dialogData) | |
Copy constructor. | |
wxPrintDialogData (const wxPrintData &printData) | |
Construct an object from a print dialog data object. | |
virtual | ~wxPrintDialogData () |
Destructor. | |
void | EnableHelp (bool flag) |
Enables or disables the "Help" button. | |
void | EnablePageNumbers (bool flag) |
Enables or disables the "Page numbers" controls. | |
void | EnablePrintToFile (bool flag) |
Enables or disables the "Print to file" checkbox. | |
void | EnableSelection (bool flag) |
Enables or disables the "Selection" radio button. | |
bool | GetAllPages () const |
Returns true if the user requested that all pages be printed. | |
bool | GetCollate () const |
Returns true if the user requested that the document(s) be collated. | |
int | GetFromPage () const |
Returns the from page number, as entered by the user. | |
int | GetMaxPage () const |
Returns the maximum page number. | |
int | GetMinPage () const |
Returns the minimum page number. | |
int | GetNoCopies () const |
Returns the number of copies requested by the user. | |
wxPrintData & | GetPrintData () |
Returns a reference to the internal wxPrintData object. | |
bool | GetPrintToFile () const |
Returns true if the user has selected printing to a file. | |
bool | GetSelection () const |
Returns true if the user requested that the selection be printed (where "selection" is a concept specific to the application). | |
int | GetToPage () const |
Returns the "print to" page number, as entered by the user. | |
bool | IsOk () const |
Returns true if the print data is valid for using in print dialogs. | |
void | SetCollate (bool flag) |
Sets the "Collate" checkbox to true or false. | |
void | SetFromPage (int page) |
Sets the from page number. | |
void | SetMaxPage (int page) |
Sets the maximum page number. | |
void | SetMinPage (int page) |
Sets the minimum page number. | |
void | SetNoCopies (int n) |
Sets the default number of copies the user has requested to be printed out. | |
void | SetPrintData (const wxPrintData &printData) |
Sets the internal wxPrintData. | |
void | SetPrintToFile (bool flag) |
Sets the "Print to file" checkbox to true or false. | |
void | SetSelection (bool flag) |
Selects the "Selection" radio button. | |
void | SetSetupDialog (bool flag) |
void | SetToPage (int page) |
Sets the "print to" page number. | |
void | operator= (const wxPrintData &data) |
Assigns print data to this object. | |
void | operator= (const wxPrintDialogData &data) |
Assigns another print dialog data object to this object. |
wxPrintDialogData::wxPrintDialogData | ( | ) |
Default constructor.
wxPrintDialogData::wxPrintDialogData | ( | const wxPrintDialogData & | dialogData | ) |
Copy constructor.
wxPrintDialogData::wxPrintDialogData | ( | const wxPrintData & | printData | ) |
Construct an object from a print dialog data object.
virtual wxPrintDialogData::~wxPrintDialogData | ( | ) | [virtual] |
Destructor.
void wxPrintDialogData::EnableHelp | ( | bool | flag | ) |
Enables or disables the "Help" button.
void wxPrintDialogData::EnablePageNumbers | ( | bool | flag | ) |
Enables or disables the "Page numbers" controls.
void wxPrintDialogData::EnablePrintToFile | ( | bool | flag | ) |
Enables or disables the "Print to file" checkbox.
void wxPrintDialogData::EnableSelection | ( | bool | flag | ) |
Enables or disables the "Selection" radio button.
bool wxPrintDialogData::GetAllPages | ( | ) | const |
Returns true if the user requested that all pages be printed.
bool wxPrintDialogData::GetCollate | ( | ) | const |
Returns true if the user requested that the document(s) be collated.
int wxPrintDialogData::GetFromPage | ( | ) | const |
Returns the from page number, as entered by the user.
int wxPrintDialogData::GetMaxPage | ( | ) | const |
Returns the maximum page number.
int wxPrintDialogData::GetMinPage | ( | ) | const |
Returns the minimum page number.
int wxPrintDialogData::GetNoCopies | ( | ) | const |
Returns the number of copies requested by the user.
wxPrintData& wxPrintDialogData::GetPrintData | ( | ) |
Returns a reference to the internal wxPrintData object.
bool wxPrintDialogData::GetPrintToFile | ( | ) | const |
Returns true if the user has selected printing to a file.
bool wxPrintDialogData::GetSelection | ( | ) | const |
Returns true if the user requested that the selection be printed (where "selection" is a concept specific to the application).
int wxPrintDialogData::GetToPage | ( | ) | const |
Returns the "print to" page number, as entered by the user.
bool wxPrintDialogData::IsOk | ( | ) | const |
Returns true if the print data is valid for using in print dialogs.
This can return false on Windows if the current printer is not set, for example. On all other platforms, it returns true.
void wxPrintDialogData::operator= | ( | const wxPrintDialogData & | data | ) |
Assigns another print dialog data object to this object.
void wxPrintDialogData::operator= | ( | const wxPrintData & | data | ) |
Assigns print data to this object.
void wxPrintDialogData::SetCollate | ( | bool | flag | ) |
Sets the "Collate" checkbox to true or false.
void wxPrintDialogData::SetFromPage | ( | int | page | ) |
Sets the from page number.
void wxPrintDialogData::SetMaxPage | ( | int | page | ) |
Sets the maximum page number.
void wxPrintDialogData::SetMinPage | ( | int | page | ) |
Sets the minimum page number.
void wxPrintDialogData::SetNoCopies | ( | int | n | ) |
Sets the default number of copies the user has requested to be printed out.
void wxPrintDialogData::SetPrintData | ( | const wxPrintData & | printData | ) |
Sets the internal wxPrintData.
void wxPrintDialogData::SetPrintToFile | ( | bool | flag | ) |
Sets the "Print to file" checkbox to true or false.
void wxPrintDialogData::SetSelection | ( | bool | flag | ) |
Selects the "Selection" radio button.
The effect of printing the selection depends on how the application implements this command, if at all.
void wxPrintDialogData::SetSetupDialog | ( | bool | flag | ) |
Determines whether the dialog to be shown will be the Print dialog (pass false) or Print Setup dialog (pass true).
void wxPrintDialogData::SetToPage | ( | int | page | ) |
Sets the "print to" page number.