KiCad PCB EDA Suite
Loading...
Searching...
No Matches
printing.h File Reference
#include <string>
#include <wx/translation.h>

Go to the source code of this file.

Namespaces

namespace  KIPLATFORM
 
namespace  KIPLATFORM::PRINTING
 

Macros

#define PRINTING_TRACE   "KICAD_PRINT"
 

Enumerations

enum class  KIPLATFORM::PRINTING::PRINT_RESULT {
  KIPLATFORM::PRINTING::OK = 0 , KIPLATFORM::PRINTING::CANCELLED , KIPLATFORM::PRINTING::FILE_NOT_FOUND , KIPLATFORM::PRINTING::FAILED_TO_LOAD ,
  KIPLATFORM::PRINTING::FAILED_TO_PRINT , KIPLATFORM::PRINTING::UNSUPPORTED , KIPLATFORM::PRINTING::UNKNOWN_ERROR
}
 

Functions

const wxString KIPLATFORM::PRINTING::PrintResultToString (PRINT_RESULT aResult)
 
PRINT_RESULT KIPLATFORM::PRINTING::PrintPDF (const std::string &aFile)
 

Macro Definition Documentation

◆ PRINTING_TRACE

#define PRINTING_TRACE   "KICAD_PRINT"

Definition at line 26 of file printing.h.

Referenced by RenderPdfPageToImage(), and KIPLATFORM::PRINTING::WIN_PDF_PRINTER::Run().