| 
    KiCad PCB EDA Suite
    
   | 
 
#include <api/api_pcb_utils.h>#include <api/api_enums.h>#include <board.h>#include <board_item_container.h>#include <footprint.h>#include <lset.h>#include <pad.h>#include <pcb_group.h>#include <pcb_barcode.h>#include <pcb_reference_image.h>#include <pcb_shape.h>#include <pcb_track.h>#include <pcb_text.h>#include <pcb_textbox.h>#include <zone.h>Go to the source code of this file.
Namespaces | |
| namespace | kiapi | 
| namespace | kiapi::board | 
Functions | |
| std::unique_ptr< BOARD_ITEM > | CreateItemForType (KICAD_T aType, BOARD_ITEM_CONTAINER *aContainer) | 
| void | kiapi::board::PackLayerSet (google::protobuf::RepeatedField< int > &aOutput, const LSET &aLayerSet) | 
| LSET | kiapi::board::UnpackLayerSet (const google::protobuf::RepeatedField< int > &aProtoLayerSet) | 
| std::unique_ptr< BOARD_ITEM > CreateItemForType | ( | KICAD_T | aType, | 
| BOARD_ITEM_CONTAINER * | aContainer ) | 
Definition at line 38 of file api_pcb_utils.cpp.
References PCB_ARC_T, PCB_BARCODE_T, PCB_FOOTPRINT_T, PCB_GROUP_T, PCB_PAD_T, PCB_REFERENCE_IMAGE_T, PCB_SHAPE_T, PCB_TEXT_T, PCB_TEXTBOX_T, PCB_TRACE_T, PCB_VIA_T, and PCB_ZONE_T.