kicad/pcbnew/python/swig
Salvador E. Tropea 9c1509b8c3 Provide some degree of compatibility for GetShownText in Python
This patch keeps the new API for GetShownText (argument order inverted), but also allows calling the member without parameters.
2023-05-11 23:39:09 +00:00
..
board.i Fix python GetAllNetClasses 2023-03-09 14:02:34 +00:00
board_connected_item.i SWIG out connected item vector for use 2021-11-19 13:39:06 -08:00
board_design_settings.i Expose new netclass storage to SWIG 2023-02-11 09:50:24 -05:00
board_item.i Python: re-add "def Duplicate(self)" with the correct call to C++ Duplicate(). 2023-04-15 16:20:42 +02:00
board_item_container.i
connectivity.i
footprint.i Add vector3 to swig 2023-03-06 11:23:09 -08:00
fp_shape.i
fp_text.i Provide some degree of compatibility for GetShownText in Python 2023-05-11 23:39:09 +00:00
layer_ids.i Rename layer ids file. 2021-07-29 16:03:25 +01:00
netinfo.i Helper function to allow net.GetNetClassName() 2023-03-09 14:03:02 +00:00
pad.i Append True to Python 3 AddPrimitivePoly() call 2022-03-18 20:00:32 +00:00
pcb_bitmap.i PCB Editor: Add User Background Images 2022-07-14 11:23:23 +00:00
pcb_dimension.i Prefix DIMENSION types. 2021-06-11 17:59:44 +01:00
pcb_group.i Add usable PCB_GROUP::GetItems() swig wrapper 2023-05-11 01:15:17 +00:00
pcb_item_containers.i Add the new pcb item container header to the SWIG wrapper 2021-06-04 12:49:11 +01:00
pcb_marker.i Prefix DIMENSION types. 2021-06-11 17:59:44 +01:00
pcb_plot_params.i Include plotprint_opts.h in swig 2022-12-07 04:02:59 +00:00
pcb_shape.i Add operators for the SWIG wrapper of EDA_ANGLE 2022-12-16 18:55:21 +00:00
pcb_target.i
pcb_text.i Provide some degree of compatibility for GetShownText in Python 2023-05-11 23:39:09 +00:00
pcbnew.i Fix enum class DRILL_MARKS no export to python 2022-12-09 18:07:58 +00:00
plugins.i We don't keep a CHANGELOG.TXT 2021-10-05 19:46:53 -07:00
track.i Prefix TRACK, ARC and VIA. 2021-06-11 22:07:02 +01:00
typeinfo.i Fix the CONNECTIVITY_DATA::GetNetItems Python API 2023-03-01 18:49:12 +00:00
units.i Eyeball swig fix after the units changes 2022-09-16 22:31:52 -04:00
version.i Avoid rebuilding with each commit 2023-01-04 11:32:15 -08:00
zone.i Fix source comment / documentation typos 2021-06-09 19:32:58 +00:00
zone_settings.i