LibrePCB Developers Documentation
|
Gerber X3 pick&place output job. More...
#include <gerberx3outputjob.h>
Public Types | |
using | BoardSet = ObjectSet< Uuid > |
using | AssemblyVariantSet = ObjectSet< Uuid > |
Public Types inherited from OutputJob | |
enum class | Event |
typedef Slot< OutputJob, Event > | OnEditedSlot |
Public Member Functions | |
GerberX3OutputJob () noexcept | |
GerberX3OutputJob (const GerberX3OutputJob &other) noexcept | |
GerberX3OutputJob (const SExpression &node) | |
virtual | ~GerberX3OutputJob () noexcept |
virtual QString | getTypeTr () const noexcept override |
virtual QIcon | getTypeIcon () const noexcept override |
const BoardSet & | getBoards () const noexcept |
const AssemblyVariantSet & | getAssemblyVariants () const noexcept |
bool | getCreateTop () const noexcept |
bool | getCreateBottom () const noexcept |
const QString & | getOutputPathTop () const noexcept |
const QString & | getOutputPathBottom () const noexcept |
void | setBoards (const BoardSet &boards) noexcept |
void | setAssemblyVariants (const AssemblyVariantSet &avs) noexcept |
void | setCreateTop (bool create) noexcept |
void | setCreateBottom (bool create) noexcept |
void | setOutputPathTop (const QString &path) noexcept |
void | setOutputPathBottom (const QString &path) noexcept |
virtual std::shared_ptr< OutputJob > | cloneShared () const noexcept override |
GerberX3OutputJob & | operator= (const GerberX3OutputJob &rhs)=delete |
Public Member Functions inherited from OutputJob | |
OutputJob ()=delete | |
virtual | ~OutputJob () noexcept |
const QString & | getType () const noexcept |
virtual QString | getTypeTr () const noexcept=0 |
virtual QIcon | getTypeIcon () const noexcept=0 |
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 std::shared_ptr< OutputJob > | cloneShared () const noexcept=0 |
virtual void | serialize (SExpression &root) const |
Serialize into librepcb::SExpression node. More... | |
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 | |
BoardSet | mBoards |
AssemblyVariantSet | mAssemblyVariants |
bool | mCreateTop |
bool | mCreateBottom |
QString | mOutputPathTop |
QString | mOutputPathBottom |
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 | |
virtual void | serializeDerived (SExpression &root) const =0 |
virtual bool | equals (const OutputJob &rhs) const noexcept=0 |
Protected Attributes inherited from OutputJob | |
const QString | mType |
Uuid | mUuid |
ElementName | mName |
QMap< QString, QList< SExpression > > | mOptions |
Gerber X3 pick&place output job.
using AssemblyVariantSet = ObjectSet<Uuid> |
|
noexcept |
|
noexcept |
|
explicit |
|
virtualnoexcept |
|
overridevirtualnoexcept |
Implements OutputJob.
|
overridevirtualnoexcept |
Implements OutputJob.
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
noexcept |
|
noexcept |
|
noexcept |
|
noexcept |
|
noexcept |
|
noexcept |
|
inlinestaticnoexcept |
|
inlinestaticnoexcept |
|
delete |
|
overrideprivatevirtual |
Implements OutputJob.
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |