KiCad PCB EDA Suite
Loading...
Searching...
No Matches
pcb_track.cpp File Reference
#include <pcb_base_frame.h>
#include <core/mirror.h>
#include <connectivity/connectivity_data.h>
#include <board.h>
#include <board_design_settings.h>
#include <convert_basic_shapes_to_polygon.h>
#include <pcb_track.h>
#include <base_units.h>
#include <string_utils.h>
#include <view/view.h>
#include <settings/color_settings.h>
#include <settings/settings_manager.h>
#include <geometry/seg.h>
#include <geometry/shape_segment.h>
#include <geometry/shape_circle.h>
#include <geometry/shape_arc.h>
#include <drc/drc_engine.h>
#include <pcb_painter.h>
#include <trigo.h>
#include <google/protobuf/any.pb.h>
#include <api/api_enums.h>
#include <api/api_utils.h>
#include <api/api_pcb_utils.h>
#include <api/board/board_types.pb.h>

Go to the source code of this file.

Classes

struct  TRACK_VIA_DESC
 

Functions

 ENUM_TO_WXANY (VIATYPE)
 

Variables

static struct TRACK_VIA_DESC _TRACK_VIA_DESC
 

Function Documentation

◆ ENUM_TO_WXANY()

ENUM_TO_WXANY ( VIATYPE  )

Variable Documentation

◆ _TRACK_VIA_DESC

struct TRACK_VIA_DESC _TRACK_VIA_DESC
static