kicad/qa/pcbnew_tools
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
..
tools SHAPE_LINE_CHAIN: Remove element access 2019-12-12 13:54:48 +00:00
CMakeLists.txt Enforce build order with qa system 2019-06-23 12:52:20 -07:00
pcbnew_tools.cpp QA: Move to a self-registering plugin system for QA utils 2019-11-25 15:38:21 +08:00