![]() |
LibrePCB Developers Documentation
|
BOM output job. More...
#include <bomoutputjob.h>
Inheritance diagram for BomOutputJob:
Collaboration diagram for BomOutputJob:Public Types | |
| using | BoardSet = ObjectSet< std::optional< Uuid > > |
| using | AssemblyVariantSet = ObjectSet< Uuid > |
Public Types inherited from OutputJob | |
| enum class | Event |
| typedef Slot< OutputJob, Event > | OnEditedSlot |
Public Member Functions | |
| BomOutputJob () noexcept | |
| BomOutputJob (const BomOutputJob &other) noexcept | |
| BomOutputJob (const SExpression &node) | |
| virtual | ~BomOutputJob () noexcept |
| virtual QString | getTypeTr () const noexcept override |
| virtual QIcon | getTypeIcon () const noexcept override |
| const QStringList & | getCustomAttributes () const noexcept |
| const BoardSet & | getBoards () const noexcept |
| const AssemblyVariantSet & | getAssemblyVariants () const noexcept |
| const QString & | getOutputPath () const noexcept |
| void | setCustomAttributes (const QStringList &attrs) noexcept |
| void | setBoards (const BoardSet &boards) noexcept |
| void | setAssemblyVariants (const AssemblyVariantSet &avs) noexcept |
| void | setOutputPath (const QString &path) noexcept |
| virtual std::shared_ptr< OutputJob > | cloneShared () const noexcept override |
| BomOutputJob & | operator= (const BomOutputJob &rhs)=delete |
Public Member Functions inherited from OutputJob | |
| OutputJob ()=delete | |
| virtual | ~OutputJob () noexcept |
| const QString & | getType () const noexcept |
| const Uuid & | getUuid () const noexcept |
| const ElementName & | getName () const noexcept |
| virtual QSet< Uuid > | getDependencies () const noexcept |
| void | setUuid (const Uuid &uuid) noexcept |
| void | setName (const ElementName &name) noexcept |
| virtual void | removeDependency (const Uuid &jobUuid) |
| virtual void | serialize (SExpression &root) const |
| Serialize into librepcb::SExpression node. | |
| bool | operator== (const OutputJob &rhs) const noexcept |
| bool | operator!= (const OutputJob &rhs) const noexcept |
| OutputJob & | operator= (const OutputJob &rhs)=delete |
Static Public Member Functions | |
| static QString | getTypeName () noexcept |
| static QString | getTypeTrStatic () noexcept |
Private Member Functions | |
| virtual void | serializeDerived (SExpression &root) const override |
| virtual bool | equals (const OutputJob &rhs) const noexcept override |
Private Attributes | |
| QStringList | mCustomAttributes |
| BoardSet | mBoards |
| AssemblyVariantSet | mAssemblyVariants |
| QString | mOutputPath |
Additional Inherited Members | |
Public Attributes inherited from OutputJob | |
| Signal< OutputJob, Event > | onEdited |
Protected Member Functions inherited from OutputJob | |
| OutputJob (const OutputJob &other) noexcept | |
| OutputJob (const SExpression &node) | |
| OutputJob (const QString &type, const Uuid &uuid, const ElementName &name) noexcept | |
Protected Attributes inherited from OutputJob | |
| const QString | mType |
| Uuid | mUuid |
| ElementName | mName |
| QMap< QString, QList< SExpression > > | mOptions |
BOM output job.
| using AssemblyVariantSet = ObjectSet<Uuid> |
|
noexcept |
|
noexcept |
|
explicit |
|
virtualnoexcept |
|
overridevirtualnoexcept |
Implements OutputJob.
|
overridevirtualnoexcept |
Implements OutputJob.
|
inlinenoexcept |
Here is the caller graph for this function:
|
inlinenoexcept |
Here is the caller graph for this function:
|
inlinenoexcept |
Here is the caller graph for this function:
|
inlinenoexcept |
Here is the caller graph for this function:
|
noexcept |
|
noexcept |
|
noexcept |
|
noexcept |
|
inlinestaticnoexcept |
Here is the caller graph for this function:
|
inlinestaticnoexcept |
|
delete |
|
overrideprivatevirtual |
Implements OutputJob.
|
private |
|
private |
|
private |
|
private |