|
KiCad PCB EDA Suite
|
#include <memory>#include <core/typeinfo.h>#include <import_export.h>#include <layer_ids.h>#include <lset.h>#include <api/common/types/base_types.pb.h>#include <api/board/board_types.pb.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.