kicad/pcbnew/drc
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
..
courtyard_overlap.cpp SHAPE_LINE_CHAIN: Remove element access 2019-12-12 13:54:48 +00:00
courtyard_overlap.h DRC: Break out courtyard overlap function 2019-01-23 13:27:52 -05:00
drc_marker_factory.cpp Move DRC control to a tool; move assorted commands to ACTIONS. 2019-06-03 21:08:30 +01:00
drc_marker_factory.h A bit of cleanup of stale DRC code. 2019-06-04 13:56:54 +01:00
drc_provider.cpp DRC: Break out courtyard overlap function 2019-01-23 13:27:52 -05:00
drc_provider.h DRC: Break out courtyard overlap function 2019-01-23 13:27:52 -05:00