System specific standard dialogs for getting print job or printer setup information.
![]() | printInfo Printer setup information for the dialog. |
![]() | PPrintDialog ( PInteractor * parent, PRESOURCE_ID resID ) Create the standard printer dialog. |
![]() | ~PPrintDialog () Destroy the standard print dialog. |
![]() | GetPrintInfo () const Get the printer setup infromation adjusted by this dialog. |
![]() | New functions for class |
![]() | Member variables |
Overrides from class PDialog
Overrides from class PInteractor
Overrides from class PObject
System callback functions.
System specific standard dialogs for getting print job or printer setup information. This is an abstract class with two main descendents, the PPrintJobDialog dialog is used when a print job is about to be started and the PPrinterSetupDialog dialog is used to set default printer setup information for the application.Note that unlike most dialogs, most operations such as PInteractor::Show(), PInteractorLayout::GetControl() etc may not be executed before the PModalDialog::RunModal() function has been executed. Furthermore, they are not available after PModalDialog::RunModal() has returned. This is due to the implementation on some platforms which goes to great lengths to use the actual standard print dialogs for the platform.
~PPrintDialog()
New functions for class
const PPrintInfo& GetPrintInfo() const
Member variables
PPrintInfo printInfo
Alphabetic index HTML hierarchy of classes or Java