|
KiCad PCB EDA Suite
|
#include <printing.h>#include <poppler/glib/poppler.h>#include <gtk/gtk.h>#include <unistd.h>#include <algorithm>#include <memory>#include <wx/filename.h>#include <wx/filesys.h>#include <wx/print.h>#include <wx/cmndata.h>#include <wx/regex.h>Go to the source code of this file.
Namespaces | |
| namespace | KIPLATFORM |
| namespace | KIPLATFORM::PRINTING |
Functions | |
| PRINT_RESULT | KIPLATFORM::PRINTING::PrintPDF (const std::string &aFile, bool fit_to_page) |
| PRINT_RESULT | KIPLATFORM::PRINTING::PrintPDF (const std::string &aFile) |
| static bool | KIPLATFORM::PRINTING::isSpoolName (const wxString &aFileName) |
| void | KIPLATFORM::PRINTING::ResetPrintToFilePath (wxPrintData &aData) |
| Discard a "print to file" destination in aData that the platform print backend generated for its own spooling, leaving a destination the user chose untouched. | |