KiCad PCB EDA Suite
|
#include <pgm_base.h>
#include <confirm.h>
#include <sch_screen.h>
#include <sch_edit_frame.h>
#include <base_units.h>
#include <math/vector2wx.h>
#include <settings/color_settings.h>
#include <settings/settings_manager.h>
#include <sch_sheet.h>
#include <schematic.h>
#include <sch_sheet_path.h>
#include "dialog_print_using_printer_base.h"
#include <sch_painter.h>
#include <wx/print.h>
#include <wx/printdlg.h>
#include <advanced_config.h>
#include "sch_printout.h"
Go to the source code of this file.
Classes | |
class | DIALOG_PRINT_USING_PRINTER |
class | SCH_PREVIEW_FRAME |
Custom schematic print preview frame. More... | |
Functions | |
int | InvokeDialogPrintUsingPrinter (SCH_EDIT_FRAME *aCaller) |
Create and show DIALOG_PRINT_USING_PRINTER and return whatever DIALOG_PRINT_USING_PRINTER::ShowModal() returns. | |
int InvokeDialogPrintUsingPrinter | ( | SCH_EDIT_FRAME * | aCaller | ) |
Create and show DIALOG_PRINT_USING_PRINTER and return whatever DIALOG_PRINT_USING_PRINTER::ShowModal() returns.
Definition at line 405 of file dialog_print_using_printer.cpp.
References DIALOG_SHIM::ShowModal().
Referenced by SCH_EDITOR_CONTROL::Print().