KiCad PCB EDA Suite
|
#include <confirm.h>
#include <macros.h>
#include <string_utils.h>
#include <pcb_edit_frame.h>
#include <board.h>
#include <project.h>
#include <wildcards_and_files_ext.h>
#include <footprint.h>
#include <tools/board_editor_control.h>
#include <wx/filedlg.h>
#include <vector>
Go to the source code of this file.
Classes | |
class | BOM_ENTRY |
Typedefs | |
using | BOM_ENTRY_LIST = std::vector< BOM_ENTRY > |
using BOM_ENTRY_LIST = std::vector<BOM_ENTRY> |
Definition at line 68 of file build_BOM_from_board.cpp.