KiCad PCB EDA Suite
|
#include <pcb_edit_frame.h>
#include <pcbnew_settings.h>
#include <wildcards_and_files_ext.h>
#include <reporter.h>
#include <confirm.h>
#include <core/arraydim.h>
#include <pcbplot.h>
#include <locale_io.h>
#include <dialog_export_svg.h>
#include <bitmaps.h>
#include <widgets/std_bitmap_button.h>
#include <widgets/wx_html_report_panel.h>
#include <plotters/plotters_pslike.h>
#include <wx/dirdlg.h>
#include <wx/msgdlg.h>
#include <pgm_base.h>
#include <project/project_file.h>
#include <exporters/export_svg.h>
#include <jobs/job_export_pcb_svg.h>
Go to the source code of this file.
Functions | |
bool | InvokeExportSVG (PCB_EDIT_FRAME *aCaller, BOARD *aBoard) |
Function InvokeExportSVG shows the Export SVG dialog. | |
bool InvokeExportSVG | ( | PCB_EDIT_FRAME * | aCaller, |
BOARD * | aBoard | ||
) |
Function InvokeExportSVG shows the Export SVG dialog.
aCaller | is the PCB_EDIT_FRAME which is invoking the dialog. |
aBoard | is the currently edited board. |
Definition at line 363 of file dialog_export_svg.cpp.
References DIALOG_SHIM::ShowModal().
Referenced by PCB_EDIT_FRAME::ExportSVG().