KiCad PCB EDA Suite
Loading...
Searching...
No Matches
pad.h File Reference
#include <mutex>
#include <array>
#include <optional>
#include <board_connected_item.h>
#include <core/arraydim.h>
#include <core/mirror.h>
#include <geometry/eda_angle.h>
#include <geometry/shape_poly_set.h>
#include <geometry/shape_compound.h>
#include <lset.h>
#include <padstack.h>
#include <zones.h>

Go to the source code of this file.

Classes

class  PAD
 
struct  PAD::PAD_DRAW_CACHE_DATA
 

Namespaces

namespace  KIGFX
 The Cairo implementation of the graphics abstraction layer.
 

Enumerations

enum class  PAD_SIM_ELECTRICAL_TYPE : int { NONE = 0 , SOURCE , SINK }
 The electrical type of a pad. More...
 

Enumeration Type Documentation

◆ PAD_SIM_ELECTRICAL_TYPE

enum class PAD_SIM_ELECTRICAL_TYPE : int
strong

The electrical type of a pad.

Enumerator
NONE 
SOURCE 
SINK 

Definition at line 56 of file pad.h.