68 REPORTER* aReporter,
const wxString& aExt )
76 wxString fname =
m_schematic->GetUniqueFilenameForCurrentSheet();
81 fname.Replace(
"/",
"_" );
82 fname.Replace(
"\\",
"_" );
114 sheetList.push_back(
m_schematic->CurrentSheet() );
117 if( sheetList.empty() )
136 wxFileName plotFileName;
138 for(
unsigned i = 0; i < sheetList.size(); i++ )
141 m_schematic->CurrentSheet().UpdateAllScreenReferences();
149 msg = wxS(
"AUTHOR" );
151 if(
m_schematic->ResolveTextVar( &sheetList[i], &msg, 0 ) )
154 msg = wxS(
"SUBJECT" );
156 if(
m_schematic->ResolveTextVar( &sheetList[i], &msg, 0 ) )
170 if( !plotFileName.IsOk() )
173 if( !plotter->
OpenFile( plotFileName.GetFullPath() ) )
177 msg.Printf(
_(
"Failed to create file '%s'." ),
178 plotFileName.GetFullPath() );
188 plotter->
StartPlot( sheetList[i].GetPageNumber(), sheetName );
195 msg.Printf( wxT(
"PDF Plotter exception: %s" ), e.
What() );
211 if( parentSheet.
size() > 1 )
220 plotter->
StartPage( sheetList[i].GetPageNumber(), sheetName, parentSheet.
GetPageNumber(), parentSheetName );
229 msg.Printf(
_(
"Plotted to '%s'.\n" ), plotFileName.GetFullPath() );
260 wxString sheetName =
m_schematic->CurrentSheet().Last()->GetName();
261 wxString sheetPath =
m_schematic->CurrentSheet().PathHumanReadable();
274 aScreen->
Plot( aPlotter, aPlotOpts );
289 plotPage.
SetType( wxT(
"A" ) );
294 plotPage.
SetType( wxT(
"A4" ) );
300 plotPage = actualPage;
306 double scale = std::min( scalex, scaley );
342 sheetList.push_back(
m_schematic->CurrentSheet() );
345 for(
unsigned i = 0; i < sheetList.size(); i++ )
348 m_schematic->CurrentSheet().UpdateAllScreenReferences();
357 plotPage.
SetType( wxT(
"A" ) );
362 plotPage.
SetType( wxT(
"A4" ) );
368 plotPage = actualPage;
374 double scale = std::min( scalex, scaley );
379 wxFileName plotFileName;
385 if( plotFileName.GetExt().IsEmpty() )
390 wxString fname =
m_schematic->GetUniqueFilenameForCurrentSheet();
395 fname.Replace(
"/",
"_" );
396 fname.Replace(
"\\",
"_" );
406 if( !plotFileName.IsOk() )
411 msg.Printf(
_(
"Failed to create file '%s'." ), plotFileName.GetFullPath() );
415 else if(
plotOneSheetPS( plotFileName.GetFullPath(), screen, aRenderSettings,
416 actualPage, plot_offset,
scale, aPlotOpts ) )
420 msg.Printf(
_(
"Plotted to '%s'." ), plotFileName.GetFullPath() );
429 msg.Printf(
_(
"Failed to create file '%s'." ), plotFileName.GetFullPath() );
441 msg.Printf( wxT(
"PS Plotter exception: %s" ), e.
What() );
456 const VECTOR2I& aPlot0ffset,
double aScale,
470 if( !plotter->
OpenFile( aFileName ) )
492 wxString sheetName =
m_schematic->CurrentSheet().Last()->GetName();
493 wxString sheetPath =
m_schematic->CurrentSheet().PathHumanReadable();
506 aScreen->
Plot( plotter, aPlotOpts );
536 sheetList.push_back(
m_schematic->CurrentSheet() );
539 for(
unsigned i = 0; i < sheetList.size(); i++ )
544 m_schematic->CurrentSheet().UpdateAllScreenReferences();
551 wxFileName plotFileName;
557 if( plotFileName.GetExt().IsEmpty() )
562 wxString fname =
m_schematic->GetUniqueFilenameForCurrentSheet();
567 fname.Replace(
"/",
"_" );
568 fname.Replace(
"\\",
"_" );
578 if( !plotFileName.IsOk() )
581 bool success =
plotOneSheetSVG( plotFileName.GetFullPath(), screen, aRenderSettings,
588 msg.Printf(
_(
"Failed to create file '%s'." ), plotFileName.GetFullPath() );
596 msg.Printf(
_(
"Plotted to '%s'." ), plotFileName.GetFullPath() );
609 msg.Printf( wxT(
"SVG Plotter exception: %s" ), e.
What() );
637 plotPage.
SetType( wxT(
"A" ) );
642 plotPage.
SetType( wxT(
"A4" ) );
648 plotPage = actualPage;
660 double scale = std::min( scalex, scaley );
668 if( !plotter->
OpenFile( aFileName ) )
689 wxString sheetName =
m_schematic->CurrentSheet().Last()->GetName();
690 wxString sheetPath =
m_schematic->CurrentSheet().PathHumanReadable();
703 aScreen->
Plot( plotter, aPlotOpts );
729 sheetList.push_back(
m_schematic->CurrentSheet() );
732 for(
unsigned i = 0; i < sheetList.size(); i++ )
737 m_schematic->CurrentSheet().UpdateAllScreenReferences();
744 wxFileName plotFileName;
750 if( plotFileName.GetExt().IsEmpty() )
755 wxString fname =
m_schematic->GetUniqueFilenameForCurrentSheet();
757 fname.Replace(
"/",
"_" );
758 fname.Replace(
"\\",
"_" );
768 if( !plotFileName.IsOk() )
771 bool success =
plotOneSheetPNG( plotFileName.GetFullPath(), screen, aRenderSettings,
778 msg.Printf(
_(
"Failed to create file '%s'." ), plotFileName.GetFullPath() );
783 msg.Printf(
_(
"Plotted to '%s'." ), plotFileName.GetFullPath() );
795 msg.Printf( wxT(
"PNG Plotter exception: %s" ), e.
What() );
820 plotPage.
SetType( wxT(
"A" ) );
825 plotPage.
SetType( wxT(
"A4" ) );
831 plotPage = actualPage;
856 double scale = std::min( scalex, scaley );
861 if( !plotter->
OpenFile( aFileName ) )
881 wxString sheetName =
m_schematic->CurrentSheet().Last()->GetName();
882 wxString sheetPath =
m_schematic->CurrentSheet().PathHumanReadable();
896 aScreen->
Plot( plotter, aPlotOpts );
898 bool success = plotter->
EndPlot();
929 sheetList.push_back(
m_schematic->CurrentSheet() );
932 for(
unsigned i = 0; i < sheetList.size(); i++ )
935 m_schematic->CurrentSheet().UpdateAllScreenReferences();
944 wxFileName plotFileName;
950 if( plotFileName.GetExt().IsEmpty() )
955 wxString fname =
m_schematic->GetUniqueFilenameForCurrentSheet();
960 fname.Replace(
"/",
"_" );
961 fname.Replace(
"\\",
"_" );
971 if( !plotFileName.IsOk() )
974 if(
plotOneSheetDXF( plotFileName.GetFullPath(), screen, aRenderSettings, plot_offset,
979 msg.Printf(
_(
"Plotted to '%s'." ), plotFileName.GetFullPath() );
987 msg.Printf(
_(
"Failed to create file '%s'." ), plotFileName.GetFullPath() );
999 msg.Printf( wxT(
"DXF Plotter exception: %s" ), e.
What() );
1004 m_schematic->CurrentSheet().UpdateAllScreenReferences();
1037 plotter->
SetCreator( wxT(
"Eeschema-DXF" ) );
1039 if( !plotter->
OpenFile( aFileName ) )
1049 wxString sheetName =
m_schematic->CurrentSheet().Last()->GetName();
1050 wxString sheetPath =
m_schematic->CurrentSheet().PathHumanReadable();
1053 wxString variantName =
m_schematic->GetCurrentVariant();
1054 wxString variantDesc =
m_schematic->GetVariantDescription( variantName );
1062 aScreen->
Plot( plotter, aPlotOpts );
1082 m_schematic->CurrentSheet().UpdateAllScreenReferences();
1088 const wxString& aPlotFileName,
1089 const wxString& aExtension,
REPORTER* aReporter )
1095 retv.SetPath( tmp.GetPath() );
1097 if( !aPlotFileName.IsEmpty() )
1098 retv.SetName( aPlotFileName );
1100 retv.SetName(
_(
"Schematic" ) );
1102 retv.SetExt( aExtension );
1108 wxString msg = wxString::Format(
_(
"Failed to write plot files to folder '%s'." ),
1120 retv.SetPath( tmp.GetPath() );
1134 wxString oldVariant =
m_schematic->GetCurrentVariant();
1138 switch( aPlotFormat )
1155 std::unique_ptr<LIB_SYMBOL> flatSymbol = aSymbol.
Flatten();
1157 BOX2I symbolBB = flatSymbol->GetUnitBoundingBox( aUnit, aBodyStyle, !aIncludeHiddenFields );
1165 const int expansion =
schIUScale.mmToIU( 2 );
1166 symbolBB.
Inflate( expansion );
1180 std::unique_ptr<SVG_PLOTTER> plotter = std::make_unique<SVG_PLOTTER>();
1181 plotter->SetRenderSettings( &aRenderSettings );
1182 plotter->SetPageSettings( pageInfo );
1183 plotter->SetColorMode( !aBlackAndWhite );
1188 plotter->SetPlotBBox( aBBox );
1190 plotter->SetCreator( wxT(
"Eeschema-SVG" ) );
1192 if( !plotter->OpenFile( aFileName ) )
1196 aReporter->
Report( wxString::Format(
_(
"Unable to open destination '%s'" ) + wxS(
"\n" ),
1206 plotter->StartPlot( wxS(
"1" ) );
1208 constexpr bool background =
true;
1209 aDrawSymbol.
Plot( plotter.get(), background, plotOpts, aUnit, aBodyStyle,
VECTOR2I( 0, 0 ),
false );
1210 aDrawSymbol.
Plot( plotter.get(), !background, plotOpts, aUnit, aBodyStyle,
VECTOR2I( 0, 0 ),
false );
1211 aFieldsSymbol.
PlotFields( plotter.get(), !background, plotOpts, aUnit, aBodyStyle,
VECTOR2I( 0, 0 ),
false );
constexpr EDA_IU_SCALE schIUScale
constexpr BOX2I KiROUND(const BOX2D &aBoxD)
int GetVirtualPageNumber() const
const wxString & GetPageNumber() const
constexpr BOX2< Vec > & Inflate(coord_type dx, coord_type dy)
Inflates the rectangle horizontally by dx and vertically by dy.
constexpr size_type GetWidth() const
constexpr size_type GetHeight() const
static const COLOR4D BLACK
static wxString GetDefaultFileExtension()
void SetUnits(DXF_UNITS aUnit)
Set the units to use for plotting the DXF file.
virtual void SetViewport(const VECTOR2I &aOffset, double aIusPerDecimil, double aScale, bool aMirror) override
Set the scale/position for the DXF plot.
virtual bool StartPlot(const wxString &aPageNumber) override
Open the DXF plot with a skeleton header.
virtual bool EndPlot() override
Hold an error message and may be used when throwing exceptions containing meaningful error messages.
virtual const wxString What() const
A composite of Problem() and Where()
A color representation with 4 components: red, green, blue, alpha.
Container for all the knowledge about how graphical objects are drawn on any output surface/device.
void SetDefaultPenWidth(int aWidth)
virtual void LoadColors(const COLOR_SETTINGS *aSettings)
const COLOR4D & GetLayerColor(int aLayer) const
Return the color used to draw a layer.
virtual const COLOR4D & GetBackgroundColor() const =0
Return current background color settings.
Define a library symbol object.
void Plot(PLOTTER *aPlotter, bool aBackground, const SCH_PLOT_OPTS &aPlotOpts, int aUnit, int aBodyStyle, const VECTOR2I &aOffset, bool aDimmed) override
Plot the item to aPlotter.
void PlotFields(PLOTTER *aPlotter, bool aBackground, const SCH_PLOT_OPTS &aPlotOpts, int aUnit, int aBodyStyle, const VECTOR2I &aOffset, bool aDimmed)
Plot symbol fields.
std::unique_ptr< LIB_SYMBOL > Flatten() const
Return a flattened symbol inheritance to the caller.
Instantiate the current locale within a scope in which you are expecting exceptions to be thrown.
Describe the page size and margins of a paper page on which to eventually print or plot.
void SetPortrait(bool aIsPortrait)
Rotate the paper page 90 degrees.
int GetHeightIU(double aIUScale) const
Gets the page height in IU.
bool SetType(PAGE_SIZE_TYPE aPageSize, bool aIsPortrait=false)
Set the name of the page type and also the sizes and margins commonly associated with that type name.
void SetHeightMils(double aHeightInMils)
double GetHeightMils() const
int GetWidthIU(double aIUScale) const
Gets the page width in IU.
double GetWidthMils() const
void SetWidthMils(double aWidthInMils)
virtual void ClosePage()
Close the current page in the PDF document (and emit its compressed stream).
virtual bool EndPlot() override
virtual bool OpenFile(const wxString &aFullFilename) override
Open or create the plot file aFullFilename.
virtual bool StartPlot(const wxString &aPageNumber) override
The PDF engine supports multiple pages; the first one is opened 'for free' the following are to be cl...
static wxString GetDefaultFileExtension()
virtual void StartPage(const wxString &aPageNumber, const wxString &aPageName=wxEmptyString, const wxString &aParentPageNumber=wxEmptyString, const wxString &aParentPageName=wxEmptyString)
Start a new page in the PDF document.
Base plotter engine class.
virtual bool OpenFile(const wxString &aFullFilename)
Open or create the plot file aFullFilename.
virtual void SetAuthor(const wxString &aAuthor)
virtual void SetPageSettings(const PAGE_INFO &aPageSettings)
void SetRenderSettings(RENDER_SETTINGS *aSettings)
virtual void SetTitle(const wxString &aTitle)
RENDER_SETTINGS * RenderSettings()
virtual void Rect(const VECTOR2I &p1, const VECTOR2I &p2, FILL_T fill, int width, int aCornerRadius=0)=0
virtual void SetCreator(const wxString &aCreator)
bool GetColorMode() const
virtual void SetViewport(const VECTOR2I &aOffset, double aIusPerDecimil, double aScale, bool aMirror)=0
Set the plot offset and scaling for the current plot.
virtual void SetColorMode(bool aColorMode)
Plot in B/W or color.
virtual void SetSubject(const wxString &aSubject)
virtual void SetColor(const COLOR4D &color)=0
PNG rasterization plotter using Cairo graphics library.
void SetPixelSize(int aWidth, int aHeight)
Set the output image dimensions in pixels.
virtual void Rect(const VECTOR2I &p1, const VECTOR2I &p2, FILL_T aFill, int aWidth, int aCornerRadius=0) override
void SetResolution(int aDPI)
Set the output resolution in dots per inch.
virtual bool EndPlot() override
void SetAntialias(bool aEnable)
Enable or disable anti-aliasing.
virtual void SetColor(const COLOR4D &aColor) override
static wxString GetDefaultFileExtension()
virtual bool OpenFile(const wxString &aFullFilename) override
Open or create the plot file aFullFilename.
virtual void SetViewport(const VECTOR2I &aOffset, double aIusPerDecimil, double aScale, bool aMirror) override
Set the plot offset and scaling for the current plot.
virtual bool StartPlot(const wxString &aPageNumber) override
virtual void SetColor(const COLOR4D &color) override
The SetColor implementation is split with the subclasses: the PSLIKE computes the rgb values,...
virtual bool EndPlot() override
virtual void Rect(const VECTOR2I &p1, const VECTOR2I &p2, FILL_T fill, int width, int aCornerRadius=0) override
virtual void SetViewport(const VECTOR2I &aOffset, double aIusPerDecimil, double aScale, bool aMirror) override
Set the plot offset and scaling for the current plot.
virtual bool StartPlot(const wxString &aPageNumber) override
The code within this function (and the CloseFilePS function) creates postscript files whose contents ...
static wxString GetDefaultFileExtension()
A pure virtual class used to derive REPORTER objects from.
virtual REPORTER & Report(const wxString &aText, SEVERITY aSeverity=RPT_SEVERITY_UNDEFINED)
Report a string with a given severity.
virtual REPORTER & ReportTail(const wxString &aText, SEVERITY aSeverity=RPT_SEVERITY_UNDEFINED)
Places the report at the end of the list, for objects that support report ordering.
These are loaded from Eeschema settings but then overwritten by the project settings.
wxString m_PlotDirectoryName
Holds all the data relating to one schematic.
wxString GetVariantDescription(const wxString &aVariantName) const
Return the description for a variant.
PROJECT & Project() const
Return a reference to the project this schematic is part of.
wxString GetCurrentVariant() const
Return the current variant being edited.
const std::map< wxString, wxString > * GetProperties()
Schematic editor (Eeschema) main window.
wxString GetShownText(const SCH_SHEET_PATH *aPath, RESOLUTION_CONTEXT aContext, const wxString &aVariantName=wxEmptyString, int aDepth=0) const
void Plot(PLOT_FORMAT aPlotFormat, const SCH_PLOT_OPTS &aPlotOpts, SCH_RENDER_SETTINGS *aRenderSettings, REPORTER *aReporter=nullptr)
Perform the plotting of the schematic using the given aPlotFormat and a\ aPlotSettings.
wxFileName getOutputFilenameSingle(const SCH_PLOT_OPTS &aPlotOpts, REPORTER *aReporter, const wxString &ext)
Return the output filename for formats where the output is a single file.
void createSVGFiles(const SCH_PLOT_OPTS &aPlotOpts, SCH_RENDER_SETTINGS *aRenderSettings, REPORTER *aReporter)
void createPSFiles(const SCH_PLOT_OPTS &aPlotOpts, SCH_RENDER_SETTINGS *aRenderSettings, REPORTER *aReporter)
void plotOneSheetPDF(PLOTTER *aPlotter, SCH_SCREEN *aScreen, const SCH_PLOT_OPTS &aPlotOpts)
wxFileName createPlotFileName(const SCH_PLOT_OPTS &aPlotOpts, const wxString &aPlotFileName, const wxString &aExtension, REPORTER *aReporter=nullptr)
Create a file name with an absolute path name.
SCH_PLOTTER(SCH_EDIT_FRAME *aFrame)
Constructor for usage with a frame having the schematic we want to print loaded.
bool plotOneSheetDXF(const wxString &aFileName, SCH_SCREEN *aScreen, RENDER_SETTINGS *aRenderSettings, const VECTOR2I &aPlotOffset, double aScale, const SCH_PLOT_OPTS &aPlotOpts)
void createDXFFiles(const SCH_PLOT_OPTS &aPlotOpts, SCH_RENDER_SETTINGS *aRenderSettings, REPORTER *aReporter)
wxString m_lastOutputFilePath
void restoreEnvironment(PDF_PLOTTER *aPlotter, SCH_SHEET_PATH &aOldsheetpath)
Everything done, close the plot and restore the environment.
std::vector< wxString > m_outputFilePaths
void createPNGFiles(const SCH_PLOT_OPTS &aPlotOpts, SCH_RENDER_SETTINGS *aRenderSettings, REPORTER *aReporter)
bool plotOneSheetSVG(const wxString &aFileName, SCH_SCREEN *aScreen, RENDER_SETTINGS *aRenderSettings, const SCH_PLOT_OPTS &aPlotOpts)
void setupPlotPagePDF(PLOTTER *aPlotter, SCH_SCREEN *aScreen, const SCH_PLOT_OPTS &aPlotOpts)
bool plotOneSheetPNG(const wxString &aFileName, SCH_SCREEN *aScreen, RENDER_SETTINGS *aRenderSettings, const SCH_PLOT_OPTS &aPlotOpts)
void createPDFFile(const SCH_PLOT_OPTS &aPlotOpts, SCH_RENDER_SETTINGS *aRenderSettings, REPORTER *aReporter)
COLOR_SETTINGS * m_colorSettings
bool plotOneSheetPS(const wxString &aFileName, SCH_SCREEN *aScreen, RENDER_SETTINGS *aRenderSettings, const PAGE_INFO &aPageInfo, const VECTOR2I &aPlot0ffset, double aScale, const SCH_PLOT_OPTS &aPlotOpts)
const PAGE_INFO & GetPageSettings() const
const wxString & GetFileName() const
SCHEMATIC * Schematic() const
TITLE_BLOCK & GetTitleBlock()
void Plot(PLOTTER *aPlotter, const SCH_PLOT_OPTS &aPlotOpts) const
Plot all the schematic objects to aPlotter.
A container for handling SCH_SHEET_PATH objects in a flattened hierarchy.
void TrimToPageNumbers(const std::vector< wxString > &aPageInclusions)
Truncates the list by removing sheet's with page numbers not in the given list.
void SortByPageNumbers(bool aUpdateVirtualPageNums=true)
Sort the list of sheets by page number.
void SortByHierarchicalPageNumbers(bool aUpdateVirtualPageNums=true)
This works like SortByPageNumbers, but it sorts the sheets first by their hierarchical depth and then...
void BuildSheetList(SCH_SHEET *aSheet, bool aCheckIntegrity)
Build the list of sheets and their sheet path from aSheet.
Handle access to a stack of flattened SCH_SHEET objects by way of a path for creating a flattened sch...
wxString GetPageNumber() const
SCH_SHEET * Last() const
Return a pointer to the last SCH_SHEET of the list.
size_t size() const
Forwarded method from std::vector.
void pop_back()
Forwarded method from std::vector.
SCH_FIELD * GetField(FIELD_T aFieldType)
Return a mandatory field in this sheet.
virtual bool StartPlot(const wxString &aPageNumber) override
Create SVG file header.
virtual void SetViewport(const VECTOR2I &aOffset, double aIusPerDecimil, double aScale, bool aMirror) override
Set the plot offset and scaling for the current plot.
virtual void Rect(const VECTOR2I &p1, const VECTOR2I &p2, FILL_T fill, int width, int aCornerRadius=0) override
virtual bool EndPlot() override
static wxString GetDefaultFileExtension()
wxString ExpandTextVars(const wxString &aSource, const PROJECT *aProject, RESOLUTION_CONTEXT aContext)
bool EnsureFileDirectoryExists(wxFileName *aTargetFullFileName, const wxString &aBaseFilename, REPORTER *aReporter)
Make aTargetFullFileName absolute and create the path of this file if it doesn't yet exist.
void PlotDrawingSheet(PLOTTER *plotter, const PROJECT *aProject, const TITLE_BLOCK &aTitleBlock, const PAGE_INFO &aPageInfo, const std::map< wxString, wxString > *aProperties, const wxString &aSheetNumber, int aSheetCount, const wxString &aSheetName, const wxString &aSheetPath, const wxString &aFilename, COLOR4D aColor, bool aIsFirstPage, const wxString &aVariantName, const wxString &aVariantDesc)
@ FILLED_SHAPE
Fill with object color.
const wxChar *const tracePathsAndFiles
Flag to enable path and file name debug output.
@ LAYER_SCHEMATIC_DRAWINGSHEET
@ LAYER_SCHEMATIC_BACKGROUND
PLOT_FORMAT
The set of supported output plot formats.
constexpr int MIN_PNG_DPI
constexpr int MAX_PNG_DPI
Plotting engines similar to ps (PostScript, Gerber, svg)
bool PlotSymbolToSVG(LIB_SYMBOL &aDrawSymbol, LIB_SYMBOL &aFieldsSymbol, int aUnit, int aBodyStyle, const BOX2I &aBBox, SCH_RENDER_SETTINGS &aRenderSettings, bool aBlackAndWhite, const wxString &aFileName, REPORTER *aReporter)
Plot a single symbol variant (unit and body style) to an SVG file.
BOX2I GetSymbolPlotBBox(const LIB_SYMBOL &aSymbol, int aUnit, int aBodyStyle, bool aIncludeHiddenFields)
Compute the bounding box used to size a symbol SVG plot.
COLOR_SETTINGS * GetColorSettings(const wxString &aName)
std::vector< wxString > m_plotPages
DXF_UNITS m_DXF_File_Unit
wxString m_outputDirectory
bool m_useBackgroundColor
wxLogTrace helper definitions.
VECTOR2< int32_t > VECTOR2I