![]() |
LibrePCB Developers Documentation
|
Gerber/Excellon output job. More...
#include <gerberexcellonoutputjob.h>
Inheritance diagram for GerberExcellonOutputJob:
Collaboration diagram for GerberExcellonOutputJob:Public Types | |
| using | BoardSet = ObjectSet< Uuid > |
Public Types inherited from OutputJob | |
| enum class | Event |
| typedef Slot< OutputJob, Event > | OnEditedSlot |
Public Member Functions | |
| GerberExcellonOutputJob (const GerberExcellonOutputJob &other) noexcept | |
| GerberExcellonOutputJob (const SExpression &node) | |
| virtual | ~GerberExcellonOutputJob () noexcept |
| virtual QString | getTypeTr () const noexcept override |
| virtual QIcon | getTypeIcon () const noexcept override |
| const QString & | getSuffixDrills () const noexcept |
| const QString & | getSuffixDrillsNpth () const noexcept |
| const QString & | getSuffixDrillsPth () const noexcept |
| const QString & | getSuffixDrillsBlindBuried () const noexcept |
| const QString & | getSuffixOutlines () const noexcept |
| const QString & | getSuffixCopperTop () const noexcept |
| const QString & | getSuffixCopperInner () const noexcept |
| const QString & | getSuffixCopperBot () const noexcept |
| const QString & | getSuffixSolderMaskTop () const noexcept |
| const QString & | getSuffixSolderMaskBot () const noexcept |
| const QString & | getSuffixSilkscreenTop () const noexcept |
| const QString & | getSuffixSilkscreenBot () const noexcept |
| const QString & | getSuffixSolderPasteTop () const noexcept |
| const QString & | getSuffixSolderPasteBot () const noexcept |
| bool | getMergeDrillFiles () const noexcept |
| bool | getUseG85SlotCommand () const noexcept |
| bool | getEnableSolderPasteTop () const noexcept |
| bool | getEnableSolderPasteBot () const noexcept |
| const BoardSet & | getBoards () const noexcept |
| const QString & | getOutputPath () const noexcept |
| void | setSuffixDrills (const QString &s) noexcept |
| void | setSuffixDrillsNpth (const QString &s) noexcept |
| void | setSuffixDrillsPth (const QString &s) noexcept |
| void | setSuffixDrillsBlindBuried (const QString &s) noexcept |
| void | setSuffixOutlines (const QString &s) noexcept |
| void | setSuffixCopperTop (const QString &s) noexcept |
| void | setSuffixCopperInner (const QString &s) noexcept |
| void | setSuffixCopperBot (const QString &s) noexcept |
| void | setSuffixSolderMaskTop (const QString &s) noexcept |
| void | setSuffixSolderMaskBot (const QString &s) noexcept |
| void | setSuffixSilkscreenTop (const QString &s) noexcept |
| void | setSuffixSilkscreenBot (const QString &s) noexcept |
| void | setSuffixSolderPasteTop (const QString &s) noexcept |
| void | setSuffixSolderPasteBot (const QString &s) noexcept |
| void | setMergeDrillFiles (bool m) noexcept |
| void | setUseG85SlotCommand (bool u) noexcept |
| void | setEnableSolderPasteTop (bool e) noexcept |
| void | setEnableSolderPasteBot (bool e) noexcept |
| void | setBoards (const BoardSet &boards) noexcept |
| void | setOutputPath (const QString &path) noexcept |
| virtual std::shared_ptr< OutputJob > | cloneShared () const noexcept override |
| GerberExcellonOutputJob & | operator= (const GerberExcellonOutputJob &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 |
| static std::shared_ptr< GerberExcellonOutputJob > | defaultStyle () noexcept |
| static std::shared_ptr< GerberExcellonOutputJob > | protelStyle () noexcept |
Private Member Functions | |
| GerberExcellonOutputJob () noexcept | |
| virtual void | serializeDerived (SExpression &root) const override |
| virtual bool | equals (const OutputJob &rhs) const noexcept override |
Private Attributes | |
| QString | mSuffixDrills |
| QString | mSuffixDrillsNpth |
| QString | mSuffixDrillsPth |
| QString | mSuffixDrillsBlindBuried |
| QString | mSuffixOutlines |
| QString | mSuffixCopperTop |
| QString | mSuffixCopperInner |
| QString | mSuffixCopperBot |
| QString | mSuffixSolderMaskTop |
| QString | mSuffixSolderMaskBot |
| QString | mSuffixSilkscreenTop |
| QString | mSuffixSilkscreenBot |
| QString | mSuffixSolderPasteTop |
| QString | mSuffixSolderPasteBot |
| bool | mMergeDrillFiles |
| bool | mUseG85SlotCommand |
| bool | mEnableSolderPasteTop |
| bool | mEnableSolderPasteBot |
| BoardSet | mBoards |
| 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 |
Gerber/Excellon output job.
|
noexcept |
|
explicit |
|
virtualnoexcept |
|
privatenoexcept |
|
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:
|
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 |
|
noexcept |
|
noexcept |
|
noexcept |
|
noexcept |
|
noexcept |
|
noexcept |
|
noexcept |
|
noexcept |
|
noexcept |
|
noexcept |
|
inlinestaticnoexcept |
Here is the caller graph for this function:
|
inlinestaticnoexcept |
|
delete |
|
staticnoexcept |
|
staticnoexcept |
|
overrideprivatevirtual |
Implements OutputJob.
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |