20#ifndef LIBREPCB_CORE_BOARDPAINTER_H
21#define LIBREPCB_CORE_BOARDPAINTER_H
26#include "../../export/graphicsexport.h"
27#include "../../library/pkg/footprintpad.h"
28#include "../../types/alignment.h"
29#include "../../types/length.h"
30#include "../../utils/transform.h"
143 void paint(QPainter& painter,
The Alignment class.
Definition: alignment.h:115
The Angle class is used to represent an angle (for example 12.75 degrees)
Definition: angle.h:78
The Board class represents a PCB of a project and is always part of a circuit.
Definition: board.h:73
Paints a librepcb::Board to a QPainter.
Definition: boardpainter.h:54
QList< HoleData > mHoles
Definition: boardpainter.h:161
QMutex mMutex
Definition: boardpainter.h:163
QList< Plane > mPlanes
Definition: boardpainter.h:158
QList< Footprint > mFootprints
Definition: boardpainter.h:155
QHash< QString, ColorContent > mContentByColor
Definition: boardpainter.h:164
~BoardPainter() noexcept
Definition: boardpainter.cpp:134
void initContentByColor() const noexcept
Definition: boardpainter.cpp:234
QList< PolygonData > mPolygons
Definition: boardpainter.h:159
QSet< const Layer * > mCopperLayers
Definition: boardpainter.h:154
void paint(QPainter &painter, const GraphicsExportSettings &settings) const noexcept override
Draw page content on a QPainter.
Definition: boardpainter.cpp:141
BoardPainter(const BoardPainter &other)=delete
QList< ViaData > mVias
Definition: boardpainter.h:156
QList< Trace > mTraces
Definition: boardpainter.h:157
QFont mMonospaceFont
Definition: boardpainter.h:153
QList< StrokeTextData > mStrokeTexts
Definition: boardpainter.h:160
Settings for librepcb::GraphicsExport.
Definition: graphicsexportsettings.h:51
Base class for printing a page for librepcb::GraphicsExport.
Definition: graphicsexport.h:57
The Layer class provides all supported geometry layers.
Definition: layer.h:42
The Path class represents a list of vertices connected by straight lines or circular arc segments.
Definition: path.h:58
The Point class is used to represent a point/coordinate/vector, for example (1.2mm; 5....
Definition: point.h:79
Definition: occmodel.cpp:77
type_safe::constrained_type< Length, PositiveLengthConstraint, PositiveLengthVerifier > PositiveLength
Definition: length.h:812
type_safe::constrained_type< Path, NonEmptyPathConstraint, NonEmptyPathVerifier > NonEmptyPath
Definition: path.h:222
type_safe::constrained_type< Length, UnsignedLengthConstraint, UnsignedLengthVerifier > UnsignedLength
Definition: length.h:696
Definition: boardpainter.h:123
QList< PolygonData > polygons
Definition: boardpainter.h:128
QList< QPainterPath > viaAreas
Drawn on Theme::Color::sBoardVias.
Definition: boardpainter.h:126
QList< Trace > traces
Definition: boardpainter.h:127
QList< QPainterPath > thtPadAreas
Drawn on Theme::Color::sBoardPads.
Definition: boardpainter.h:125
QList< Circle > circles
Definition: boardpainter.h:129
QList< HoleData > padHoles
Definition: boardpainter.h:131
QList< TextData > texts
Definition: boardpainter.h:132
QList< QPainterPath > areas
Definition: boardpainter.h:124
QList< HoleData > holes
Definition: boardpainter.h:130
Definition: boardpainter.h:86
tl::optional< Length > stopMaskOffset
Definition: boardpainter.h:89
PositiveLength diameter
Definition: boardpainter.h:87
NonEmptyPath path
Definition: boardpainter.h:88
Definition: boardpainter.h:72
QList< PadHole > holes
Definition: boardpainter.h:75
Transform transform
Definition: boardpainter.h:73
QList< std::pair< const Layer *, PadGeometry > > layerGeometries
Definition: boardpainter.h:74
Definition: boardpainter.h:118
QVector< Path > fragments
Definition: boardpainter.h:120
const Layer * layer
Definition: boardpainter.h:119
Definition: boardpainter.h:78
UnsignedLength lineWidth
Definition: boardpainter.h:81
bool grabArea
Definition: boardpainter.h:83
bool filled
Definition: boardpainter.h:82
Path path
Definition: boardpainter.h:80
const Layer * layer
Definition: boardpainter.h:79
Definition: boardpainter.h:92
Alignment align
Definition: boardpainter.h:99
QString text
Definition: boardpainter.h:98
Transform transform
Definition: boardpainter.h:93
QVector< Path > paths
Definition: boardpainter.h:95
UnsignedLength strokeWidth
Definition: boardpainter.h:97
PositiveLength height
Definition: boardpainter.h:96
const Layer * layer
Definition: boardpainter.h:94
Definition: boardpainter.h:102
Alignment align
Definition: boardpainter.h:106
QString text
Definition: boardpainter.h:107
Angle rotation
Definition: boardpainter.h:104
Point position
Definition: boardpainter.h:103
PositiveLength height
Definition: boardpainter.h:105
Definition: boardpainter.h:55
Point endPosition
Definition: boardpainter.h:58
Point startPosition
Definition: boardpainter.h:57
const Layer * layer
Definition: boardpainter.h:56
PositiveLength width
Definition: boardpainter.h:59
Definition: boardpainter.h:62
PositiveLength size
Definition: boardpainter.h:64
tl::optional< PositiveLength > stopMaskDiameterTop
Definition: boardpainter.h:68
const Layer * endLayer
Definition: boardpainter.h:67
PositiveLength drill
Definition: boardpainter.h:65
const Layer * startLayer
Definition: boardpainter.h:66
tl::optional< PositiveLength > stopMaskDiameterBottom
Definition: boardpainter.h:69
Point position
Definition: boardpainter.h:63