|
KiCad PCB EDA Suite
|
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 std::deque<BOARD_ITEM*> DRAWINGS |
Definition at line 48 of file pcb_item_containers.h.
| typedef std::deque<FOOTPRINT*> FOOTPRINTS |
Definition at line 39 of file pcb_item_containers.h.
| typedef std::deque<PCB_GENERATOR*> GENERATORS |
Definition at line 41 of file pcb_item_containers.h.
Definition at line 40 of file pcb_item_containers.h.
| typedef std::vector<PCB_MARKER*> MARKERS |
Definition at line 36 of file pcb_item_containers.h.
Definition at line 54 of file pcb_item_containers.h.
| typedef std::deque<PCB_FIELD*> PCB_FIELDS |
Definition at line 55 of file pcb_item_containers.h.
| typedef std::deque<PCB_POINT*> PCB_POINTS |
Definition at line 42 of file pcb_item_containers.h.
Definition at line 38 of file pcb_item_containers.h.
Definition at line 37 of file pcb_item_containers.h.