![]() |
LibrePCB Developers Documentation
|
Pick&Place output job. More...
#include <pickplaceoutputjob.h>
Inheritance diagram for PickPlaceOutputJob:
Collaboration diagram for PickPlaceOutputJob:Public Types | |
| enum class | Technology : int |
| using | BoardSet = ObjectSet< Uuid > |
| using | AssemblyVariantSet = ObjectSet< Uuid > |
Public Types inherited from OutputJob | |
| enum class | Event |
| typedef Slot< OutputJob, Event > | OnEditedSlot |
Public Member Functions | |
| PickPlaceOutputJob () noexcept | |
| PickPlaceOutputJob (const PickPlaceOutputJob &other) noexcept | |
| PickPlaceOutputJob (const SExpression &node) | |
| virtual | ~PickPlaceOutputJob () noexcept |
| virtual QString | getTypeTr () const noexcept override |
| virtual QIcon | getTypeIcon () const noexcept override |
| Technologies | getTechnologies () const noexcept |
| bool | getIncludeComment () const noexcept |
| const BoardSet & | getBoards () const noexcept |
| const AssemblyVariantSet & | getAssemblyVariants () const noexcept |
| bool | getCreateTop () const noexcept |
| bool | getCreateBottom () const noexcept |
| bool | getCreateBoth () const noexcept |
| const QString & | getOutputPathTop () const noexcept |
| const QString & | getOutputPathBottom () const noexcept |
| const QString & | getOutputPathBoth () const noexcept |
| void | setTechnologies (Technologies technologies) noexcept |
| void | setIncludeComment (bool include) noexcept |
| void | setBoards (const BoardSet &boards) noexcept |
| void | setAssemblyVariants (const AssemblyVariantSet &avs) noexcept |
| void | setCreateTop (bool create) noexcept |
| void | setCreateBottom (bool create) noexcept |
| void | setCreateBoth (bool create) noexcept |
| void | setOutputPathTop (const QString &path) noexcept |
| void | setOutputPathBottom (const QString &path) noexcept |
| void | setOutputPathBoth (const QString &path) noexcept |
| virtual std::shared_ptr< OutputJob > | cloneShared () const noexcept override |
| PickPlaceOutputJob & | operator= (const PickPlaceOutputJob &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 | |
| Technologies | mTechnologies |
| bool | mIncludeComment |
| BoardSet | mBoards |
| AssemblyVariantSet | mAssemblyVariants |
| bool | mCreateTop |
| bool | mCreateBottom |
| bool | mCreateBoth |
| QString | mOutputPathTop |
| QString | mOutputPathBottom |
| QString | mOutputPathBoth |
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 |
Pick&Place output job.
| using AssemblyVariantSet = ObjectSet<Uuid> |
|
strong |
|
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:
|
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:
|
inlinenoexcept |
Here is the caller graph for this function:
|
inlinenoexcept |
Here is the caller graph for this function:
|
noexcept |
|
noexcept |
|
noexcept |
|
noexcept |
|
noexcept |
|
noexcept |
|
noexcept |
|
noexcept |
|
noexcept |
|
noexcept |
|
inlinestaticnoexcept |
Here is the caller graph for this function:
|
inlinestaticnoexcept |
|
delete |
|
overrideprivatevirtual |
Implements OutputJob.
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |