kicad/pcbnew/python/scripting
qu1ck 7b4dcb6e10 Refactor ExportSpecctraFile to be usable in API
Currently there is pcbnew.ExportSpecctraDSN() but it needs a pcbnew
frame set which makes it unusable outside of the scripting window or a
plugin.

This refactors actual exporting logic into separate helper and adds an
overload to ExportSpecctraDSN(board, filename) that doesn't need pcbnew
window.
2021-07-31 09:55:48 +00:00
..
pcb_scripting_tool.cpp SCRIPTING_TOOL::showPluginFolder(): fix wxWidgets3.14 compatibility (Linux mainly) 2021-06-15 18:19:58 +02:00
pcb_scripting_tool.h
pcbnew_action_plugins.cpp More NULL expunging. 2021-07-20 07:27:18 -04:00
pcbnew_action_plugins.h More NULL expunging. 2021-07-20 07:27:18 -04:00
pcbnew_footprint_wizards.cpp More NULL expunging. 2021-07-20 07:27:18 -04:00
pcbnew_footprint_wizards.h Pass wxString objects by reference instead of on the stack. 2021-07-27 08:41:27 -04:00
pcbnew_scripting.cpp Fix kicad_string.h / string.cpp mismatch. 2021-07-29 16:03:25 +01:00
pcbnew_scripting.h
pcbnew_scripting_helpers.cpp Refactor ExportSpecctraFile to be usable in API 2021-07-31 09:55:48 +00:00
pcbnew_scripting_helpers.h Refactor ExportSpecctraFile to be usable in API 2021-07-31 09:55:48 +00:00