![]() |
LibrePCB Developers Documentation
|
#include <graphicsoutputjob.h>
Collaboration diagram for GraphicsOutputJob::Content:Public Types | |
| enum class | Preset |
| enum class | Type |
Public Member Functions | |
| Content (Preset preset) noexcept | |
| Content (const Content &other)=default | |
| Content & | operator= (const Content &rhs)=default |
| bool | operator== (const Content &rhs) const noexcept |
| bool | operator!= (const Content &rhs) const noexcept |
Public Attributes | |
| Type | type |
| QString | title |
| std::optional< QString > | pageSizeKey |
| GraphicsExportSettings::Orientation | orientation |
| UnsignedLength | marginLeft |
| UnsignedLength | marginTop |
| UnsignedLength | marginRight |
| UnsignedLength | marginBottom |
| bool | rotate |
| bool | mirror |
| std::optional< UnsignedRatio > | scale |
| uint | pixmapDpi |
| bool | monochrome |
| QColor | backgroundColor |
| UnsignedLength | minLineWidth |
| QMap< QString, QColor > | layers |
| BoardSet | boards |
| AssemblyVariantSet | assemblyVariants |
| QMap< QString, QList< SExpression > > | options |
|
strong |
|
strong |
|
inlinenoexcept |
|
inlinenoexcept |
| Type type |
| QString title |
| std::optional<QString> pageSizeKey |
| GraphicsExportSettings::Orientation orientation |
| UnsignedLength marginLeft |
| UnsignedLength marginTop |
| UnsignedLength marginRight |
| UnsignedLength marginBottom |
| bool rotate |
| bool mirror |
| std::optional<UnsignedRatio> scale |
| uint pixmapDpi |
| bool monochrome |
| QColor backgroundColor |
| UnsignedLength minLineWidth |
| QMap<QString, QColor> layers |
| BoardSet boards |
| AssemblyVariantSet assemblyVariants |
| QMap<QString, QList<SExpression> > options |