|
KiCad PCB EDA Suite
|
Contains methods for drawing PCB-specific items. More...
#include <pcb_painter.h>
Public Member Functions | |
| PCB_PAINTER (GAL *aGal, FRAME_T aFrameType) | |
| virtual PCB_RENDER_SETTINGS * | GetSettings () override |
| virtual bool | Draw (const VIEW_ITEM *aItem, int aLayer) override |
Protected Member Functions | |
| PCB_VIEWERS_SETTINGS_BASE * | viewer_settings () |
| void | draw (const PCB_TRACK *aTrack, int aLayer) |
| void | draw (const PCB_ARC *aArc, int aLayer) |
| void | draw (const PCB_VIA *aVia, int aLayer) |
| void | draw (const PAD *aPad, int aLayer) |
| void | draw (const PCB_SHAPE *aSegment, int aLayer) |
| void | draw (const PCB_REFERENCE_IMAGE *aBitmap, int aLayer) |
| void | draw (const PCB_FIELD *aField, int aLayer) |
| void | draw (const PCB_TEXT *aText, int aLayer) |
| void | draw (const PCB_TEXTBOX *aText, int aLayer) |
| void | draw (const PCB_TABLE *aTable, int aLayer) |
| void | draw (const FOOTPRINT *aFootprint, int aLayer) |
| void | draw (const PCB_GROUP *aGroup, int aLayer) |
| void | draw (const ZONE *aZone, int aLayer) |
| void | draw (const PCB_BARCODE *aBarcode, int aLayer) |
| void | draw (const PCB_DIMENSION_BASE *aDimension, int aLayer) |
| void | draw (const PCB_POINT *aPoint, int aLayer) |
| void | draw (const PCB_TARGET *aTarget) |
| void | draw (const PCB_MARKER *aMarker, int aLayer) |
| void | draw (const PCB_BOARD_OUTLINE *aBoardOutline, int aLayer) |
| int | getLineThickness (int aActualThickness) const |
| Get the thickness to draw for a line (e.g. | |
| virtual PAD_DRILL_SHAPE | getDrillShape (const PAD *aPad) const |
| Return drill shape of a pad. | |
| virtual SHAPE_SEGMENT | getPadHoleShape (const PAD *aPad) const |
| Return hole shape for a pad (internal units). | |
| virtual int | getViaDrillSize (const PCB_VIA *aVia) const |
| Return drill diameter for a via (internal units). | |
| void | strokeText (const wxString &aText, const VECTOR2I &aPosition, const TEXT_ATTRIBUTES &aAttrs, const KIFONT::METRICS &aFontMetrics) |
| void | renderNetNameForSegment (const SHAPE_SEGMENT &aSeg, const COLOR4D &aColor, const wxString &aNetName) const |
| void | drawBackdrillIndicator (const BOARD_ITEM *aItem, const VECTOR2D &aCenter, int aDrillSize, PCB_LAYER_ID aStartLayer, PCB_LAYER_ID aEndLayer) |
| Draw backdrill indicator (two semi-circles) at the given center point. | |
| void | drawPostMachiningIndicator (const BOARD_ITEM *aItem, const VECTOR2D &aCenter, PCB_LAYER_ID aLayer) |
| Draw post-machining indicator (dashed circle) at the given center point. | |
Protected Attributes | |
| PCB_RENDER_SETTINGS | m_pcbSettings |
| FRAME_T | m_frameType |
| int | m_maxError |
| int | m_holePlatingThickness |
| int | m_lockedShadowMargin |
Contains methods for drawing PCB-specific items.
Definition at line 183 of file pcb_painter.h.
Definition at line 590 of file pcb_painter.cpp.
|
overridevirtual |
Implements KIGFX::PAINTER.
Definition at line 631 of file pcb_painter.cpp.
|
protected |
Definition at line 2725 of file pcb_painter.cpp.
|
protected |
Definition at line 1322 of file pcb_painter.cpp.
|
protected |
Definition at line 940 of file pcb_painter.cpp.
|
protected |
Definition at line 2975 of file pcb_painter.cpp.
|
protected |
Definition at line 3242 of file pcb_painter.cpp.
|
protected |
Definition at line 2996 of file pcb_painter.cpp.
|
protected |
Definition at line 2414 of file pcb_painter.cpp.
|
protected |
Definition at line 2793 of file pcb_painter.cpp.
|
protected |
Definition at line 3149 of file pcb_painter.cpp.
|
protected |
Definition at line 3102 of file pcb_painter.cpp.
|
protected |
Definition at line 2367 of file pcb_painter.cpp.
|
protected |
Definition at line 1943 of file pcb_painter.cpp.
|
protected |
Definition at line 2662 of file pcb_painter.cpp.
|
protected |
Definition at line 3066 of file pcb_painter.cpp.
|
protected |
Definition at line 2421 of file pcb_painter.cpp.
|
protected |
Definition at line 2526 of file pcb_painter.cpp.
|
protected |
Definition at line 808 of file pcb_painter.cpp.
|
protected |
Definition at line 1044 of file pcb_painter.cpp.
|
protected |
Definition at line 2861 of file pcb_painter.cpp.
|
protected |
Draw backdrill indicator (two semi-circles) at the given center point.
| aItem | the board item (for color lookup) |
| aCenter | center point of the indicator |
| aDrillSize | diameter of the backdrill |
| aStartLayer | layer where backdrill starts |
| aEndLayer | layer where backdrill ends |
Definition at line 3269 of file pcb_painter.cpp.
|
protected |
Draw post-machining indicator (dashed circle) at the given center point.
| aItem | the board item (for color lookup) |
| aCenter | center point of the indicator |
| aLayer | layer to use for color |
Definition at line 3294 of file pcb_painter.cpp.
|
protectedvirtual |
Return drill shape of a pad.
Definition at line 612 of file pcb_painter.cpp.
|
protected |
Get the thickness to draw for a line (e.g.
0 thickness lines get a minimum value).
| aActualThickness | line own thickness |
Definition at line 600 of file pcb_painter.cpp.
|
protectedvirtual |
Return hole shape for a pad (internal units).
Definition at line 618 of file pcb_painter.cpp.
|
inlineoverridevirtual |
Implements KIGFX::PAINTER.
Definition at line 189 of file pcb_painter.h.
|
protectedvirtual |
Return drill diameter for a via (internal units).
Definition at line 625 of file pcb_painter.cpp.
|
protected |
Definition at line 867 of file pcb_painter.cpp.
|
protected |
Definition at line 2336 of file pcb_painter.cpp.
|
protected |
Definition at line 91 of file pcb_painter.cpp.
|
protected |
Definition at line 273 of file pcb_painter.h.
|
protected |
Definition at line 276 of file pcb_painter.h.
|
protected |
Definition at line 277 of file pcb_painter.h.
|
protected |
Definition at line 275 of file pcb_painter.h.
|
protected |
Definition at line 272 of file pcb_painter.h.