getBackgroundColor() const noexcept | GraphicsExportSettings | inline |
getBlackWhite() const noexcept | GraphicsExportSettings | inline |
getColor(const QString &colorName) const noexcept | GraphicsExportSettings | |
getColorImpl(const QString &name) const noexcept | GraphicsExportSettings | private |
getColors() const noexcept | GraphicsExportSettings | inline |
getFillColor(const QString &colorName, bool isFilled, bool isGrabArea) const noexcept | GraphicsExportSettings | |
getMarginBottom() const noexcept | GraphicsExportSettings | inline |
getMarginLeft() const noexcept | GraphicsExportSettings | inline |
getMarginRight() const noexcept | GraphicsExportSettings | inline |
getMarginTop() const noexcept | GraphicsExportSettings | inline |
getMinLineWidth() const noexcept | GraphicsExportSettings | inline |
getMirror() const noexcept | GraphicsExportSettings | inline |
getOrientation() const noexcept | GraphicsExportSettings | inline |
getPageSize() const noexcept | GraphicsExportSettings | inline |
getPaintOrder() const noexcept | GraphicsExportSettings | |
getPixmapDpi() const noexcept | GraphicsExportSettings | inline |
getRotate() const noexcept | GraphicsExportSettings | inline |
getScale() const noexcept | GraphicsExportSettings | inline |
GraphicsExportSettings() noexcept | GraphicsExportSettings | |
GraphicsExportSettings(const GraphicsExportSettings &other) noexcept | GraphicsExportSettings | |
loadColorsFromTheme(const Theme &theme, bool schematic=true, bool board=true, int innerLayerCount=-1) noexcept | GraphicsExportSettings | |
mBackgroundColor | GraphicsExportSettings | private |
mBlackWhite | GraphicsExportSettings | private |
mColors | GraphicsExportSettings | private |
mMarginBottom | GraphicsExportSettings | private |
mMarginLeft | GraphicsExportSettings | private |
mMarginRight | GraphicsExportSettings | private |
mMarginTop | GraphicsExportSettings | private |
mMinLineWidth | GraphicsExportSettings | private |
mMirror | GraphicsExportSettings | private |
mOrientation | GraphicsExportSettings | private |
mPageSize | GraphicsExportSettings | private |
mPixmapDpi | GraphicsExportSettings | private |
mRotate | GraphicsExportSettings | private |
mScale | GraphicsExportSettings | private |
operator!=(const GraphicsExportSettings &rhs) const noexcept | GraphicsExportSettings | |
operator=(const GraphicsExportSettings &rhs) noexcept | GraphicsExportSettings | |
operator==(const GraphicsExportSettings &rhs) const noexcept | GraphicsExportSettings | |
Orientation enum name | GraphicsExportSettings | |
setBackgroundColor(const QColor &c) noexcept | GraphicsExportSettings | inline |
setBlackWhite(bool blackWhite) noexcept | GraphicsExportSettings | inline |
setColors(const QList< std::pair< QString, QColor > > &colors) noexcept | GraphicsExportSettings | inline |
setMarginBottom(const librepcb::UnsignedLength &margin) noexcept | GraphicsExportSettings | inline |
setMarginLeft(const librepcb::UnsignedLength &margin) noexcept | GraphicsExportSettings | inline |
setMarginRight(const librepcb::UnsignedLength &margin) noexcept | GraphicsExportSettings | inline |
setMarginTop(const librepcb::UnsignedLength &margin) noexcept | GraphicsExportSettings | inline |
setMinLineWidth(const UnsignedLength &width) noexcept | GraphicsExportSettings | inline |
setMirror(bool mirror) noexcept | GraphicsExportSettings | inline |
setOrientation(Orientation orientation) noexcept | GraphicsExportSettings | inline |
setPageSize(const std::optional< QPageSize > &size) noexcept | GraphicsExportSettings | inline |
setPixmapDpi(int dpi) noexcept | GraphicsExportSettings | inline |
setRotate(bool rotate) noexcept | GraphicsExportSettings | inline |
setScale(std::optional< UnsignedRatio > scale) noexcept | GraphicsExportSettings | inline |
~GraphicsExportSettings() noexcept | GraphicsExportSettings | |