![]() |
KiCad PCB EDA Suite
|
#include <drc/drc_item.h>
Go to the source code of this file.
Classes | |
class | CLEANUP_ITEM |
class | VECTOR_CLEANUP_ITEMS_PROVIDER |
VECTOR_CLEANUP_ITEMS_PROVIDER is an implementation of the interface named RC_ITEMS_PROVIDER which uses a vector of pointers to CLEANUP_ITEMs to fulfill the interface. More... | |
Enumerations | |
enum | CLEANUP_RC_CODE { CLEANUP_FIRST = DRCE_LAST + 1, CLEANUP_CHECKING_ZONE_FILLS = CLEANUP_FIRST, CLEANUP_SHORTING_TRACK, CLEANUP_SHORTING_VIA, CLEANUP_REDUNDANT_VIA, CLEANUP_DUPLICATE_TRACK, CLEANUP_MERGE_TRACKS, CLEANUP_DANGLING_TRACK, CLEANUP_DANGLING_VIA, CLEANUP_ZERO_LENGTH_TRACK, CLEANUP_TRACK_IN_PAD, CLEANUP_NULL_GRAPHIC, CLEANUP_DUPLICATE_GRAPHIC, CLEANUP_LINES_TO_RECT } |
enum CLEANUP_RC_CODE |
Definition at line 32 of file cleanup_item.h.