218 int originalLayer = aLayer;
239 const PAD*
pad =
dynamic_cast<const PAD*
>( aItem );
241 int holeLayer = aLayer;
248 if( !copperLayers.empty() )
249 annularRingLayer = copperLayers.
Seq().front();
253 annularRingLayer =
F_Cu;
282 const PAD*
pad =
static_cast<const PAD*
>( aItem );
285 if(
pcbconfig()->m_Display.m_UseViaColorForNormalTHPadstacks
329 if( visibleLayers.any() )
330 aLayer = visibleLayers.
Seq().back();
350 return itemLayerIter->second;
390 netColor = ii->second;
441 switch( originalLayer )
445 const PAD*
pad =
static_cast<const PAD*
>( aItem );
447 if(
pad->IsOnLayer( primary ) && !
pad->FlashLayer( primary ) )
468 if(
via->GetLayerSet().test( primary ) == 0 )
481 if( !
via->FlashLayer( primary ) )
515 if(
via->GetLayerSet().test( primary ) == 0 )
550 color = color.
Mix( it->second, dim_factor_Edge_Cuts );
563 color = color.
Mix( backgroundColor, dim_factor_Edge_Cuts );
579 const BOARD* board =
via->GetBoard();
583 if( (
via->GetLayerSet() & visibleLayers ).none() )
634 if( aActualThickness == 0 )
637 return aActualThickness;
707 switch( item->
Type() )
714 draw(
static_cast<const PCB_ARC*
>( item ), aLayer );
721 draw(
static_cast<const PCB_VIA*
>( item ), aLayer );
729 draw(
static_cast<const PAD*
>( item ), aLayer );
781 draw(
static_cast<const ZONE*
>( item ), aLayer );
827 m_gal->SetIsFill(
false );
828 m_gal->SetIsStroke(
true );
835 m_gal->SetLineWidth( 1 );
861 int track_width = aTrack->
GetWidth();
872 if( netinfo->GetNetChain() ==
m_pcbSettings.m_highlightedNetChain )
903 m_gal->SetStrokeColor( color );
904 m_gal->SetFillColor( color );
905 m_gal->SetIsStroke( outline_mode );
906 m_gal->SetIsFill( not outline_mode );
915 m_gal->DrawSegment( start,
end, track_width );
929 m_gal->SetIsFill(
false );
930 m_gal->SetIsStroke(
true );
931 m_gal->SetStrokeColor( color );
938 const wxString& aNetName )
const
949 int num_char = (int) aNetName.size();
952 int seg_minlength = aSeg.
GetWidth() * num_char;
959 double penWidth = textSize / 12.0;
967 if(
end.y == start.
y )
972 else if(
end.x == start.
x )
983 num_names = std::max( num_names,
KiROUND( aSeg.
GetSeg().
Length() / ( M_SQRT2 * min_size ) ) );
986 m_gal->SetIsStroke(
true );
987 m_gal->SetIsFill(
false );
988 m_gal->SetStrokeColor( aColor );
989 m_gal->SetLineWidth( penWidth );
990 m_gal->SetFontBold(
false );
991 m_gal->SetFontItalic(
false );
992 m_gal->SetFontUnderlined(
false );
993 m_gal->SetTextMirrored(
false );
994 m_gal->SetGlyphSize(
VECTOR2D( textSize * 0.55, textSize * 0.55 ) );
998 int divisions = num_names + 1;
1000 for(
int ii = 1; ii < divisions; ++ii )
1002 VECTOR2I textPosition = start + segV * ( (double) ii / divisions );
1004 if( viewport.
Contains( textPosition ) )
1005 m_gal->BitmapText( aNetName, textPosition, textOrientation );
1033 if( netname.IsEmpty() )
1047 if( arcLen < (
double) width * (
double) netname.size() )
1054 textOrientation = -textOrientation;
1057 double textSize = width;
1058 double penWidth = textSize / 12.0;
1060 m_gal->SetIsStroke(
true );
1061 m_gal->SetIsFill(
false );
1062 m_gal->SetStrokeColor( color );
1063 m_gal->SetLineWidth( penWidth );
1064 m_gal->SetFontBold(
false );
1065 m_gal->SetFontItalic(
false );
1066 m_gal->SetFontUnderlined(
false );
1067 m_gal->SetTextMirrored(
false );
1068 m_gal->SetGlyphSize(
VECTOR2D( textSize * 0.55, textSize * 0.55 ) );
1072 m_gal->BitmapText( netname, midPt, textOrientation );
1081 m_gal->SetStrokeColor( color );
1082 m_gal->SetFillColor( color );
1083 m_gal->SetIsStroke( outline_mode );
1084 m_gal->SetIsFill( not outline_mode );
1117 m_gal->SetIsFill(
false );
1118 m_gal->SetIsStroke(
true );
1119 m_gal->SetStrokeColor( color );
1137 m_gal->SetIsFill(
false );
1138 m_gal->SetIsStroke(
true );
1140 m_gal->DrawPolygon( cornerBuffer );
1147 m_gal->SetIsFill(
false );
1148 m_gal->SetIsStroke(
true );
1161 m_gal->SetIsFill(
false );
1162 m_gal->SetIsStroke(
true );
1163 m_gal->SetStrokeColor(
COLOR4D( 0.3, 0.2, 0.5, 1.0 ) );
1165 for(
int idx = 1; idx < arcSpine.
PointCount(); idx++ )
1174 aVia->
LayerPair( &layerTop, &layerBottom );
1196 const PAD*
pad =
static_cast<const PAD*
>( item );
1198 return pad->GetDrillSizeX() <= 0 || (
pad->GetSecondaryDrillSizeX() <= 0 &&
pad->GetTertiaryDrillSizeX() <= 0 );
1209 return via->GetSecondaryDrillSize().value_or( 0 ) <= 0 &&
via->GetTertiaryDrillSize().value_or( 0 ) <= 0;
1228 if( netinfo->GetNetChain() ==
m_pcbSettings.m_highlightedNetChain )
1242 aVia->
LayerPair( &layerTop, &layerBottom );
1257 if( !showNets && !showLayers )
1261 double size = aVia->
GetWidth( currentLayer );
1264 if( size > maxSize )
1268 m_gal->Translate( position );
1271 m_gal->ResetTextAttributes();
1274 m_gal->SetFontBold(
false );
1275 m_gal->SetFontItalic(
false );
1276 m_gal->SetFontUnderlined(
false );
1277 m_gal->SetTextMirrored(
false );
1279 m_gal->SetIsStroke(
true );
1280 m_gal->SetIsFill(
false );
1294 switch( topLayerId )
1296 case F_Cu: topLayer = 1;
break;
1298 default: topLayer = (topLayerId -
B_Cu)/2 + 1;
break;
1301 switch( bottomLayerId )
1303 case F_Cu: bottomLayer = 1;
break;
1305 default: bottomLayer = (bottomLayerId -
B_Cu)/2 + 1;
break;
1309#if wxUSE_UNICODE_WCHAR
1310 layerIds << std::to_wstring( topLayer ) <<
L'-' << std::to_wstring( bottomLayer );
1312 layerIds << std::to_string( topLayer ) <<
'-' << std::to_string( bottomLayer );
1318 int minCharCnt = showLayers ? 6 : 3;
1322 tsize = std::min( tsize, size );
1329 if( showLayers && showNets )
1330 textpos.
y += ( tsize * 1.3 )/ 2;
1332 m_gal->SetGlyphSize( namesize );
1333 m_gal->SetLineWidth( namesize.
x / 10.0 );
1341 textpos.
y -= tsize * 1.3;
1353 m_gal->SetStrokeColor( color );
1354 m_gal->SetFillColor( color );
1355 m_gal->SetIsStroke(
true );
1356 m_gal->SetIsFill(
false );
1366 double maxRadius = aVia->
GetWidth( layerTop ) / 2.0;
1367 double radius = drillRadius + thickness;
1373 thickness =
radius - drillRadius;
1376 if( thickness <= 0 )
1381 m_gal->SetLineWidth( thickness );
1382 radius -= thickness / 2.0;
1386 m_gal->SetIsFill(
true );
1397 if( secDrill.value_or( 0 ) > 0 )
1403 if( terDrill.value_or( 0 ) > 0 )
1414 m_gal->SetIsStroke(
false );
1415 m_gal->SetIsFill(
true );
1419 m_gal->SetIsStroke(
false );
1420 m_gal->SetIsFill(
true );
1439 m_gal->SetIsFill(
true );
1440 m_gal->SetIsStroke(
false );
1442 m_gal->SetLineWidth( margin );
1469 m_gal->SetLineWidth( annular_width );
1470 radius -= annular_width / 2.0;
1498 if( aVia->
FlashLayer( copperLayerForClearance ) )
1504 m_gal->SetIsFill(
false );
1505 m_gal->SetIsStroke(
true );
1506 m_gal->SetStrokeColor( color );
1526 m_gal->SetIsFill(
false );
1527 m_gal->SetIsStroke(
true );
1531 for(
const auto& [row, shapeIndex] : aChart->
RowShapes() )
1553 switch( part.m_Type )
1556 m_gal->DrawLine( part.m_Points.front(), part.m_Points.back() );
1560 for(
size_t ii = 0; ii + 1 < part.m_Points.size(); ++ii )
1561 m_gal->DrawLine( part.m_Points[ii], part.m_Points[ii + 1] );
1566 m_gal->DrawCircle( centre, part.m_Radius );
1582 const int outlineWidth =
1585 m_gal->SetIsFill(
false );
1586 m_gal->SetIsStroke(
true );
1588 m_gal->SetLineWidth( outlineWidth );
1590 const std::shared_ptr<const SHAPE_POLY_SET> outlines = aMap->
GetBoardOutlines();
1592 for(
int ii = 0; ii < outlines->OutlineCount(); ++ii )
1594 m_gal->DrawSegmentChain( outlines->COutline( ii ), outlineWidth );
1596 for(
int jj = 0; jj < outlines->HoleCount( ii ); ++jj )
1597 m_gal->DrawSegmentChain( outlines->CHole( ii, jj ), outlineWidth );
1604 const std::shared_ptr<const DRILL_SYMBOL_CACHE> cache = board->
DrillSymbolCache();
1607 for(
const auto& [itemId, entries] : cache->m_ByItem )
1614 const int thickness = std::max<int>(
m_pcbSettings.m_outlineWidth, 1 );
1616 m_gal->SetLineWidth( thickness );
1628 m_gal->DrawSegment( a, b, thickness );
1642 const std::vector<const PCB_DRILL_MAP*> maps =
1649 const std::shared_ptr<const DRILL_SYMBOL_CACHE> cache = board->
DrillSymbolCache();
1651 const auto it = cache->m_ByItem.find( aItem->
m_Uuid );
1653 if( it == cache->m_ByItem.end() )
1666 if( map->IsMoving() )
1685 const int radius = symbolSize / 2;
1695 m_gal->SetIsFill(
false );
1696 m_gal->SetIsStroke(
true );
1697 m_gal->SetStrokeColor( aColor );
1707 switch( part.m_Type )
1710 m_gal->DrawLine( part.m_Points.front(), part.m_Points.back() );
1714 for(
size_t ii = 0; ii + 1 < part.m_Points.size(); ++ii )
1715 m_gal->DrawLine( part.m_Points[ii], part.m_Points[ii + 1] );
1720 m_gal->DrawCircle( pos, part.m_Radius );
1729 const wxString
text =
1731 ? entry.m_Symbol.m_Letter
1732 : wxString::Format( wxT(
"%.2f" ),
1741 m_gal->SetIsFill(
true );
1742 m_gal->SetFillColor( aColor );
1750 const int reach = symbolSize;
1752 m_gal->SetIsFill(
false );
1753 m_gal->SetIsStroke(
true );
1754 m_gal->SetStrokeColor( aColor );
1766 EDA_ANGLE orientation = entry.m_Orientation;
1768 if( size.
x > size.
y )
1770 std::swap( size.
x, size.
y );
1774 const int half = ( size.
y - size.
x ) / 2;
1782 m_gal->SetIsFill(
false );
1783 m_gal->SetIsStroke(
true );
1784 m_gal->SetStrokeColor( aColor );
1786 m_gal->DrawSegment( pos + start, pos +
end, size.
x );
1818 netname = wxT(
"x" );
1820 netname = wxT(
"*" );
1823 if( netname.IsEmpty() && padNumber.IsEmpty() )
1858 for(
const std::shared_ptr<PCB_SHAPE>& primitive : aPad->
GetPrimitives( pcbLayer ) )
1862 position = primitive->GetCenter();
1864 position += aPad->
ShapePos( pcbLayer );
1866 padsize.
x = abs( primitive->GetBotRight().x - primitive->GetTopLeft().x );
1867 padsize.
y = abs( primitive->GetBotRight().y - primitive->GetTopLeft().y );
1881 double limit = std::min( aPad->
GetSize( pcbLayer ).
x, aPad->
GetSize( pcbLayer ).
y ) * 1.1;
1883 if( padsize.
x > limit && padsize.
y > limit )
1891 double size = padsize.
y;
1894 m_gal->Translate( position );
1897 if( padsize.
x < ( padsize.
y * 0.95 ) )
1901 std::swap( padsize.
x, padsize.
y );
1905 if( size > maxSize )
1909 m_gal->ResetTextAttributes();
1912 m_gal->SetFontBold(
false );
1913 m_gal->SetFontItalic(
false );
1914 m_gal->SetFontUnderlined(
false );
1915 m_gal->SetTextMirrored(
false );
1917 m_gal->SetIsStroke(
true );
1918 m_gal->SetIsFill(
false );
1926 int Y_offset_numpad = 0;
1927 int Y_offset_netname = 0;
1929 if( !netname.IsEmpty() && !padNumber.IsEmpty() )
1933 Y_offset_netname = size / 1.4;
1935 Y_offset_numpad = size / 1.7;
1941 const double Xscale_for_stroked_font = 0.9;
1943 if( !netname.IsEmpty() )
1949 tsize = std::min( tsize, size );
1962 VECTOR2D namesize( tsize*Xscale_for_stroked_font, tsize );
1963 textpos.
y =
KiROUND( std::min( tsize * 1.4,
double( Y_offset_netname ) ) );
1965 m_gal->SetGlyphSize( namesize );
1966 m_gal->SetLineWidth( namesize.
x / 6.0 );
1967 m_gal->SetFontBold(
true );
1971 if( !padNumber.IsEmpty() )
1976 tsize = std::min( tsize, size );
1980 tsize = std::min( tsize, size );
1981 VECTOR2D numsize( tsize*Xscale_for_stroked_font, tsize );
1982 textpos.
y = -Y_offset_numpad;
1984 m_gal->SetGlyphSize( numsize );
1985 m_gal->SetLineWidth( numsize.
x / 6.0 );
1986 m_gal->SetFontBold(
true );
1996 m_gal->SetIsFill(
true );
1997 m_gal->SetIsStroke(
false );
2000 lineWidth = std::min( lineWidth, aPad->
GetSizeX() / 2.0 );
2001 lineWidth = std::min( lineWidth, aPad->
GetSizeY() / 2.0 );
2003 m_gal->SetFillColor( color );
2004 m_gal->SetMinLineWidth( lineWidth );
2008 if( slot->GetSeg().A == slot->GetSeg().B )
2010 double holeRadius = slot->GetWidth() / 2.0;
2011 m_gal->DrawHoleWall( slot->GetSeg().A, holeRadius, lineWidth );
2015 int holeSize =
KiROUND( slot->GetWidth() + ( 2 * lineWidth ) );
2016 m_gal->DrawSegment( slot->GetSeg().A, slot->GetSeg().B, holeSize );
2019 m_gal->SetMinLineWidth( 1.0 );
2025 const VECTOR2I& holePos = slot->GetSeg().A;
2029 if( secDrill.
x > 0 )
2035 if( terDrill.
x > 0 )
2048 outline_mode =
true;
2050 bool drawShape =
false;
2064 outline_mode =
true;
2069 outline_mode =
false;
2077 m_gal->SetIsFill(
false );
2078 m_gal->SetIsStroke(
true );
2080 m_gal->SetStrokeColor( color );
2085 m_gal->SetIsFill(
true );
2086 m_gal->SetIsStroke(
false );
2087 m_gal->SetFillColor( color );
2100 else if( drawShape )
2123 expansion.
x = expansion.
y = 0;
2137 margin = std::max( margin, getExpansion( layer ) );
2144 margin = getExpansion( pcbLayer );
2147 std::unique_ptr<PAD> dummyPad;
2148 std::shared_ptr<SHAPE_COMPOUND> shapes;
2151 bool simpleShapes = !outline_mode;
2157 && ( margin.
x < 0 || margin.
y < 0 ) ) )
2165 if( pad_size.
x + 2 * margin.
x <= 0 || pad_size.
y + 2 * margin.
y <= 0 )
2170 int initial_radius = dummyPad->GetRoundRectCornerRadius( pcbLayer );
2172 dummyPad->SetSize( pcbLayer, pad_size + margin + margin );
2178 int radius_margin = std::max( margin.
x, margin.
y );
2179 dummyPad->SetRoundRectCornerRadius( pcbLayer, std::max( initial_radius + radius_margin, 0 ) );
2182 shapes = std::dynamic_pointer_cast<SHAPE_COMPOUND>( dummyPad->GetEffectiveShape( pcbLayer ) );
2183 margin.
x = margin.
y = 0;
2187 shapes = std::dynamic_pointer_cast<SHAPE_COMPOUND>( aPad->
GetEffectiveShape( pcbLayer ) );
2200 simpleShapes =
false;
2203 for(
const SHAPE* shape : shapes->Shapes() )
2208 switch( shape->Type() )
2219 simpleShapes =
false;
2225 const auto drawOneSimpleShape =
2226 [&](
const SHAPE& aShape )
2228 switch( aShape.Type() )
2233 int effectiveWidth = seg.
GetWidth() + 2 * margin.
x;
2235 if( effectiveWidth > 0 )
2244 int effectiveRadius =
circle.GetRadius() + margin.
x;
2246 if( effectiveRadius > 0 )
2247 m_gal->DrawCircle(
circle.GetCenter(), effectiveRadius );
2258 if( effectiveMargin.
x < 0 )
2263 if( effectiveSize.
x > 0 && effectiveSize.
y > 0 )
2264 m_gal->DrawRectangle( pos - effectiveMargin, pos + effectiveSize );
2266 else if( effectiveMargin.
x > 0 )
2272 m_gal->DrawSegment( pos,
2274 effectiveMargin.
x * 2 );
2277 effectiveMargin.
x * 2 );
2280 effectiveMargin.
x * 2 );
2283 effectiveMargin.
x * 2 );
2305 for(
int ii = 0; ii < poly.
PointCount(); ++ii )
2310 m_gal->DrawPolygon( outline );
2323 m_gal->DrawSegment( seg.
A, seg.
B, margin.
x * 2 );
2338 for(
const SHAPE* shape : shapes->Shapes() )
2339 drawOneSimpleShape( *shape );
2346 m_gal->DrawPolygon( polySet );
2367 m_gal->SetIsStroke(
true );
2368 m_gal->SetIsFill(
false );
2369 m_gal->SetStrokeColor( color );
2375 auto shape = std::dynamic_pointer_cast<SHAPE_COMPOUND>( aPad->
GetEffectiveShape( pcbLayer ) );
2377 if( shape && shape->Size() == 1 && shape->Shapes()[0]->Type() ==
SH_SEGMENT )
2382 else if( shape && shape->Size() == 1 && shape->Shapes()[0]->Type() ==
SH_CIRCLE )
2395 m_gal->DrawPolygon( polySet );
2401 m_gal->DrawSegment( slot->GetSeg().A, slot->GetSeg().B, slot->GetWidth() + 2 *
clearance );
2412 m_gal->SetIsFill(
false );
2413 m_gal->SetIsStroke(
true );
2428 board->GetNetChainColor(
m_pcbSettings.m_highlightedNetChain );
2431 termColor = chainColor;
2443 m_gal->SetStrokeColor( termColor );
2444 m_gal->SetLineWidth( baseWidth );
2452 int inset = baseWidth * 2;
2454 inner.
Inflate( -inset, -inset );
2488 isHatchedFill =
false;
2506 if( netname.IsEmpty() )
2543 thickness = thickness + margin;
2549 m_gal->SetIsFill(
false );
2550 m_gal->SetIsStroke(
true );
2554 m_gal->SetFillColor( color );
2555 m_gal->SetStrokeColor( color );
2569 if( !drawableSegment )
2575 std::vector<VECTOR2I> pts;
2576 VECTOR2I offset = ( segEnd - segStart ).Perpendicular();
2577 offset = offset.
Resize( thickness / 2 );
2579 pts.push_back( segStart + offset );
2580 pts.push_back( segStart - offset );
2581 pts.push_back( segEnd - offset );
2582 pts.push_back( segEnd + offset );
2585 m_gal->DrawLine( pts[0], pts[1] );
2586 m_gal->DrawLine( pts[1], pts[2] );
2587 m_gal->DrawLine( pts[2], pts[3] );
2588 m_gal->DrawLine( pts[3], pts[0] );
2589 m_gal->DrawLine( ( pts[0] + pts[1] ) / 2, ( pts[1] + pts[2] ) / 2 );
2590 m_gal->DrawLine( ( pts[1] + pts[2] ) / 2, ( pts[2] + pts[3] ) / 2 );
2591 m_gal->DrawLine( ( pts[2] + pts[3] ) / 2, ( pts[3] + pts[0] ) / 2 );
2592 m_gal->DrawLine( ( pts[3] + pts[0] ) / 2, ( pts[0] + pts[1] ) / 2 );
2594 else if( outline_mode )
2596 m_gal->DrawSegment( segStart, segEnd, thickness );
2600 m_gal->SetIsFill(
true );
2601 m_gal->SetIsStroke(
false );
2603 m_gal->DrawSegment( segStart, segEnd, thickness );
2625 m_gal->DrawPolygon( outline );
2627 else if( outline_mode )
2629 m_gal->DrawSegmentChain( outline, thickness );
2633 m_gal->SetIsFill(
true );
2634 m_gal->SetIsStroke(
false );
2638 m_gal->DrawSegmentChain( outline, thickness );
2647 m_gal->DrawPolygon( deflated_shape );
2651 m_gal->DrawPolygon( outline );
2663 m_gal->DrawLine( pts[0], pts[1] );
2664 m_gal->DrawLine( pts[1], pts[2] );
2665 m_gal->DrawLine( pts[2], pts[3] );
2666 m_gal->DrawLine( pts[3], pts[0] );
2667 m_gal->DrawLine( pts[0], pts[2] );
2668 m_gal->DrawLine( pts[1], pts[3] );
2670 else if( outline_mode )
2672 m_gal->DrawSegment( pts[0], pts[1], thickness );
2673 m_gal->DrawSegment( pts[1], pts[2], thickness );
2674 m_gal->DrawSegment( pts[2], pts[3], thickness );
2675 m_gal->DrawSegment( pts[3], pts[0], thickness );
2679 m_gal->SetIsFill(
true );
2680 m_gal->SetIsStroke(
false );
2684 m_gal->DrawSegment( pts[0], pts[1], thickness );
2685 m_gal->DrawSegment( pts[1], pts[2], thickness );
2686 m_gal->DrawSegment( pts[2], pts[3], thickness );
2687 m_gal->DrawSegment( pts[3], pts[0], thickness );
2702 m_gal->DrawPolygon( poly );
2716 EDA_ANGLE arcAngle = endAngle - startAngle;
2723 else if( outline_mode )
2730 m_gal->SetIsFill(
true );
2731 m_gal->SetIsStroke(
false );
2749 m_gal->SetLineWidth( thickness );
2757 else if( isSolidFill )
2776 auto drawOutlineBody = [&](
const SHAPE_LINE_CHAIN& aOutline,
int aOutlineIdx )
2783 std::vector<VECTOR2I> pts;
2794 m_gal->DrawSegmentChain( shortened, thickness );
2798 m_gal->DrawSegmentChain( aOutline, thickness );
2807 drawOutlineBody( shape.
COutline( ii ), ii );
2811 m_gal->SetIsFill(
true );
2812 m_gal->SetIsStroke(
false );
2817 drawOutlineBody( shape.
COutline( ii ), ii );
2827 m_gal->DrawPolygon( deflated_shape );
2838 m_gal->DrawPolygon( shape );
2855 std::vector<VECTOR2D> output;
2856 BEZIER_POLY converter( std::vector<VECTOR2D>{ curve->Start, curve->C1, curve->C2, curve->End } );
2859 m_gal->DrawSegmentChain( output, thickness );
2865 m_gal->SetLineWidth( thickness );
2866 m_gal->DrawCurve( curve->Start, curve->C1, curve->C2, curve->End,
m_maxError );
2881 m_gal->DrawEllipse(
center, majorR - thickness / 2, minorR - thickness / 2, rot );
2882 m_gal->DrawEllipse(
center, majorR + thickness / 2, minorR + thickness / 2, rot );
2888 m_gal->SetLineWidth( thickness );
2891 m_gal->DrawEllipse(
center, majorR, minorR, rot );
2892 else if( isSolidFill )
2893 m_gal->DrawEllipse(
center, majorR, minorR, rot );
2910 m_gal->DrawEllipseArc(
center, majorR - thickness / 2, minorR - thickness / 2, rot, start,
end );
2911 m_gal->DrawEllipseArc(
center, majorR + thickness / 2, minorR + thickness / 2, rot, start,
end );
2916 m_gal->SetIsFill(
false );
2917 m_gal->SetIsStroke( thickness > 0 );
2918 m_gal->SetLineWidth( thickness );
2919 m_gal->DrawEllipseArc(
center, majorR, minorR, rot, start,
end );
2934 m_gal->SetIsFill(
true );
2935 m_gal->SetIsStroke(
false );
2940 for(
SHAPE* shape : shapes )
2946 m_gal->DrawSegment( a, b, thickness );
2950 for(
SHAPE* shape : shapes )
2957 m_gal->SetIsFill(
false );
2958 m_gal->SetIsStroke(
true );
2962 m_gal->DrawLine( seg.A, seg.B );
3010 font->
Draw(
m_gal, aText, pos, aAttrs, aFontMetrics );
3025 if( img_scale != 1.0 )
3033 m_gal->SetIsStroke(
true );
3034 m_gal->SetStrokeColor( color );
3036 m_gal->SetIsFill(
false );
3043 bm_size.
x /= img_scale;
3044 bm_size.
y /= img_scale;
3045 VECTOR2D origin( -bm_size.
x / 2.0, -bm_size.
y / 2.0 );
3048 m_gal->DrawRectangle( origin,
end );
3065 draw(
static_cast<const PCB_TEXT*
>( aField ), aLayer );
3073 if( resolvedText.Length() == 0 )
3080 m_gal->SetIsFill(
true );
3081 m_gal->SetIsStroke(
true );
3082 m_gal->SetFillColor( color );
3083 m_gal->SetStrokeColor( color );
3088 m_gal->DrawPolygon( poly );
3103 m_gal->SetStrokeColor( color );
3104 m_gal->SetFillColor( color );
3111 m_gal->SetIsStroke(
false );
3112 m_gal->SetIsFill(
true );
3113 m_gal->DrawPolygon( finalPoly );
3133 textWidth.
x = -textWidth.
x;
3140 textPos -= textWidth;
3142 textPos += textWidth;
3145 strokeText( resolvedText, textPos, attrs, metrics );
3149 std::vector<std::unique_ptr<KIFONT::GLYPH>>* cache =
nullptr;
3157 m_gal->DrawGlyphs( *cache );
3197 m_gal->SetIsFill(
true );
3198 m_gal->SetIsStroke(
false );
3199 m_gal->SetFillColor( sh_color );
3200 m_gal->SetStrokeColor( sh_color );
3204 std::vector<VECTOR2I> pts = aTextBox->
GetCorners();
3205 int line_thickness = std::max( thickness*3,
pcbIUScale.mmToIU( 0.2 ) );
3207 std::deque<VECTOR2D> dpts;
3212 dpts.push_back(
VECTOR2D( pts[0] ) );
3214 m_gal->SetIsStroke(
true );
3215 m_gal->SetLineWidth( line_thickness );
3216 m_gal->DrawPolygon( dpts );
3219 m_gal->SetFillColor( color );
3220 m_gal->SetStrokeColor( color );
3221 m_gal->SetIsFill(
true );
3222 m_gal->SetIsStroke(
false );
3230 std::vector<VECTOR2I> pts = aTextBox->
GetCorners();
3232 for(
size_t ii = 0; ii < pts.size(); ++ii )
3233 m_gal->DrawSegment( pts[ii], pts[( ii + 1 ) % pts.size()], thickness );
3240 for(
SHAPE* shape : shapes )
3245 m_gal->DrawSegment( a, b, thickness );
3249 for(
SHAPE* shape : shapes )
3262 m_canvas->SetFillColor( sh_color );
3263 m_canvas->SetStrokeColor( sh_color );
3276 m_gal->SetIsStroke(
false );
3277 m_gal->SetIsFill(
true );
3278 m_gal->DrawPolygon( finalPoly );
3282 if( resolvedText.Length() == 0 )
3298 std::vector<std::unique_ptr<KIFONT::GLYPH>>* cache =
nullptr;
3306 m_gal->DrawGlyphs( *cache );
3322 if( cell->GetColSpan() > 0 || cell->GetRowSpan() > 0 )
3334 m_gal->SetIsFill(
false );
3335 m_gal->SetIsStroke(
true );
3336 m_gal->SetStrokeColor( color );
3337 m_gal->SetLineWidth( lineWidth );
3341 m_gal->DrawLine( ptA, ptB );
3352 m_gal->DrawLine( a+1, b );
3354 m_gal->DrawLine( a, b );
3362 if( aTable->
IsSelected() || cell->IsSelected() )
3364 std::vector<VECTOR2I> corners = cell->GetCorners();
3365 std::deque<VECTOR2D> pts;
3367 pts.insert( pts.end(), corners.begin(), corners.end() );
3370 m_gal->SetIsFill(
true );
3371 m_gal->SetIsStroke(
false );
3372 m_gal->DrawPolygon( pts );
3386 double anchorSize = 5.0 /
m_gal->GetWorldScale();
3387 double anchorThickness = 1.0 /
m_gal->GetWorldScale();
3390 m_gal->SetIsFill(
false );
3391 m_gal->SetIsStroke(
true );
3392 m_gal->SetStrokeColor( color );
3393 m_gal->SetLineWidth( anchorThickness );
3404 m_gal->SetIsFill(
true );
3405 m_gal->SetIsStroke(
false );
3406 m_gal->SetFillColor( color );
3410 m_canvas->DrawPolygon( poly );
3416 m_gal->DrawRectangle( topLeft, botRight );
3433 m_gal->SetIsFill(
true );
3434 m_gal->SetIsStroke(
false );
3435 m_gal->SetFillColor( color );
3438 m_gal->DrawPolygon( frontpoly );
3441 m_gal->DrawPolygon( backpoly );
3467 m_gal->SetStrokeColor( color );
3475 m_gal->DrawLine( topLeft, topLeft + width );
3476 m_gal->DrawLine( topLeft + width, topLeft + width + height );
3477 m_gal->DrawLine( topLeft + width + height, topLeft + height );
3478 m_gal->DrawLine( topLeft + height, topLeft );
3482 if(
name.IsEmpty() )
3486 int scaledSize = abs(
KiROUND(
m_gal->GetScreenWorldMatrix().GetScale().x * ptSize ) );
3487 int unscaledSize =
pcbIUScale.MilsToIU( ptSize );
3490 int textSize = ( scaledSize + ( unscaledSize * 2 ) ) / 3;
3496 m_gal->DrawLine( topLeft, topLeft - titleHeight );
3497 m_gal->DrawLine( topLeft - titleHeight, topLeft + width - titleHeight );
3498 m_gal->DrawLine( topLeft + width - titleHeight, topLeft + width );
3531 zoneOutline = aZone->
Outline();
3539 m_gal->SetIsFill(
true );
3540 m_gal->SetIsStroke(
false );
3541 m_gal->SetFillColor( color );
3566 std::deque<VECTOR2D> corners;
3583 m_gal->SetStrokeColor( color.
a > 0.0 ? color.
WithAlpha( 1.0 ) : color );
3584 m_gal->SetIsFill(
false );
3585 m_gal->SetIsStroke(
true );
3597 for(
int ii = 0; ii < zoneOutline->
OutlineCount(); ++ii )
3602 int holes_count = zoneOutline->
HoleCount( ii );
3604 for(
int jj = 0; jj < holes_count; ++jj )
3605 m_gal->DrawPolyline( zoneOutline->
CHole( ii, jj ) );
3610 m_gal->DrawLine( hatchLine.A, hatchLine.B );
3622 if( polySet->OutlineCount() == 0 )
3625 m_gal->SetStrokeColor( color );
3626 m_gal->SetFillColor( color );
3627 m_gal->SetLineWidth( 0 );
3631 m_gal->SetIsFill(
true );
3632 m_gal->SetIsStroke(
false );
3636 m_gal->SetIsFill(
false );
3637 m_gal->SetIsStroke(
true );
3644 if(
m_gal->IsOpenGlEngine() && !polySet->IsTriangulationUpToDate() )
3645 polySet->CacheTriangulation(
true );
3656 m_gal->SetIsFill(
true );
3657 m_gal->SetIsStroke(
false );
3658 m_gal->SetFillColor( color );
3669 m_gal->DrawPolygon( shape );
3688 m_gal->SetIsFill(
true );
3689 m_gal->SetIsStroke(
true );
3690 m_gal->SetFillColor( color );
3691 m_gal->SetStrokeColor( color );
3692 m_gal->SetLineWidth( margin );
3694 for(
const std::shared_ptr<SHAPE>& shape : aDimension->
GetShapes() )
3696 switch( shape->Type() )
3701 m_gal->DrawSegment( seg.
A, seg.
B, margin );
3718 m_gal->DrawPolygon( poly );
3723 m_gal->SetStrokeColor( color );
3724 m_gal->SetFillColor( color );
3725 m_gal->SetIsFill(
false );
3726 m_gal->SetIsStroke(
true );
3737 for(
const std::shared_ptr<SHAPE>& shape : aDimension->
GetShapes() )
3739 switch( shape->Type() )
3744 m_gal->DrawLine( seg.
A, seg.
B );
3772 std::vector<std::unique_ptr<KIFONT::GLYPH>>* cache =
nullptr;
3779 for(
const std::unique_ptr<KIFONT::GLYPH>& glyph : *cache )
3780 m_gal->DrawGlyph( *glyph );
3806 m_gal->SetIsFill(
false );
3807 m_gal->SetIsStroke(
true );
3824 if( phiMax + 1e-9 < 2 *
M_PI )
3844 wxFAIL_MSG( wxT(
"draw(PCB_GRID_ITEM*): unhandled PCB_GRID_TYPE" ) );
3856 const double anchorSize = 5.0 /
m_gal->GetWorldScale();
3857 const double anchorThickness = 1.0 /
m_gal->GetWorldScale();
3860 m_gal->SetStrokeColor( anchorColor );
3861 m_gal->SetLineWidth( anchorThickness );
3876 m_gal->SetStrokeColor( strokeColor );
3877 m_gal->SetIsFill(
false );
3878 m_gal->SetIsStroke(
true );
3881 m_gal->Translate( position );
3887 size = 2.0 * aTarget->
GetSize() / 3.0;
3893 size = aTarget->
GetSize() / 2.0;
3912 double size = (double)aPoint->
GetSize() / 2;
3932 m_gal->SetLineWidth( (
float) thickness );
3933 m_gal->SetStrokeColor( crossColor );
3934 m_gal->SetIsFill(
false );
3935 m_gal->SetIsStroke(
true );
3938 m_gal->Translate( position );
3945 m_gal->SetStrokeColor( ringColor );
3969 aMarker->
SetZoom( 1.0 / sqrt(
m_gal->GetZoomFactor() ) );
3975 m_gal->SetStrokeColor( shadowColor );
3976 m_gal->SetFillColor( color );
3980 m_gal->SetIsFill(
false );
3981 m_gal->SetIsStroke(
true );
3986 m_gal->SetIsFill(
true );
3987 m_gal->SetIsStroke(
false );
3990 m_gal->DrawPolygon( polygon );
3997 double bg_h, bg_s, bg_l;
4000 legendColor.
ToHSL( bg_h, bg_s, bg_l );
4001 haloColor.
FromHSL( bg_h, bg_s, bg_l < 0.5 ? 1.0 : 0.0 );
4009 if( shape.GetStroke().GetWidth() == 1.0 )
4011 m_gal->SetIsFill(
false );
4012 m_gal->SetIsStroke(
true );
4016 m_gal->DrawLine( shape.GetStart(), shape.GetEnd() );
4021 shape.CalcArcAngles( startAngle, endAngle );
4023 m_gal->DrawArc( shape.GetCenter(), shape.GetRadius(), startAngle, shape.GetArcAngle() );
4028 m_gal->SetIsFill(
true );
4029 m_gal->SetIsStroke(
false );
4033 m_gal->DrawSegment( shape.GetStart(), shape.GetEnd(), shape.GetWidth() );
4038 shape.CalcArcAngles( startAngle, endAngle );
4040 m_gal->DrawArcSegment( shape.GetCenter(), shape.GetRadius(), startAngle, shape.GetArcAngle(),
4065 m_gal->SetFillColor( outlineColor );
4066 m_gal->AdvanceDepth();
4067 m_gal->SetLineWidth( 0 );
4068 m_gal->SetIsFill(
true );
4069 m_gal->SetIsStroke(
false );
4079 double backdrillRadius = aDrillSize / 2.0;
4080 double lineWidth = std::max( backdrillRadius / 16.0,
m_pcbSettings.m_outlineWidth * 2.0 );
4083 backdrillRadius -= lineWidth / 2;
4086 m_gal->AdvanceDepth();
4087 m_gal->SetIsFill(
false );
4088 m_gal->SetIsStroke(
true );
4089 m_gal->SetLineWidth( (
float) lineWidth );
4092 constexpr int NUM_DASHES = 12;
4095 for(
int i = 0; i < NUM_DASHES; ++i )
4097 EDA_ANGLE startAngle = dashAngle * ( i * 2 );
4098 m_gal->SetStrokeColor(
m_pcbSettings.GetColor( aItem, i % 2 ? aStartLayer : aEndLayer ) );
4099 m_gal->DrawArc( aCenter, backdrillRadius, startAngle, dashAngle );
4109 if(
const PAD*
pad =
dynamic_cast<const PAD*
>( aItem ) )
4110 size =
pad->GetPostMachiningKnockout( aLayer );
4112 size =
via->GetPostMachiningKnockout( aLayer );
4118 m_gal->AdvanceDepth();
4120 double pmRadius = size / 2.0;
4122 double lineWidth = std::max( pmRadius / 16.0,
m_pcbSettings.m_outlineWidth * 2.0 );
4125 pmRadius -= lineWidth / 2;
4129 m_gal->SetIsFill(
false );
4130 m_gal->SetIsStroke(
true );
4131 m_gal->SetStrokeColor( layerColor );
4132 m_gal->SetLineWidth( (
float) lineWidth );
4135 constexpr int NUM_DASHES = 12;
4138 for(
int i = 0; i < NUM_DASHES; ++i )
4140 EDA_ANGLE startAngle = dashAngle * ( i * 2 );
4141 m_gal->DrawArc( aCenter, pmRadius, startAngle, dashAngle );
ERROR_LOC
When approximating an arc or circle, should the error be placed on the outside or inside of the curve...
constexpr int ARC_HIGH_DEF
constexpr EDA_IU_SCALE pcbIUScale
KIFACE_BASE & Kiface()
Global KIFACE_BASE "get" accessor.
@ NORMAL
Inactive layers are shown normally (no high-contrast mode)
@ HIDDEN
Inactive layers are hidden.
@ RATSNEST
Net/netclass colors are shown on ratsnest lines only.
@ ALL
Net/netclass colors are shown on all net copper.
constexpr BOX2I KiROUND(const BOX2D &aBoxD)
static const ADVANCED_CFG & GetCfg()
Get the singleton instance's config, which is shared by all consumers.
Bezier curves to polygon converter.
void GetPoly(std::vector< VECTOR2I > &aOutput, int aMaxError=10)
Convert a Bezier curve to a polygon.
A base class derived from BOARD_ITEM for items that can be connected and have a net,...
virtual NETCLASS * GetEffectiveNetClass() const
Return the NETCLASS for this item.
wxString GetNetname() const
NETINFO_ITEM * GetNet() const
Return #NET_INFO object for a given item.
const wxString & GetDisplayNetname() const
virtual int GetOwnClearance(PCB_LAYER_ID aLayer, wxString *aSource=nullptr) const
Return an item's "own" clearance in internal units.
Container for design settings for a BOARD object.
int GetHolePlatingThickness() const
Pad & via drills are finish size.
DRILL_SYMBOL_PROFILE & GetDrillSymbolProfile()
int m_SolderMaskExpansion
int GetLineThickness(PCB_LAYER_ID aLayer) const
Return the default graphic segment thickness from the layer class for the given layer.
A base class for any item which can be embedded within the BOARD container class, and therefore insta...
virtual BOARD_ITEM * Duplicate(bool addToParentGroup, BOARD_COMMIT *aCommit=nullptr) const
Create a copy of this BOARD_ITEM.
virtual bool IsConnected() const
Returns information if the object is derived from BOARD_CONNECTED_ITEM.
virtual bool IsKnockout() const
virtual PCB_LAYER_ID GetLayer() const
Return the primary layer this item is on.
virtual const BOARD * GetBoard() const
Return the BOARD in which this BOARD_ITEM resides, or NULL if none.
FOOTPRINT * GetParentFootprint() const
virtual LSET GetLayerSet() const
Return a std::bitset of all layers on which the item physically resides.
virtual void TransformShapeToPolySet(SHAPE_POLY_SET &aBuffer, PCB_LAYER_ID aLayer, int aClearance, int aError, ERROR_LOC aErrorLoc, KIGFX::RENDER_SETTINGS *aRenderSettings=nullptr) const
Convert the item shape to a polyset.
const KIFONT::METRICS & GetFontMetrics() const
BOARD_ITEM_CONTAINER * GetParent() const
bool IsSideSpecific() const
virtual bool IsOnCopperLayer() const
Information pertinent to a Pcbnew printed circuit board.
std::vector< const PCB_DRILL_MAP * > DrillMapsOnLayer(PCB_LAYER_ID aLayer) const
Every map on this layer.
BOARD_USE GetBoardUse() const
Get what the board use is.
bool IsElementVisible(GAL_LAYER_ID aLayer) const
Test whether a given element category is visible.
const LSET & GetVisibleLayers() const
A proxy function that calls the correspondent function in m_BoardSettings.
std::shared_ptr< const DRILL_SYMBOL_CACHE > DrillSymbolCache() const
Resolved drill symbols, by group and by owning item.
int GetCopperLayerCount() const
KIGFX::COLOR4D GetNetChainColor(const wxString &aChain) const
BOARD_DESIGN_SETTINGS & GetDesignSettings() const
const LSET & GetEnabledLayers() const
A proxy function that calls the corresponding function in m_BoardSettings.
constexpr const Vec & GetPosition() const
constexpr BOX2< Vec > & Inflate(coord_type dx, coord_type dy)
Inflates the rectangle horizontally by dx and vertically by dy.
constexpr const Vec GetEnd() const
constexpr void SetOrigin(const Vec &pos)
constexpr BOX2< Vec > & Normalize()
Ensure that the height and width are positive.
constexpr size_type GetWidth() const
constexpr Vec Centre() const
constexpr const Vec GetCenter() const
constexpr size_type GetHeight() const
constexpr bool Contains(const Vec &aPoint) const
constexpr const Vec & GetOrigin() const
constexpr const SizeVec & GetSize() const
constexpr void SetEnd(coord_type x, coord_type y)
static const COLOR4D CLEAR
static const COLOR4D WHITE
static const COLOR4D UNSPECIFIED
For legacy support; used as a value to indicate color hasn't been set yet.
static const COLOR4D BLACK
Color settings are a bit different than most of the settings objects in that there can be more than o...
COLOR4D GetColor(int aLayer) const
Grouping rules and symbol assignments, shared by reference so a chart and its map can never disagree ...
int GetSymbolWidth() const
int GetSymbolSize() const
virtual const BOX2I GetBoundingBox() const
Return the orthogonal bounding box of this object for display purposes.
KICAD_T Type() const
Returns the type of object.
bool IsBrightened() const
static bool ShortenSegmentForEndings(VECTOR2I &aStart, VECTOR2I &aEnd, const LINE_ENDING &aStartEnding, const LINE_ENDING &aEndEnding, int aLineWidth)
Shorten a segment body for line endings.
int GetEllipseMinorRadius() const
const VECTOR2I & GetEllipseCenter() const
virtual VECTOR2I GetTopLeft() const
EDA_ANGLE GetEllipseEndAngle() const
int GetEllipseMajorRadius() const
int GetRectangleWidth() const
virtual std::vector< SHAPE * > MakeEffectiveShapes(bool aEdgeOnly=false) const
Make a set of SHAPE objects representing the EDA_SHAPE.
void GetEndingTangents(EDA_ANGLE &aStartTangent, EDA_ANGLE &aEndTangent, int aLineWidth=0) const
Compute outward-facing tangent angles at the start and end of the shape.
void CalcArcAngles(EDA_ANGLE &aStartAngle, EDA_ANGLE &aEndAngle) const
Calc arc start and end angles such that aStartAngle < aEndAngle.
EDA_ANGLE GetEllipseRotation() const
std::vector< SHAPE * > MakeEffectiveShapesForStroking(int aLineWidth=-1) const
Make a set of SHAPE objects to hand to STROKE_PARAMS::Stroke().
virtual VECTOR2I GetBotRight() const
bool GetShortenedBodyPolyPoints(const SHAPE_LINE_CHAIN &aOutline, int aOutlineIdx, std::vector< VECTOR2I > &aPoints, int aLineWidth) const
Copy an outline and apply line-ending body shortening when applicable.
const std::vector< SEG > & GetHatchLines() const
bool IsHatchedFill() const
bool GetLineEndingEndpoints(VECTOR2I &aStartPoint, VECTOR2I &aEndPoint) const
Return the source endpoints used to place line endings.
virtual int GetHatchLineWidth() const
const VECTOR2I & GetEnd() const
Return the ending point of the graphic.
const VECTOR2I & GetStart() const
Return the starting point of the graphic.
std::vector< VECTOR2I > GetRectCorners() const
EDA_ANGLE GetEllipseStartAngle() const
const LINE_ENDING & GetStartEnding() const
std::optional< BEZIER< double > > ShortenedBezierCurve(int aLineWidth) const
Return the cubic Bezier curve shortened for line endings.
int GetRectangleHeight() const
bool ShortenArcForEndings(EDA_ANGLE &aStartAngle, EDA_ANGLE &aArcAngle, double aRadius, int aLineWidth) const
Shorten an arc body for line endings.
const LINE_ENDING & GetEndEnding() const
int GetCornerRadius() const
virtual bool IsVisible() const
KIFONT::FONT * GetFont() const
std::vector< std::unique_ptr< KIFONT::GLYPH > > * GetRenderCache(const KIFONT::FONT *aFont, const wxString &forResolvedText, const VECTOR2I &aOffset={ 0, 0 }) const
BOX2I GetTextBox(const RENDER_SETTINGS *aSettings, int aLine=-1) const
Useful in multiline texts to calculate the full text or a line area (for zones filling,...
GR_TEXT_H_ALIGN_T GetHorizJustify() const
virtual KIFONT::FONT * GetDrawFont(const RENDER_SETTINGS *aSettings) const
const TEXT_ATTRIBUTES & GetAttributes() const
int GetEffectiveTextPenWidth(int aDefaultPenWidth=0) const
The EffectiveTextPenWidth uses the text thickness if > 1 or aDefaultPenWidth.
APP_SETTINGS_BASE * KifaceSettings() const
FONT is an abstract base class for both outline and stroke fonts.
static FONT * GetFont(const wxString &aFontName=wxEmptyString, bool aBold=false, bool aItalic=false, const std::vector< wxString > *aEmbeddedFiles=nullptr, bool aForDrawingSheet=false)
virtual bool IsStroke() const
void Draw(KIGFX::GAL *aGal, const wxString &aText, const VECTOR2I &aPosition, const VECTOR2I &aCursor, const TEXT_ATTRIBUTES &aAttributes, const METRICS &aFontMetrics, std::optional< VECTOR2I > aMousePos=std::nullopt, wxString *aActiveUrl=nullptr) const
Draw a string.
virtual bool IsOutline() const
A color representation with 4 components: red, green, blue, alpha.
COLOR4D WithAlpha(double aAlpha) const
Return a color with the same color, but the given alpha.
void ToHSL(double &aOutHue, double &aOutSaturation, double &aOutLightness) const
Converts current color (stored in RGB) to HSL format.
COLOR4D & Darken(double aFactor)
Makes the color darker by a given factor.
COLOR4D Darkened(double aFactor) const
Return a color that is darker by a given factor, without modifying object.
COLOR4D Inverted() const
Returns an inverted color, alpha remains the same.
COLOR4D & Brighten(double aFactor)
Makes the color brighter by a given factor.
COLOR4D Brightened(double aFactor) const
Return a color that is brighter by a given factor, without modifying object.
static const COLOR4D UNSPECIFIED
For legacy support; used as a value to indicate color hasn't been set yet.
void FromHSL(double aInHue, double aInSaturation, double aInLightness)
Change currently used color to the one given by hue, saturation and lightness parameters.
COLOR4D Mix(const COLOR4D &aColor, double aFactor) const
Return a color that is mixed with the input by a factor.
Attribute save/restore for GAL attributes.
Abstract interface for drawing on a 2D-surface.
GAL * m_gal
Instance of graphic abstraction layer that gives an interface to call commands used to draw (eg.
PAINTER(GAL *aGal)
Initialize this object for painting on any of the polymorphic GRAPHICS_ABSTRACTION_LAYER* derivatives...
void drawPostMachiningIndicator(const BOARD_ITEM *aItem, const VECTOR2D &aCenter, PCB_LAYER_ID aLayer)
Draw post-machining indicator (dashed circle) at the given center point.
virtual SHAPE_SEGMENT getPadHoleShape(const PAD *aPad) const
Return hole shape for a pad (internal units).
void drawChartSymbols(const PCB_DRILL_CHART *aChart, int aLayer)
PCB_PAINTER(GAL *aGal, FRAME_T aFrameType)
int getLineThickness(int aActualThickness) const
Get the thickness to draw for a line (e.g.
void drawDrillSymbol(const BOARD_ITEM *aItem, int aLayer)
virtual bool HasUniformColor(const VIEW_ITEM *aItem, int aLayer) const override
Return false when drawing the item on the given layer emits more than one colour, so a cached group o...
void renderNetNameForSegment(const SHAPE_SEGMENT &aSeg, const COLOR4D &aColor, const wxString &aNetName) const
PCB_VIEWERS_SETTINGS_BASE * viewer_settings()
void draw(const PCB_TRACK *aTrack, int aLayer)
void drawDrillMarks(const PCB_DRILL_MAP *aMap, const std::vector< DRILL_SYMBOL_ENTRY > &aEntries, const COLOR4D &aColor, const KIFONT::METRICS &aFontMetrics)
One hole's marks for one map.
virtual PAD_DRILL_SHAPE getDrillShape(const PAD *aPad) const
Return drill shape of a pad.
int m_holePlatingThickness
PCB_RENDER_SETTINGS m_pcbSettings
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 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.
virtual bool Draw(const VIEW_ITEM *aItem, int aLayer) override
Takes an instance of VIEW_ITEM and passes it to a function that knows how to draw the item.
double m_zoneOpacity
Opacity override for filled zones.
double m_trackOpacity
Opacity override for all tracks.
double m_imageOpacity
Opacity override for user images.
double m_viaOpacity
Opacity override for all types of via.
ZONE_DISPLAY_MODE m_ZoneDisplayMode
void LoadColors(const COLOR_SETTINGS *aSettings) override
double m_padOpacity
Opacity override for SMD pads and PTHs.
void SetBackgroundColor(const COLOR4D &aColor) override
Set the background color.
COLOR4D GetColor(const VIEW_ITEM *aItem, int aLayer) const override
Returns the color that should be used to draw the specific VIEW_ITEM on the specific layer using curr...
HIGH_CONTRAST_MODE m_ContrastModeDisplay
std::map< int, KIGFX::COLOR4D > m_netColors
Set of net codes that should not have their ratsnest displayed.
NET_COLOR_MODE m_netColorMode
Overrides for specific netclass colors.
static const double MAX_FONT_SIZE
< Maximum font size for netnames (and other dynamically shown strings)
double m_filledShapeOpacity
Opacity override for graphic shapes.
bool m_ForceShowFieldsWhenFPSelected
bool GetShowPageLimits() const override
void LoadDisplayOptions(const PCB_DISPLAY_OPTIONS &aOptions)
Load settings related to display options (high-contrast mode, full or outline modes for vias/pads/tra...
bool m_ForcePadSketchModeOn
COLOR4D m_backgroundColor
PCB_LAYER_ID GetPrimaryHighContrastLayer() const
Return the board layer which is in high-contrast mode.
void SetGapLengthRatio(double aRatio)
PCB_LAYER_ID GetActiveLayer() const
std::map< int, COLOR4D > m_layerColorsHi
virtual void update()
Precalculates extra colors for layers (e.g.
void SetDashLengthRatio(double aRatio)
std::set< int > m_highlightNetcodes
std::map< int, COLOR4D > m_layerColorsDark
std::map< int, COLOR4D > m_layerColorsSel
std::set< int > m_highContrastLayers
std::map< int, COLOR4D > m_layerColors
bool m_hiContrastEnabled
Parameters for display modes.
An abstract base class for deriving all objects that can be added to a VIEW.
bool IsBOARD_ITEM() const
double GetForcedTransparency() const
void Draw(KIGFX::GAL &aGal, const VECTOR2I &aPoint, const EDA_ANGLE &aTangent, double aLineWidth, const KIGFX::COLOR4D &aColor) const
LINE_ENDING_STYLE GetStyle() const
LSET is a set of PCB_LAYER_IDs.
static const LSET & AllCuMask()
return AllCuMask( MAX_CU_LAYERS );
PCB_LAYER_ID ExtractLayer() const
Find the first set PCB_LAYER_ID.
LSEQ Seq(const LSEQ &aSequence) const
Return an LSEQ from the union of this LSET and a desired sequence.
static LSET AllCuMask(int aCuLayerCount)
Return a mask holding the requested number of Cu PCB_LAYER_IDs.
static const LSET & PhysicalLayersMask()
Return a mask holding all layers which are physically realized.
int MarkerScale() const
The scaling factor to convert polygonal shape coordinates to internal units.
void ShapeToPolygon(SHAPE_LINE_CHAIN &aPolygon, int aScale=-1) const
Return the shape polygon in internal units in a SHAPE_LINE_CHAIN the coordinates are relatives to the...
A collection of nets and the parameters used to route or test these nets.
COLOR4D GetPcbColor(bool aIsForSave=false) const
Handle the data for a net.
const wxString & GetNetChain() const
PAD * GetTerminalPad(int aIndex) const
static const int UNCONNECTED
Constant that holds the "unconnected net" number (typically 0) all items "connected" to this net are ...
@ NORMAL
Shape is the same on all layers.
int GetOwnClearance(PCB_LAYER_ID aLayer, wxString *aSource=nullptr) const override
Return the pad's "own" clearance in internal units.
LSET GetLayerSet() const override
Return a std::bitset of all layers on which the item physically resides.
const std::vector< std::shared_ptr< PCB_SHAPE > > & GetPrimitives(PCB_LAYER_ID aLayer) const
Accessor to the basic shape list for custom-shaped pads.
bool FlashLayer(int aLayer, bool aOnlyCheckIfPermitted=false) const
Check to see whether the pad should be flashed on the specific layer.
std::shared_ptr< SHAPE_SEGMENT > GetEffectiveHoleShape(PCB_LAYER_ID aLayer=UNDEFINED_LAYER, DRC_CONSTRAINT_T aUsage=NULL_CONSTRAINT) const override
Return a SHAPE_SEGMENT object representing the pad's hole.
const BOX2I GetBoundingBox() const override
The bounding box is cached, so this will be efficient most of the time.
PAD_ATTRIB GetAttribute() const
const wxString & GetPinFunction() const
const wxString & GetNumber() const
VECTOR2I GetPosition() const override
PCB_LAYER_ID GetTertiaryDrillEndLayer() const
VECTOR2I GetOffset(PCB_LAYER_ID aLayer) const
PCB_LAYER_ID GetTertiaryDrillStartLayer() const
bool IsNoConnectPad() const
int GetDrillSizeX() const
PAD_SHAPE GetShape(PCB_LAYER_ID aLayer) const
void TransformShapeToPolygon(SHAPE_POLY_SET &aBuffer, PCB_LAYER_ID aLayer, int aClearance, int aMaxError, ERROR_LOC aErrorLoc=ERROR_INSIDE, bool ignoreLineWidth=false) const override
Convert the pad shape to a closed polygon.
int GetSolderMaskExpansion(PCB_LAYER_ID aLayer) const
VECTOR2I GetSize(PCB_LAYER_ID aLayer) const
const VECTOR2I & GetSecondaryDrillSize() const
EDA_ANGLE GetOrientation() const
Return the rotation angle of the pad.
PAD_DRILL_SHAPE GetDrillShape() const
std::shared_ptr< SHAPE > GetEffectiveShape(PCB_LAYER_ID aLayer=UNDEFINED_LAYER, FLASHING aFlash=FLASHING::DEFAULT, DRC_CONSTRAINT_T aUsage=NULL_CONSTRAINT) const override
Some pad shapes can be complex (rounded/chamfered rectangle), even without considering custom shapes.
VECTOR2I GetSolderPasteMargin(PCB_LAYER_ID aLayer) const
Usually < 0 (mask shape smaller than pad)because the margin can be dependent on the pad size,...
PCB_LAYER_ID GetSecondaryDrillStartLayer() const
const VECTOR2I & GetTertiaryDrillSize() const
VECTOR2I ShapePos(PCB_LAYER_ID aLayer) const
PCB_LAYER_ID GetSecondaryDrillEndLayer() const
DISPLAY_OPTIONS m_Display
bool IsDegenerated(int aThreshold=5) const
EDA_ANGLE GetArcAngleStart() const
const VECTOR2I GetFocusPosition() const override
Similar to GetPosition() but allows items to return their visual center rather than their anchor.
EDA_ANGLE GetAngle() const
const VECTOR2I & GetMid() const
virtual VECTOR2I GetCenter() const override
This defaults to the center of the bounding box if not overridden.
void GetBoundingHull(SHAPE_POLY_SET &aBuffer, PCB_LAYER_ID aLayer, int aClearance, int aMaxError, ERROR_LOC aErrorLoc=ERROR_INSIDE) const
const SHAPE_POLY_SET & GetOutline() const
int GetLineThickness() const
const std::vector< std::shared_ptr< SHAPE > > & GetShapes() const
double m_TrackOpacity
Opacity override for all tracks.
double m_FilledShapeOpacity
Opacity override for graphic shapes.
double m_ZoneOpacity
Opacity override for filled zone areas.
double m_ImageOpacity
Opacity override for user images.
double m_PadOpacity
Opacity override for SMD pads and PTHs.
double m_ViaOpacity
Opacity override for all types of via.
HIGH_CONTRAST_MODE m_ContrastModeDisplay
How inactive layers are displayed.
NET_COLOR_MODE m_NetColorMode
How to use color overrides on specific nets and netclasses.
ZONE_DISPLAY_MODE m_ZoneDisplayMode
A drill chart placed on the board, kept in step with the holes.
const std::map< int, int > & RowShapes() const
Curated shape index for each generated row, by table row.
int GetSymbolColumn() const
Table column the symbol is drawn in, or -1 when the chart has no symbol column.
Turns on drill symbols at the holes, for one layer.
int GetSymbolSize() const
bool GetGuideCross() const
bool GetOutlineSlots() const
const DRILL_SPAN & GetSpan() const
const BOX2I GetBoundingBox() const override
Return the orthogonal bounding box of this object for display purposes.
std::shared_ptr< const SHAPE_POLY_SET > GetBoardOutlines() const
The board outline displaced by this map's offset.
const VECTOR2I & GetOffset() const
EDA_ANGLE GetPhiExtent() const
VECTOR2I GetExtent() const
VECTOR2I GetPosition() const override
EDA_ANGLE GetOrientation() const
int GetRadiusExtent() const
PCB_GRID_TYPE GetGridItemType() const
A set of BOARD_ITEMs (i.e., without duplicates).
const BOX2I GetBoundingBox() const override
Return the orthogonal bounding box of this object for display purposes.
void SetZoom(double aZoomFactor) const
std::vector< PCB_SHAPE > GetErrorLegendShapes() const
GAL_LAYER_ID GetColorLayer() const
VECTOR2I GetPosition() const override
PCB_VIEWERS_SETTINGS_BASE * viewer_settings()
A PCB_POINT is a 0-dimensional point that is used to mark a position on a PCB, or more usually a foot...
VECTOR2I GetPosition() const override
Object to handle a bitmap image that can be inserted in a PCB.
REFERENCE_IMAGE & GetReferenceImage()
VECTOR2I GetCenter() const override
This defaults to the center of the bounding box if not overridden.
int GetWidth() const override
bool HasSolderMask() const
int GetSolderMaskExpansion() const
bool IsProxyItem() const override
STROKE_PARAMS GetStroke() const override
void UpdateHatching() const override
PCB_LAYER_ID GetLayer() const override
Return the primary layer this item is on.
PCB_TABLECELL * GetCell(int aRow, int aCol) const
std::vector< PCB_TABLECELL * > GetCells() const
void DrawBorders(const std::function< void(const VECTOR2I &aPt1, const VECTOR2I &aPt2, const STROKE_PARAMS &aStroke)> &aCallback) const
VECTOR2I GetPosition() const override
bool IsBorderEnabled() const
Disables the border, this is done by changing the stroke internally.
void TransformTextToPolySet(SHAPE_POLY_SET &aBuffer, int aClearance, int aMaxError, ERROR_LOC aErrorLoc) const
Function TransformTextToPolySet Convert the text to a polygonSet describing the actual character stro...
VECTOR2I GetTextSize() const override
VECTOR2I GetDrawPos() const override
const BOX2I GetBoundingBox() const override
Return the orthogonal bounding box of this object for display purposes.
wxString GetShownText(RESOLUTION_CONTEXT aContext, int aDepth=0) const override
Return the string actually shown after processing of the base text.
std::vector< VECTOR2I > GetCorners() const override
Return 4 corners for a rectangle or rotated rectangle (stored as a poly).
void TransformShapeToPolygon(SHAPE_POLY_SET &aBuffer, PCB_LAYER_ID aLayer, int aClearance, int aMaxError, ERROR_LOC aErrorLoc, bool aIgnoreLineWidth=false) const override
Convert the item shape to a closed polygon.
const SHAPE_POLY_SET & GetKnockoutCache(const KIFONT::FONT *aFont, const wxString &forResolvedText, int aMaxError) const
VECTOR2I GetTextPos() const override
int GetTextThickness() const override
EDA_ANGLE GetDrawRotation() const override
wxString GetShownText(RESOLUTION_CONTEXT aContext, int aDepth=0) const override
Return the string actually shown after processing of the base text.
VECTOR2I GetTextSize() const override
int GetSolderMaskExpansion() const
const VECTOR2I & GetStart() const
const VECTOR2I & GetEnd() const
virtual int GetWidth() const
PCB_LAYER_ID BottomLayer() const
PCB_LAYER_ID GetTertiaryDrillEndLayer() const
std::optional< int > GetTertiaryDrillSize() const
bool FlashLayer(int aLayer) const
Check to see whether the via should have a pad on the specific layer.
std::optional< int > GetSecondaryDrillSize() const
PCB_LAYER_ID GetSecondaryDrillEndLayer() const
int GetWidth() const override
PCB_LAYER_ID GetTertiaryDrillStartLayer() const
bool IsOnLayer(PCB_LAYER_ID aLayer) const override
Test to see if this object is on the given layer.
PCB_LAYER_ID TopLayer() const
int GetDrillValue() const
Calculate the drill value for vias (m_drill if > 0, or default drill value for the board).
VIATYPE GetViaType() const
PCB_LAYER_ID GetSecondaryDrillStartLayer() const
void LayerPair(PCB_LAYER_ID *top_layer, PCB_LAYER_ID *bottom_layer) const
Return the 2 layers used by the via (the via actually uses all layers between these 2 layers)
VIEWERS_DISPLAY_OPTIONS m_ViewersDisplay
virtual COMMON_SETTINGS * GetCommonSettings() const
virtual SETTINGS_MANAGER & GetSettingsManager() const
A REFERENCE_IMAGE is a wrapper around a BITMAP_IMAGE that is displayed in an editor as a reference fo...
VECTOR2I GetPosition() const
const BITMAP_BASE & GetImage() const
Get the underlying image.
double GetImageScale() const
A round rectangle shape, based on a rectangle and a radius.
void TransformToPolygon(SHAPE_POLY_SET &aBuffer, int aMaxError) const
Get the polygonal representation of the roundrect.
VECTOR2I::extended_type ecoord
int Length() const
Return the length (this).
ecoord SquaredLength() const
T * GetAppSettings(const char *aFilename)
Return a handle to the a given settings by type.
VECTOR2I GetEnd() const override
const SHAPE_LINE_CHAIN ConvertToPolyline(int aMaxError=DefaultAccuracyForPCB(), int *aActualError=nullptr) const
Construct a SHAPE_LINE_CHAIN of segments from a given arc.
VECTOR2I GetStart() const override
const VECTOR2I & GetCenter() const
Represent a polyline containing arcs as well as line segments: A chain of connected line and/or arc s...
bool IsClosed() const override
void SetClosed(bool aClosed)
Mark the line chain as closed (i.e.
int PointCount() const
Return the number of points (vertices) in this line chain.
void Append(int aX, int aY, bool aAllowDuplication=false)
Append a new point at the end of the line chain.
const VECTOR2I & CPoint(int aIndex) const
Return a reference to a given point in the line chain.
Represent a set of closed polygons.
bool IsTriangulationUpToDate() const
void Inflate(int aAmount, CORNER_STRATEGY aCornerStrategy, int aMaxError, bool aSimplify=false)
Perform outline inflation/deflation.
int HoleCount(int aOutline) const
Returns the number of holes in a given outline.
int Append(int x, int y, int aOutline=-1, int aHole=-1, bool aAllowDuplication=false)
Appends a vertex at the end of the given outline/hole (default: the last outline)
virtual void CacheTriangulation(bool aSimplify=false, const TASK_SUBMITTER &aSubmitter={})
Build a polygon triangulation, needed to draw a polygon on OpenGL and in some other calculations.
SHAPE_LINE_CHAIN & Outline(int aIndex)
Return the reference to aIndex-th outline in the set.
int NewOutline()
Creates a new empty polygon in the set and returns its index.
void Deflate(int aAmount, CORNER_STRATEGY aCornerStrategy, int aMaxError)
const SHAPE_LINE_CHAIN & CHole(int aOutline, int aHole) const
int OutlineCount() const
Return the number of outlines in the set.
void Fracture(bool aSimplify=true)
Convert a set of polygons with holes to a single outline with "slits"/"fractures" connecting the oute...
const SHAPE_LINE_CHAIN & COutline(int aIndex) const
int GetWidth() const override
const VECTOR2I & GetPosition() const
const VECTOR2I GetSize() const
const SEG & GetSeg() const
int GetWidth() const override
Represent a simple polygon consisting of a zero-thickness closed chain of connected line segments.
const SHAPE_LINE_CHAIN & Vertices() const
Return the list of vertices defining this simple polygon.
virtual const SEG GetSegment(int aIndex) const override
const VECTOR2I & CPoint(int aIndex) const
Return a const reference to a given point in the polygon.
int PointCount() const
Return the number of points (vertices) in this polygon.
virtual size_t GetSegmentCount() const override
An abstract shape on 2D plane.
Simple container to manage line stroke parameters.
LINE_STYLE GetLineStyle() const
static void Stroke(const SHAPE *aShape, LINE_STYLE aLineStyle, int aWidth, const KIGFX::RENDER_SETTINGS *aRenderSettings, const std::function< void(const VECTOR2I &a, const VECTOR2I &b)> &aStroker)
GR_TEXT_H_ALIGN_T m_Halign
GR_TEXT_V_ALIGN_T m_Valign
VECTOR2< T > Resize(T aNewLength) const
Return a vector of the same direction, but length specified in aNewLength.
Handle a list of polygons defining a copper zone.
bool GetIsRuleArea() const
Accessors to parameters used in Rule Area zones:
std::shared_ptr< SHAPE_POLY_SET > GetFilledPolysList(PCB_LAYER_ID aLayer) const
SHAPE_POLY_SET * Outline()
SHAPE_POLY_SET GetBoardOutline() const
virtual bool IsOnLayer(PCB_LAYER_ID) const override
Test to see if this object is on the given layer.
bool IsTeardropArea() const
ZONE_BORDER_DISPLAY_STYLE GetHatchStyle() const
bool IsConflicting() const
For rule areas which exclude footprints (and therefore participate in courtyard conflicts during move...
std::vector< SEG > GetHatchLines() const
void TransformArcToPolygon(SHAPE_POLY_SET &aBuffer, const VECTOR2I &aStart, const VECTOR2I &aMid, const VECTOR2I &aEnd, int aWidth, int aError, ERROR_LOC aErrorLoc)
Convert arc to multiple straight segments.
@ CHAMFER_ALL_CORNERS
All angles are chamfered.
@ ROUND_ALL_CORNERS
All angles are rounded.
static constexpr EDA_ANGLE ANGLE_90
static constexpr EDA_ANGLE ANGLE_VERTICAL
static constexpr EDA_ANGLE ANGLE_HORIZONTAL
static constexpr EDA_ANGLE ANGLE_360
#define IGNORE_PARENT_GROUP
@ RECTANGLE
Use RECTANGLE instead of RECT to avoid collision in a Windows header.
FRAME_T
The set of EDA_BASE_FRAME derivatives, typically stored in EDA_BASE_FRAME::m_Ident.
@ FRAME_FOOTPRINT_PREVIEW
@ FRAME_FOOTPRINT_CHOOSER
a few functions useful in geometry calculations.
int GetPenSizeForNormal(int aTextSize)
double m_HoleWallPaintingMultiplier
What factor to use when painting via and PTH pad hole walls, so that the painted hole wall can be ove...
bool IsSolderMaskLayer(int aLayer)
@ LAYER_PAD_FR_NETNAMES
Additional netnames layers (not associated with a PCB layer).
@ NETNAMES_LAYER_ID_START
bool IsDrillSymbolLayer(int aLayer)
bool IsPcbLayer(int aLayer)
Test whether a layer is a valid layer for Pcbnew.
bool IsPadCopperLayer(int aLayer)
#define BOARD_LAYER_FOR_DRILL_SYMBOL(galLayer)
bool IsPointsLayer(int aLayer)
int GetNetnameLayer(int aLayer)
Return a netname layer corresponding to the given layer.
bool IsClearanceLayer(int aLayer)
bool IsCopperLayer(int aLayerId)
Test whether a layer is a copper layer.
@ LAYER_POINTS
PCB reference/manual snap points visibility.
@ LAYER_LOCKED_ITEM_SHADOW
Shadow layer for locked items.
@ LAYER_PAD_COPPER_START
Virtual layers for pad copper on a given copper layer.
@ LAYER_CONFLICTS_SHADOW
Shadow layer for items flagged conflicting.
@ LAYER_NON_PLATEDHOLES
Draw usual through hole vias.
@ LAYER_DRC_EXCLUSION
Layer for DRC markers which have been individually excluded.
@ LAYER_PCB_BACKGROUND
PCB background color.
@ LAYER_DRC_HIGHLIGHTED
Color for highlighted DRC markers.
@ LAYER_PADS
Meta control for all pads opacity/visibility (color ignored).
@ LAYER_DRC_WARNING
Layer for DRC markers with #SEVERITY_WARNING.
@ LAYER_PAD_PLATEDHOLES
to draw pad holes (plated)
@ LAYER_VIA_COPPER_START
Virtual layers for via copper on a given copper layer.
@ LAYER_CONSTRAINT_SHADOW
Shadow layer for items bound to a constraint.
@ LAYER_CLEARANCE_START
Virtual layers for pad/via/track clearance outlines for a given copper layer.
@ LAYER_ZONE_START
Virtual layers for stacking zones and tracks on a given copper layer.
@ LAYER_ANCHOR
Anchor of items having an anchor point (texts, footprints).
@ LAYER_VIA_BURIED
Draw blind vias.
@ LAYER_MARKER_SHADOWS
Shadows for DRC markers.
@ LAYER_VIA_HOLES
Draw via holes (pad holes do not use this layer).
@ LAYER_VIA_BLIND
Draw micro vias.
@ LAYER_VIA_THROUGH
Draw buried vias.
@ LAYER_SUBGRIDS
Routing/placement subgrids (PCB_GRID_ITEM) visibility and color.
@ LAYER_DRC_ERROR
Layer for DRC markers with #SEVERITY_ERROR.
bool IsViaCopperLayer(int aLayer)
#define DRILL_SYMBOL_LAYER_FOR(boardLayer)
bool IsNetnameLayer(int aLayer)
Test whether a layer is a netname layer.
bool IsHoleLayer(int aLayer)
bool IsExternalCopperLayer(int aLayerId)
Test whether a layer is an external (F_Cu or B_Cu) copper layer.
PCB_LAYER_ID
A quick note on layer IDs:
bool IsZoneFillLayer(int aLayer)
PCB_LAYER_ID ToLAYER_ID(int aLayer)
MATRIX3x3< double > MATRIX3x3D
unsigned CuratedShape(int aIndex)
Pattern index for the nth curated mark.
std::vector< MARKER_PART > BuildMarker(const VECTOR2I &aPosition, int aRadius, unsigned aShapeId)
Decompose one mark, in the order the parts must be drawn.
The Cairo implementation of the graphics abstraction layer.
bool ZoneOutlineDrawnOnLayer(bool aOutlineOnly, int aLayer)
Decide which GAL draw pass paints a zone's outline.
EDA_ANGLE abs(const EDA_ANGLE &aAngle)
PAD_DRILL_SHAPE
The set of pad drill shapes, used with PAD::{Set,Get}DrillShape()
@ NPTH
like PAD_PTH, but not plated mechanical use only, no connection allowed
@ PTH
Plated through hole pad.
BARCODE class definition.
Class to handle a set of BOARD_ITEMs.
static bool viaHoleShowsLayerPair(const PCB_VIA *aVia)
PCBNEW_SETTINGS * pcbconfig()
PGM_BASE & Pgm()
The global program "get" accessor.
PGM_BASE * PgmOrNull()
Return a reference that can be nullptr when running a shared lib from a script, not from a kicad app.
@ SH_RECT
axis-aligned rectangle
@ SH_SIMPLE
simple polygon
wxString UnescapeString(const wxString &aSource)
int PrintableCharCount(const wxString &aString)
Return the number of printable (ie: non-formatting) chars.
LINE_STYLE
Dashed line types.
double hicontrast_dimming_factor
One drawable mark, with the geometry the renderer needs to place it.
bool m_DisplayPcbTrackFill
bool m_DisplayGraphicsFill
SHAPE_CIRCLE circle(c.m_circle_center, c.m_circle_radius)
void RotatePoint(int *pX, int *pY, const EDA_ANGLE &aAngle)
Calculate the new point of coord coord pX, pY, for a rotation center 0, 0.
constexpr KICAD_T BaseType(const KICAD_T aType)
Return the underlying type of the given type.
@ PCB_SHAPE_T
class PCB_SHAPE, a segment not on copper layers
@ PCB_DIM_ORTHOGONAL_T
class PCB_DIM_ORTHOGONAL, a linear dimension constrained to x/y
@ PCB_DIM_LEADER_T
class PCB_DIM_LEADER, a leader dimension (graphic item)
@ PCB_VIA_T
class PCB_VIA, a via (like a track segment on a copper layer)
@ PCB_DRILL_MAP_T
class PCB_DRILL_MAP, drill symbols drawn at the holes
@ PCB_DIM_CENTER_T
class PCB_DIM_CENTER, a center point marking (graphic item)
@ PCB_GROUP_T
class PCB_GROUP, a set of BOARD_ITEMs
@ PCB_TEXTBOX_T
class PCB_TEXTBOX, wrapped text on a layer
@ PCB_ZONE_T
class ZONE, a copper pour area
@ PCB_TEXT_T
class PCB_TEXT, text on a layer
@ PCB_REFERENCE_IMAGE_T
class PCB_REFERENCE_IMAGE, bitmap on a layer
@ PCB_FIELD_T
class PCB_FIELD, text associated with a footprint property
@ PCB_MARKER_T
class PCB_MARKER, a marker used to show something
@ PCB_BARCODE_T
class PCB_BARCODE, a barcode (graphic item)
@ PCB_TARGET_T
class PCB_TARGET, a target (graphic item)
@ PCB_TABLECELL_T
class PCB_TABLECELL, PCB_TEXTBOX for use in tables
@ PCB_FOOTPRINT_T
class FOOTPRINT, a footprint
@ PCB_GRID_ITEM_T
a subgrid placed on a board
@ PCB_DIM_ALIGNED_T
class PCB_DIM_ALIGNED, a linear dimension (graphic item)
@ PCB_PAD_T
class PAD, a pad in a footprint
@ PCB_BOARD_OUTLINE_T
class PCB_BOARD_OUTLINE_T, a pcb board outline item
@ PCB_ARC_T
class PCB_ARC, an arc track segment on a copper layer
@ PCB_TABLE_T
class PCB_TABLE, table of PCB_TABLECELLs
@ PCB_POINT_T
class PCB_POINT, a 0-dimensional point
@ PCB_TRACE_T
class PCB_TRACK, a track segment (segment on a copper layer)
@ PCB_DIM_RADIAL_T
class PCB_DIM_RADIAL, a radius or diameter dimension
@ PCB_DRILL_CHART_T
class PCB_DRILL_CHART, a live drill chart derived from PCB_TABLE
VECTOR2< int32_t > VECTOR2I
VECTOR2< double > VECTOR2D