![]() |
LibrePCB Developers Documentation
|
Interactive HTML BOM output job. More...
#include <interactivehtmlbomoutputjob.h>
Inheritance diagram for InteractiveHtmlBomOutputJob:
Collaboration diagram for InteractiveHtmlBomOutputJob: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 | |
| InteractiveHtmlBomOutputJob () noexcept | |
| InteractiveHtmlBomOutputJob (const InteractiveHtmlBomOutputJob &other) noexcept | |
| InteractiveHtmlBomOutputJob (const SExpression &node) | |
| virtual | ~InteractiveHtmlBomOutputJob () noexcept |
| virtual QString | getTypeTr () const noexcept override |
| virtual QIcon | getTypeIcon () const noexcept override |
| InteractiveHtmlBom::ViewMode | getViewMode () const noexcept |
| InteractiveHtmlBom::HighlightPin1Mode | getHighlightPin1 () const noexcept |
| bool | getDarkMode () const noexcept |
| const Angle & | getBoardRotation () const noexcept |
| bool | getOffsetBackRotation () const noexcept |
| bool | getShowSilkscreen () const noexcept |
| bool | getShowFabrication () const noexcept |
| bool | getShowPads () const noexcept |
| bool | getShowTracks () const noexcept |
| bool | getShowZones () const noexcept |
| const QStringList & | getCheckBoxes () const noexcept |
| const QStringList & | getComponentOrder () const noexcept |
| const QStringList & | getCustomAttributes () const noexcept |
| const BoardSet & | getBoards () const noexcept |
| const AssemblyVariantSet & | getAssemblyVariants () const noexcept |
| const QString & | getOutputPath () const noexcept |
| void | setViewMode (InteractiveHtmlBom::ViewMode mode) noexcept |
| void | setHighlightPin1 (InteractiveHtmlBom::HighlightPin1Mode mode) noexcept |
| void | setDarkMode (bool dark) noexcept |
| void | setBoardRotation (const Angle &rot) noexcept |
| void | setOffsetBackRotation (bool offset) noexcept |
| void | setShowSilkscreen (bool show) noexcept |
| void | setShowFabrication (bool show) noexcept |
| void | setShowPads (bool show) noexcept |
| void | setShowTracks (bool show) noexcept |
| void | setShowZones (bool show) noexcept |
| void | setCheckBoxes (const QStringList &cbx) noexcept |
| void | setComponentOrder (const QStringList &order) 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 |
| InteractiveHtmlBomOutputJob & | operator= (const InteractiveHtmlBomOutputJob &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 | |
| InteractiveHtmlBom::ViewMode | mViewMode |
| InteractiveHtmlBom::HighlightPin1Mode | mHighlightPin1 |
| bool | mDarkMode |
| Angle | mBoardRotation |
| bool | mOffsetBackRotation |
| bool | mShowSilkscreen |
| bool | mShowFabrication |
| bool | mShowPads |
| bool | mShowTracks |
| bool | mShowZones |
| QStringList | mCheckBoxes |
| QStringList | mComponentOrder |
| 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 |
Interactive HTML BOM output job.
| using AssemblyVariantSet = ObjectSet<Uuid> |
|
noexcept |
|
noexcept |
|
explicit |
Here is the call graph for this function:
|
virtualnoexcept |
|
overridevirtualnoexcept |
|
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 |
|
inlinenoexcept |
|
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 |
|
inlinestaticnoexcept |
Here is the caller graph for this function:
|
inlinestaticnoexcept |
Here is the caller graph for this function:
|
delete |
|
overrideprivatevirtual |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |