|
KiCad PCB EDA Suite
|
#include <array>#include <optional>#include <mutex>#include <board_connected_item.h>#include <base_units.h>#include <geometry/shape_segment.h>#include <core/minoptmax.h>#include <core/arraydim.h>#include <lset.h>#include <padstack.h>#include <pcb_track_types.h>Go to the source code of this file.
Classes | |
| class | PCB_TRACK |
| struct | PCB_TRACK::cmp_tracks |
| class | PCB_ARC |
| class | PCB_VIA |
| struct | PCB_VIA::VIA_PARAMETER_ERROR |
Macros | |
| #define | GEOMETRY_MIN_SIZE (int) ( 0.001 * pcbIUScale.IU_PER_MM ) |
| #define GEOMETRY_MIN_SIZE (int) ( 0.001 * pcbIUScale.IU_PER_MM ) |
Definition at line 57 of file pcb_track.h.
Referenced by DIALOG_TRACK_VIA_PROPERTIES::TransferDataFromWindow(), and PCB_VIA::ValidateViaParameters().