The librepcb::PickPlaceDataItem class represents one item of a pick&place file.
More...
#include <pickplacedata.h>
The librepcb::PickPlaceDataItem class represents one item of a pick&place file.
- See also
- librepcb::PickPlaceData
◆ BoardSide
◆ Type
| Enumerator |
|---|
| Tht | Pure THT package.
|
| Smt | Pure SMT package.
|
| Mixed | Mixed THT/SMT package.
|
| Fiducial | No package to mount, just a fiducial.
|
| Other | Anything special, e.g. mechanical parts.
|
◆ PickPlaceDataItem() [1/3]
◆ PickPlaceDataItem() [2/3]
| PickPlaceDataItem |
( |
const QString & |
designator, |
|
|
const QString & |
value, |
|
|
const QString & |
deviceName, |
|
|
const QString & |
packageName, |
|
|
const Point & |
position, |
|
|
const Angle & |
rotation, |
|
|
BoardSide |
boardSide, |
|
|
Type |
type, |
|
|
bool |
mount |
|
) |
| |
|
inlinenoexcept |
◆ PickPlaceDataItem() [3/3]
◆ ~PickPlaceDataItem()
◆ getDesignator()
| const QString & getDesignator |
( |
| ) |
const |
|
inlinenoexcept |
◆ getValue()
| const QString & getValue |
( |
| ) |
const |
|
inlinenoexcept |
◆ getDeviceName()
| const QString & getDeviceName |
( |
| ) |
const |
|
inlinenoexcept |
◆ getPackageName()
| const QString & getPackageName |
( |
| ) |
const |
|
inlinenoexcept |
◆ getPosition()
| const Point & getPosition |
( |
| ) |
const |
|
inlinenoexcept |
◆ getRotation()
| const Angle & getRotation |
( |
| ) |
const |
|
inlinenoexcept |
◆ getBoardSide()
◆ getType()
◆ isMount()
◆ setDesignator()
| void setDesignator |
( |
const QString & |
value | ) |
|
|
inlinenoexcept |
◆ operator=()
◆ mDesignator
◆ mValue
◆ mDeviceName
◆ mPackageName
◆ mPosition
◆ mRotation
◆ mBoardSide
◆ mType
◆ mMount
False means "do not mount".
The documentation for this class was generated from the following file: