20#ifndef LIBREPCB_CORE_BOARDPICKPLACEGENERATOR_H
21#define LIBREPCB_CORE_BOARDPICKPLACEGENERATOR_H
55 const Uuid& assemblyVariant)
noexcept;
The Board class represents a PCB of a project and is always part of a circuit.
Definition: board.h:73
The BoardPickPlaceGenerator class.
Definition: boardpickplacegenerator.h:47
const Board & mBoard
Definition: boardpickplacegenerator.h:66
BoardPickPlaceGenerator(const BoardPickPlaceGenerator &other)=delete
const Uuid mAssemblyVariant
Definition: boardpickplacegenerator.h:67
BoardPickPlaceGenerator()=delete
std::shared_ptr< PickPlaceData > generate() noexcept
Definition: boardpickplacegenerator.cpp:59
~BoardPickPlaceGenerator() noexcept
Definition: boardpickplacegenerator.cpp:52
The librepcb::PickPlaceData class represents the content of a pick&place file.
Definition: pickplacedata.h:141
The Uuid class is a replacement for QUuid to get UUID strings without {} braces.
Definition: uuid.h:58
Definition: occmodel.cpp:77