KiCad PCB EDA Suite
Loading...
Searching...
No Matches
pcb_item_containers.h File Reference

Go to the source code of this file.

Typedefs

typedef std::vector< PCB_MARKER * > MARKERS
 
typedef std::vector< ZONE * > ZONES
 
typedef std::deque< PCB_TRACK * > TRACKS
 
typedef std::deque< FOOTPRINT * > FOOTPRINTS
 
typedef std::deque< PCB_GROUP * > GROUPS
 
typedef std::deque< PCB_GENERATOR * > GENERATORS
 
typedef std::deque< PCB_POINT * > PCB_POINTS
 
typedef std::deque< BOARD_ITEM * > DRAWINGS
 
typedef std::deque< PAD * > PADS
 
typedef std::deque< PCB_FIELD * > PCB_FIELDS
 

Typedef Documentation

◆ DRAWINGS

typedef std::deque<BOARD_ITEM*> DRAWINGS

Definition at line 48 of file pcb_item_containers.h.

◆ FOOTPRINTS

typedef std::deque<FOOTPRINT*> FOOTPRINTS

Definition at line 39 of file pcb_item_containers.h.

◆ GENERATORS

typedef std::deque<PCB_GENERATOR*> GENERATORS

Definition at line 41 of file pcb_item_containers.h.

◆ GROUPS

typedef std::deque<PCB_GROUP*> GROUPS

Definition at line 40 of file pcb_item_containers.h.

◆ MARKERS

typedef std::vector<PCB_MARKER*> MARKERS

Definition at line 36 of file pcb_item_containers.h.

◆ PADS

typedef std::deque<PAD*> PADS

Definition at line 54 of file pcb_item_containers.h.

◆ PCB_FIELDS

typedef std::deque<PCB_FIELD*> PCB_FIELDS

Definition at line 55 of file pcb_item_containers.h.

◆ PCB_POINTS

typedef std::deque<PCB_POINT*> PCB_POINTS

Definition at line 42 of file pcb_item_containers.h.

◆ TRACKS

typedef std::deque<PCB_TRACK*> TRACKS

Definition at line 38 of file pcb_item_containers.h.

◆ ZONES

typedef std::vector<ZONE*> ZONES

Definition at line 37 of file pcb_item_containers.h.