KiCad PCB EDA Suite
Loading...
Searching...
No Matches
invoke_pl_editor_dialog.h File Reference

Go to the source code of this file.

Functions

int InvokeDialogPrint (PL_EDITOR_FRAME *aCaller, wxPrintData *aPrintData, wxPageSetupDialogData *aPageSetupData)
 Create and show a print dialog returns 1 if OK, 0 , there is a problem.
 
int InvokeDialogPrintPreview (PL_EDITOR_FRAME *aCaller, wxPrintData *aPrintData)
 Create and show a print preview dialog returns 1 if OK, 0 , there is a problem.
 

Function Documentation

◆ InvokeDialogPrint()

int InvokeDialogPrint ( PL_EDITOR_FRAME * aCaller,
wxPrintData * aPrintData,
wxPageSetupDialogData * aPageSetupData )

Create and show a print dialog returns 1 if OK, 0 , there is a problem.

Definition at line 222 of file dialogs_for_printing.cpp.

References _.

Referenced by PL_EDITOR_FRAME::ToPrinter().

◆ InvokeDialogPrintPreview()

int InvokeDialogPrintPreview ( PL_EDITOR_FRAME * aCaller,
wxPrintData * aPrintData )

Create and show a print preview dialog returns 1 if OK, 0 , there is a problem.

Definition at line 250 of file dialogs_for_printing.cpp.

References _, PLEDITOR_PREVIEW_FRAME::PLEDITOR_PREVIEW_FRAME(), and PLEDITOR_PREVIEW_FRAME::Show().

Referenced by PL_EDITOR_FRAME::ToPrinter().