![]() |
LibrePCB Developers Documentation
|
This is the complete list of members for GraphicsPainter, including all inherited members.
| drawCircle(const Point ¢er, const Length &diameter, const Length &lineWidth, const QColor &lineColor, const QColor &fillColor) noexcept | GraphicsPainter | |
| drawLine(const Point &p1, const Point &p2, const Length &width, const QColor &color) noexcept | GraphicsPainter | |
| drawNetJunction(const Point &position, const QColor &color) noexcept | GraphicsPainter | |
| drawNetLabel(const Point &position, const Angle &rotation, bool mirror, const QString &text, const QFont &font, const QColor &color) noexcept | GraphicsPainter | |
| drawPath(const QPainterPath &path, const Length &lineWidth, const QColor &lineColor, const QColor &fillColor) noexcept | GraphicsPainter | |
| drawPolygon(const Path &path, const Length &lineWidth, const QColor &lineColor, const QColor &fillColor) noexcept | GraphicsPainter | |
| drawSlot(const Path &path, const PositiveLength &diameter, const Length &lineWidth, const QColor &lineColor, const QColor &fillColor) noexcept | GraphicsPainter | |
| drawSymbolPin(const Point &position, const Angle &rotation, const Length &length, const QColor &lineColor, const QColor &circleColor) noexcept | GraphicsPainter | |
| drawText(const Point &position, const Angle &rotation, const Length &height, const Alignment &alignment, const QString &text, QFont font, const QColor &color, bool autoRotate, bool mirrorInPlace, bool parseOverlines, int fontPixelSize=0) noexcept | GraphicsPainter | |
| getPenWidthPx(const Length &width) const noexcept | GraphicsPainter | private |
| GraphicsPainter()=delete | GraphicsPainter | |
| GraphicsPainter(QPainter &painter) noexcept | GraphicsPainter | explicit |
| GraphicsPainter(const GraphicsPainter &other)=delete | GraphicsPainter | |
| mMinLineWidth | GraphicsPainter | private |
| mPainter | GraphicsPainter | private |
| operator=(const GraphicsPainter &rhs)=delete | GraphicsPainter | |
| setMinLineWidth(const UnsignedLength &width) noexcept | GraphicsPainter | inline |
| ~GraphicsPainter() noexcept | GraphicsPainter |