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>
Go to the source code of this file.
Classes | |
class | DIALOG_PRINT_USING_PRINTER |
class | SCH_PRINTOUT |
Custom print out for printing schematics. More... | |
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. More... | |
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 542 of file dialog_print_using_printer.cpp.
Referenced by SCH_EDITOR_CONTROL::Print().