kicad/common/swig
Seth Hillbrand c4d853c1e8 SHAPE_LINE_CHAIN: Remove element access
This is the first step to allowing non-segments in the line chain.
External routines cannot be allowed to change the line chain without
going through the internal routines.  To accomplish this, we remove the
Vertex() and Point() access routines and only leave the const versions.
Transformations are given for both points as well as the chain itself.
2019-12-12 13:54:48 +00:00
..
ki_exception.i Add SWIG support for NETCLASSPTR. Reduce SWIG visibility from C++ headers. 2016-09-21 19:52:04 -04:00
kicad.i SHAPE_LINE_CHAIN: Remove element access 2019-12-12 13:54:48 +00:00
kiway.i Fix incompatibilites between Python 2 and Python 3 2018-10-19 09:59:05 +02:00
kiway_player.i Fix minor SWIG issues due to git rebase issues. 2016-09-20 21:52:48 -04:00
math.i swig: clear up some warnings 2018-12-20 11:04:55 -08:00
wx.i Minor Pcbnew Python scripting improvements. 2017-03-17 10:41:00 -04:00
wx_python_helpers.cpp Fix conversation of Python 3 str -> wxString 2018-10-19 09:59:06 +02:00
wx_python_helpers.h SWIG Improvements 2016-09-20 11:59:43 -04:00