The Bom class represents a bill of materials list.
More...
#include <bom.h>
|
| Bom ()=delete |
|
| Bom (const Bom &other) noexcept=delete |
|
| Bom (const QStringList &columns) noexcept |
|
| ~Bom () noexcept |
|
const QStringList & | getColumns () const noexcept |
|
const QList< BomItem > & | getItems () const noexcept |
|
void | addItem (const QString &designator, const QStringList &attributes) noexcept |
|
Bom & | operator= (const Bom &rhs) noexcept=delete |
|
The Bom class represents a bill of materials list.
◆ Bom() [1/3]
◆ Bom() [2/3]
◆ Bom() [3/3]
Bom |
( |
const QStringList & |
columns | ) |
|
|
explicitnoexcept |
◆ ~Bom()
◆ getColumns()
const QStringList& getColumns |
( |
| ) |
const |
|
inlinenoexcept |
◆ getItems()
const QList<BomItem>& getItems |
( |
| ) |
const |
|
inlinenoexcept |
◆ addItem()
void addItem |
( |
const QString & |
designator, |
|
|
const QStringList & |
attributes |
|
) |
| |
|
noexcept |
◆ operator=()
Bom& operator= |
( |
const Bom & |
rhs | ) |
|
|
deletenoexcept |
◆ mColumns
◆ mItems
The documentation for this class was generated from the following files:
- /__w/1/s/libs/librepcb/core/export/bom.h
- /__w/1/s/libs/librepcb/core/export/bom.cpp