KiCad PCB EDA Suite
|
#include <vector>
#include <set>
#include <unordered_map>
#include <unordered_set>
#include <tools/pcb_tool_base.h>
#include <connectivity/topo_match.h>
#include <pad.h>
#include <footprint.h>
#include <reporter.h>
#include <zone_settings.h>
Go to the source code of this file.
Classes | |
struct | REPEAT_LAYOUT_OPTIONS |
struct | RULE_AREA_COMPAT_DATA |
struct | RULE_AREA |
struct | RA_SHEET |
struct | RULE_AREAS_DATA |
class | MULTICHANNEL_TOOL |
Enumerations | |
enum class | REPEAT_LAYOUT_EDGE_MODE { INSIDE = 0 , TOUCHING , CLIP } |
|
strong |
Enumerator | |
---|---|
INSIDE | |
TOUCHING | |
CLIP |
Definition at line 40 of file multichannel_tool.h.