64 SetIcon( BITMAPS::show_ratsnest );
86 std::shared_ptr<NET_CONTEXT_MENU> netSubMenu = std::make_shared<NET_CONTEXT_MENU>();
87 netSubMenu->SetTool(
this );
90 auto showNetMenuFunc =
93 if( aSelection.Empty() )
96 for(
const EDA_ITEM* item : aSelection )
98 switch( item->Type() )
127 menu.
AddMenu( netSubMenu.get(), showNetMenuFunc, 100 );
135 m_frame = getEditFrame<PCB_EDIT_FRAME>();
148 bool* aCourtyardError )
160 *aCompileError =
true;
164 zone->CacheBoundingBox();
169 zone->CacheBoundingBox();
174 *aCourtyardError =
true;
200 msg += wxS(
" " ) + wxString::Format(
_(
"[netclass %s]" ),
211 r->
Report(
_(
"Report incomplete: could not compile custom design rules." )
212 + wxS(
" " )
213 + wxS(
"<a href='$CUSTOM_RULES'>" ) +
_(
"Show design rules." ) + wxS(
"</a>" ) );
250 return wxT(
"<i>" ) +
_(
"undefined" ) + wxT(
"</i>" );
259 return wxT(
"<i>" ) +
_(
"undefined" ) + wxT(
"</i>" );
268 return wxT(
"<i>" ) +
_(
"undefined" ) + wxT(
"</i>" );
274 auto menuDescription =
277 wxString menuItemLabel = aAction.GetMenuLabel();
278 wxMenuBar* menuBar =
m_frame->GetMenuBar();
280 for(
size_t ii = 0; ii < menuBar->GetMenuCount(); ++ii )
282 for( wxMenuItem* menuItem : menuBar->GetMenu( ii )->GetMenuItems() )
284 if( menuItem->GetItemLabelText() == menuItemLabel )
286 wxString menuTitleLabel = menuBar->GetMenuLabelText( ii );
288 menuTitleLabel.Replace( wxS(
"&" ), wxS(
"&&" ) );
289 menuItemLabel.Replace( wxS(
"&" ), wxS(
"&&" ) );
291 return wxString::Format(
_(
"Run %s > %s" ),
298 return wxString::Format(
_(
"Run %s" ), aAction.GetFriendlyName() );
333 return wxEmptyString;
366 bool compileError =
false;
367 bool courtyardError =
false;
368 std::unique_ptr<DRC_ENGINE> drcEngine =
makeDRCEngine( &compileError, &courtyardError );
373 wxString clearanceStr;
375 switch( aDRCItem->GetErrorCode() )
379 for(
KIID id : aDRCItem->GetIDs() )
388 reportHeader(
_(
"Diff pair uncoupled length resolution for:" ), ac, bc, r );
396 r->
Report( wxString::Format(
_(
"Resolved max uncoupled length: %s." ),
411 r->
Report( wxString::Format(
_(
"Resolved height constraints: min %s; max %s." ),
426 r->
Report( wxString::Format(
_(
"Resolved thickness constraints: min %s; max %s." ),
441 r->
Report( wxString::Format(
_(
"Resolved width constraints: min %s; max %s." ),
456 r->
Report( wxString::Format(
_(
"Resolved angle constraints: min %s; max %s." ),
463 reportHeader(
_(
"Track segment length resolution for:" ), a, r );
471 r->
Report( wxString::Format(
_(
"Resolved segment length constraints: min %s; max %s." ),
478 reportHeader(
_(
"Connection width resolution for:" ), a, b, r );
486 r->
Report( wxString::Format(
_(
"Resolved min connection width: %s." ),
500 r->
Report( wxString::Format(
_(
"Resolved diameter constraints: min %s; max %s." ),
507 reportHeader(
_(
"Via annular width resolution for:" ), a, r );
515 r->
Report( wxString::Format(
_(
"Resolved annular width constraints: min %s; max %s." ),
531 r->
Report( wxString::Format(
_(
"Resolved hole size constraints: min %s; max %s." ),
538 reportHeader(
_(
"Hole clearance resolution for:" ), a, b, r );
546 r->
Report(
_(
"Items belong to the same net. Clearance is 0." ) );
555 r->
Report( wxString::Format(
_(
"Resolved min clearance: %s." ), clearanceStr ) );
561 reportHeader(
_(
"Physical hole clearance resolution for:" ), a, b, layer, r );
570 r->
Report(
_(
"No 'physical_hole_clearance' constraints defined." ) );
575 r->
Report( wxString::Format(
_(
"Resolved min clearance: %s." ), clearanceStr ) );
582 reportHeader(
_(
"Hole-to-hole clearance resolution for:" ), a, b, r );
592 r->
Report( wxString::Format(
_(
"Resolved min clearance: %s." ), clearanceStr ) );
597 reportHeader(
_(
"Edge clearance resolution for:" ), a, b, r );
607 r->
Report( wxString::Format(
_(
"Resolved min clearance: %s." ), clearanceStr ) );
630 &&
static_cast<PAD*
>( a )->GetAttribute() == PAD_ATTRIB::SMD )
641 reportHeader(
_(
"Clearance resolution for:" ), a, b, layer, r );
649 r->
Report(
_(
"Items belong to the same net. Clearance is 0." ) );
658 r->
Report( wxString::Format(
_(
"Resolved min clearance: %s." ), clearanceStr ) );
664 reportHeader(
_(
"Physical clearance resolution for:" ), a, b, layer, r );
673 r->
Report(
_(
"No 'physical_clearance' constraints defined." ) );
678 r->
Report( wxString::Format(
_(
"Resolved min clearance: %s." ), clearanceStr ) );
690 drcEngine->ProcessAssertions( a, [](
const DRC_CONSTRAINT* c ){}, r );
700 dialog->
Show(
true );
710 wxCHECK( selTool, 0 );
756 auto checkFootprint =
759 PAD* foundPad =
nullptr;
763 if( !foundPad ||
pad->SameLogicalPadAs( foundPad ) )
776 a = checkFootprint(
static_cast<FOOTPRINT*
>( a ) );
779 b = checkFootprint(
static_cast<FOOTPRINT*
>( b ) );
787 wxCHECK( dialog, 0 );
802 ZONE* zone =
dynamic_cast<ZONE*
>( a );
809 bool compileError =
false;
810 bool courtyardError =
false;
811 std::unique_ptr<DRC_ENGINE> drcEngine =
makeDRCEngine( &compileError, &courtyardError );
813 if( copperIntersection.any() && zone &&
pad && zone->
GetNetCode() ==
pad->GetNetCode() )
823 reportHeader(
_(
"Zone connection resolution for:" ), a, b, layer, r );
825 constraint = drcEngine->EvalZoneConnection(
pad, zone, layer, r );
831 reportHeader(
_(
"Thermal-relief gap resolution for:" ), a, b, layer, r );
840 r->
Report( wxString::Format(
_(
"Resolved thermal relief gap: %s." ),
845 reportHeader(
_(
"Thermal-relief spoke width resolution for:" ), a, b, layer, r );
854 r->
Report( wxString::Format(
_(
"Resolved spoke width: %s." ),
859 reportHeader(
_(
"Thermal-relief min spoke count resolution for:" ), a, b, layer, r );
868 r->
Report( wxString::Format(
_(
"Resolved min spoke count: %d." ),
871 std::shared_ptr<CONNECTIVITY_DATA> connectivity =
pad->GetBoard()->GetConnectivity();
877 reportHeader(
_(
"Zone clearance resolution for:" ), a, b, layer, r );
881 r->
Report( wxString::Format(
_(
"Zone clearance: %s." ),
891 r->
Report( wxString::Format(
_(
"Overridden by larger physical clearance from %s;"
897 if( !
pad->FlashLayer( layer ) )
907 r->
Report( wxString::Format(
_(
"Overridden by larger physical hole clearance "
908 "from %s; clearance: %s." ),
918 r->
Report( wxString::Format(
_(
"Resolved min clearance: %s." ),
925 reportHeader(
_(
"Zone clearance resolution for:" ), a, b, layer, r );
932 r->
Report( wxString::Format(
_(
"Resolved min clearance: %s." ),
938 else if( copperIntersection.any() && !aFP && !bFP )
942 if( !copperIntersection.test( layer ) )
943 layer = copperIntersection.
Seq().front();
946 reportHeader(
_(
"Clearance resolution for:" ), a, b, layer, r );
951 r->
Report(
_(
"Items belong to the same net. Min clearance is 0." ) );
966 r->
Report(
_(
"Min clearance is 0." ) );
968 else if( clearance < 0 )
970 r->
Report( wxString::Format(
_(
"Resolved clearance: %s; clearance will not be "
976 r->
Report( wxString::Format(
_(
"Resolved min clearance: %s." ),
994 reportHeader(
_(
"Diff-pair gap resolution for:" ), ac, bc, active, r );
999 r->
Report( wxString::Format(
_(
"Resolved gap constraints: min %s; opt %s; max %s." ),
1007 reportHeader(
_(
"Diff-pair max uncoupled length resolution for:" ), ac, bc,
1013 r->
Report(
_(
"No 'diff_pair_uncoupled' constraints defined." ) );
1020 r->
Report( wxString::Format(
_(
"Resolved max uncoupled length: %s." ),
1027 auto isOnCorrespondingLayer=
1039 if( aItem->
IsOnLayer( correspondingMask ) )
1042 if( aItem->
IsTented( correspondingMask ) && aItem->
IsOnLayer( correspondingCopper ) )
1044 *aWarning = wxString::Format(
_(
"Note: %s is tented; clearance will only be "
1045 "applied to holes." ),
1057 if( ( a->
IsOnLayer( layer ) && isOnCorrespondingLayer( b, layer, &warning ) )
1058 || ( b->
IsOnLayer( layer ) && isOnCorrespondingLayer( a, layer, &warning ) ) )
1061 reportHeader(
_(
"Silkscreen clearance resolution for:" ), a, b, layer, r );
1071 if( !warning.IsEmpty() )
1074 r->
Report( wxString::Format(
_(
"Resolved min clearance: %s." ),
1086 if( aCourtyard && bCourtyard )
1089 reportHeader(
_(
"Courtyard clearance resolution for:" ), a, b, layer, r );
1098 r->
Report( wxString::Format(
_(
"Resolved min clearance: %s." ),
1108 bool pageAdded =
false;
1133 reportHeader(
_(
"Hole clearance resolution for:" ), a, b, layer, r );
1142 r->
Report( wxString::Format(
_(
"Resolved min clearance: %s." ),
1162 reportHeader(
_(
"Hole-to-hole clearance resolution for:" ), a, b, r );
1171 r->
Report( wxString::Format(
_(
"Resolved min clearance: %s." ),
1200 r = dialog->
AddHTMLPage( layerName + wxS(
" " ) +
_(
"Clearance" ) );
1201 reportHeader(
_(
"Edge clearance resolution for:" ), a, b, layer, r );
1210 r->
Report( wxString::Format(
_(
"Resolved min clearance: %s." ),
1219 auto reportPhysicalClearance =
1222 reportHeader(
_(
"Physical clearance resolution for:" ), a, b, aLayer, r );
1234 r->
Report(
_(
"No 'physical_clearance' constraints defined." ) );
1239 r->
Report( wxString::Format(
_(
"Resolved min clearance: %s." ),
1248 if( layerIntersection.any() )
1252 if( !layerIntersection.test( layer ) )
1253 layer = layerIntersection.
Seq().front();
1255 reportPhysicalClearance( layer );
1261 reportPhysicalClearance(
F_CrtYd );
1264 reportPhysicalClearance(
B_CrtYd );
1269 reportPhysicalClearance(
F_CrtYd );
1272 reportPhysicalClearance(
B_CrtYd );
1288 reportHeader(
_(
"Physical hole clearance resolution for:" ), a, b, layer, r );
1300 r->
Report(
_(
"No 'physical_hole_clearance' constraints defined." ) );
1305 r->
Report( wxString::Format(
_(
"Resolved min clearance: %s." ),
1313 dialog->
Show(
true );
1320#define EVAL_RULES( constraint, a, b, layer, r ) drcEngine->EvalRules( constraint, a, b, layer, r )
1326 wxCHECK( selTool, 0 );
1338 wxCHECK( dialog, 0 );
1348 bool compileError =
false;
1349 bool courtyardError =
false;
1350 std::unique_ptr<DRC_ENGINE> drcEngine =
makeDRCEngine( &compileError, &courtyardError );
1357 reportHeader(
_(
"Track width resolution for:" ), item, r );
1365 r->
Report( wxString::Format(
_(
"Resolved width constraints: min %s; opt %s; max %s." ),
1376 reportHeader(
_(
"Via diameter resolution for:" ), item, r );
1385 r->
Report( wxString::Format(
_(
"Resolved diameter constraints: min %s; opt %s; max %s." ),
1393 reportHeader(
_(
"Via annular width resolution for:" ), item, r );
1402 r->
Report( wxString::Format(
_(
"Resolved annular width constraints: min %s; opt %s; max %s." ),
1423 r->
Report( wxString::Format(
_(
"Resolved hole size constraints: min %s; opt %s; max %s." ),
1434 reportHeader(
_(
"Text height resolution for:" ), item, r );
1442 r->
Report( wxString::Format(
_(
"Resolved height constraints: min %s; opt %s; max %s." ),
1450 reportHeader(
_(
"Text thickness resolution for:" ), item, r );
1458 r->
Report( wxString::Format(
_(
"Resolved thickness constraints: min %s; opt %s; max %s." ),
1474 if( courtyardError )
1477 r->
Report(
_(
"Report may be incomplete: some footprint courtyards are malformed." )
1478 + wxS(
" " )
1479 + wxS(
"<a href='$DRC'>" ) +
_(
"Run DRC for a full analysis." )
1486 r->
Report(
_(
"Item <b>disallowed</b> at current location." ) );
1488 r->
Report(
_(
"Item allowed at current location." ) );
1498 if( courtyardError )
1501 r->
Report(
_(
"Report may be incomplete: some footprint courtyards are malformed." )
1502 + wxS(
" " )
1503 + wxS(
"<a href='$DRC'>" ) +
_(
"Run DRC for a full analysis." )
1507 drcEngine->ProcessAssertions( item, [](
const DRC_CONSTRAINT* c ){}, r );
1511 dialog->
Show(
true );
1522 wxCHECK( selTool, 0 );
1528 for(
int i = aCollector.
GetCount() - 1; i >= 0; --i )
1530 BOARD_ITEM* item = aCollector[ i ];
1532 if( !dynamic_cast<FOOTPRINT*>( item ) )
1533 aCollector.Remove( item );
1553 wxCHECK( selTool, 0 );
1586 r->
Report( wxS(
"<h7>" ) +
_(
"Board vs library diff for:" ) + wxS(
"</h7>" ) );
1588 + wxS(
"<li>" ) +
_(
"Library: " ) +
EscapeHTML( libName ) + wxS(
"</li>" )
1589 + wxS(
"<li>" ) +
_(
"Library item: " ) +
EscapeHTML( fpName ) + wxS(
"</li></ul>" ) );
1599 libTableRow = libTable->
FindRow( libName );
1607 r->
Report(
_(
"The library is not included in the current configuration." )
1608 + wxS(
"  " )
1609 + wxS(
"<a href='$CONFIG'>" ) +
_(
"Manage Footprint Libraries" )
1613 else if( !libTable->
HasLibrary( libName,
true ) )
1615 r->
Report(
_(
"The library is not enabled in the current configuration." )
1616 + wxS(
"  " )
1617 + wxS(
"<a href='$CONFIG'>" ) +
_(
"Manage Footprint Libraries" )
1623 std::shared_ptr<FOOTPRINT> libFootprint;
1627 libFootprint.reset( libTable->
FootprintLoad( libName, fpName,
true ) );
1635 r->
Report( wxString::Format(
_(
"The library no longer contains the item %s." ),
1641 r->
Report(
_(
"No relevant differences detected." ) );
1653 dialog->
Show(
true );
1659 wxBoxSizer* sizer =
new wxBoxSizer( wxVERTICAL );
1663 sizer->Add( diffWidget, 1, wxEXPAND | wxALL, 5 );
1664 aParentPanel->SetSizer( sizer );
1665 aParentPanel->Layout();
1684 bool request3DviewRedraw =
frame()->GetPcbNewSettings()->m_Display.m_Live3DRefresh;
1687 request3DviewRedraw =
false;
1690 if( request3DviewRedraw )
1704 bool enableHighlight =
false;
1709 std::set<int> netcodes;
1714 netcodes.insert( ci->GetNetCode() );
1717 enableHighlight = !netcodes.empty();
1719 if( enableHighlight && netcodes.size() > 1 )
1726 for(
int multiNet : netcodes )
1734 else if( enableHighlight )
1736 net = *netcodes.begin();
1760 bool saved =
filter.lockedItems;
1761 filter.lockedItems =
true;
1765 filter.lockedItems = saved;
1773 for(
int i = collector.GetCount() - 1; i >= 0; i-- )
1775 LSET itemLayers = collector[i]->GetLayerSet();
1778 ( highContrast && !itemLayers.
Contains( contrastLayer ) ) )
1780 collector.Remove( i );
1785 enableHighlight = ( collector.GetCount() > 0 );
1788 if( enableHighlight )
1799 const std::set<int>& netcodes = settings->GetHighlightNetCodes();
1802 if( !aUseSelection && netcodes.size() == 1 && netcodes.contains( net ) )
1803 enableHighlight = !settings->IsHighlightEnabled();
1805 if( enableHighlight != settings->IsHighlightEnabled() || !netcodes.count( net ) )
1807 if( !netcodes.empty() )
1808 m_lastHighlighted = netcodes;
1810 settings->SetHighlight( enableHighlight, net );
1811 m_toolMgr->GetView()->UpdateAllLayersColor();
1815 if( enableHighlight && net >= 0 )
1817 m_currentlyHighlighted = netcodes;
1818 board->SetHighLightNet( net );
1819 board->HighLightON();
1825 std::vector<MSG_PANEL_ITEM> items;
1827 m_frame->SetMsgPanel( items );
1828 m_frame->SendCrossProbeNetName( netinfo->
GetNetname() );
1833 m_currentlyHighlighted.clear();
1834 board->ResetNetHighLight();
1835 m_frame->SetMsgPanel( board );
1836 m_frame->SendCrossProbeNetName(
"" );
1852 settings->SetHighlight(
true, netcode );
1864 std::set<int> temp = highlighted;
1910 picker->
SetCursor( KICURSOR::BULLSEYE );
1935 for(
PAD*
pad : fp->Pads() )
1943 if(
PAD*
pad = dyn_cast<PAD*>( item) )
1945 pad->SetLocalRatsnestVisible( !
pad->GetLocalRatsnestVisible() );
1947 else if(
FOOTPRINT* fp = dyn_cast<FOOTPRINT*>( item) )
1949 if( !fp->Pads().empty() )
1951 bool enable = !fp->Pads()[0]->GetLocalRatsnestVisible();
1953 for(
PAD* childPad : fp->Pads() )
1954 childPad->SetLocalRatsnestVisible( enable );
1966 [
this,
board](
int aCondition )
1972 for(
PAD*
pad : fp->Pads() )
1996 auto&
selection = selectionTool->GetSelection();
1997 auto connectivity = getModel<BOARD>()->GetConnectivity();
2001 connectivity->ClearLocalRatsnest();
2016 getModel<BOARD>()->GetConnectivity()->ClearLocalRatsnest();
2029 std::vector<BOARD_ITEM*> items;
2032 for( std::size_t i = 0; i < queued_items.size(); ++i )
2034 if( !queued_items[i]->IsBOARD_ITEM() )
2039 wxCHECK2( item,
continue );
2046 items.push_back(
pad );
2053 queued_items.push_back( aItem );
2058 if( boardItem->GetLocalRatsnestVisible() ||
displayOptions().m_ShowModuleRatsnest )
2059 items.push_back( boardItem );
2063 if( items.empty() || std::none_of( items.begin(), items.end(),
2066 return( aItem->Type() == PCB_TRACE_T
2067 || aItem->Type() == PCB_PAD_T
2068 || aItem->Type() == PCB_ARC_T
2069 || aItem->Type() == PCB_ZONE_T
2070 || aItem->Type() == PCB_FOOTPRINT_T
2071 || aItem->Type() == PCB_VIA_T
2072 || aItem->Type() == PCB_SHAPE_T );
2081 connectivity->BlockRatsnestItems( items );
2120 if( bci->GetNetCode() > 0 )
static TOOL_ACTION pickerTool
bool IsTogglingNetclassRatsnestVisibility()
void OnNetVisibilityChanged(int aNetCode, bool aVisibility)
Notifies the panel when a net has been hidden or shown via the external tool.
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.
A base class for any item which can be embedded within the BOARD container class, and therefore insta...
virtual PCB_LAYER_ID GetLayer() const
Return the primary layer this item is on.
virtual bool IsConnected() const
Returns information if the object is derived from BOARD_CONNECTED_ITEM.
virtual bool IsOnLayer(PCB_LAYER_ID aLayer) const
Test to see if this object is on the given layer.
virtual const BOARD * GetBoard() const
Return the BOARD in which this BOARD_ITEM resides, or NULL if none.
virtual LSET GetLayerSet() const
Return a std::bitset of all layers on which the item physically resides.
virtual bool IsTented(PCB_LAYER_ID aLayer) const
Checks if the given object is tented (its copper shape is covered by solder mask) on a given side of ...
virtual bool HasDrilledHole() const
virtual bool IsOnCopperLayer() const
virtual void RunOnDescendants(const std::function< void(BOARD_ITEM *)> &aFunction, int aDepth=0) const
Invoke a function on all descendants.
virtual bool HasHole() const
Information pertinent to a Pcbnew printed circuit board.
void SetHighLightNet(int aNetCode, bool aMulti=false)
Select the netcode to be highlighted.
BOARD_ITEM * GetItem(const KIID &aID) const
const ZONES & Zones() const
void ResetNetHighLight()
Reset all high light data to the init state.
const FOOTPRINTS & Footprints() const
const wxString GetLayerName(PCB_LAYER_ID aLayer) const
Return the name of a aLayer.
PROJECT * GetProject() const
BOARD_DESIGN_SETTINGS & GetDesignSettings() const
void HighLightON(bool aValue=true)
Enable or disable net highlighting.
std::shared_ptr< CONNECTIVITY_DATA > GetConnectivity() const
Return a list of missing connections between components/tracks.
int GetCount() const
Return the number of objects in the list.
void Move(const VECTOR2I &aDelta)
Moves the connectivity list anchors.
Dialog to show common board info.
wxPanel * AddBlankPage(const wxString &aTitle)
WX_HTML_REPORT_BOX * AddHTMLPage(const wxString &aTitle)
bool Show(bool show) override
ZONE_CONNECTION m_ZoneConnection
static int MatchDpSuffix(const wxString &aNetName, wxString &aComplementNet, wxString &aBaseDpName)
Check if the given net is a diff pair, returning its polarity and complement if so.
void ShowInfoBarError(const wxString &aErrorMsg, bool aShowCloseButton=false, WX_INFOBAR::MESSAGE_TYPE aType=WX_INFOBAR::MESSAGE_TYPE::GENERIC)
Show the WX_INFOBAR displayed on the top of the canvas with a message and an error icon on the left o...
void SetMsgPanel(const std::vector< MSG_PANEL_ITEM > &aList)
Clear the message panel and populates it with the contents of aList.
virtual void Refresh(bool aEraseBackground=true, const wxRect *aRect=nullptr) override
A base class for most all the KiCad significant classes used in schematics and boards.
virtual wxString GetItemDescription(UNITS_PROVIDER *aUnitsProvider, bool aFull) const
Return a user-visible description string of this item.
KICAD_T Type() const
Returns the type of object.
EDA_ITEM_FLAGS GetFlags() const
const FP_LIB_TABLE_ROW * FindRow(const wxString &aNickName, bool aCheckIfEnabled=false)
Return an FP_LIB_TABLE_ROW if aNickName is found in this table or in any chained fall back table frag...
FOOTPRINT * FootprintLoad(const wxString &aNickname, const wxString &aFootprintName, bool aKeepUUID=false)
Load a footprint having aFootprintName from the library given by aNickname.
A general implementation of a COLLECTORS_GUIDE.
void SetIgnoreZoneFills(bool ignore)
void SetPreferredLayer(PCB_LAYER_ID aLayer)
Used when the right click button is pressed, or when the select tool is in effect.
void Collect(BOARD_ITEM *aItem, const std::vector< KICAD_T > &aScanList, const VECTOR2I &aRefPos, const COLLECTORS_GUIDE &aGuide)
Scan a BOARD_ITEM using this class's Inspector method, which does the collection.
Hold an error message and may be used when throwing exceptions containing meaningful error messages.
virtual RENDER_SETTINGS * GetSettings()=0
Return a pointer to current settings that are going to be used when drawing items.
PCB specific render settings.
std::set< int > & GetHiddenNets()
Container for all the knowledge about how graphical objects are drawn on any output surface/device.
const std::set< int > & GetHighlightNetCodes() const
Return the netcode of currently highlighted net.
PCB_LAYER_ID GetPrimaryHighContrastLayer() const
Return the board layer which is in high-contrast mode.
bool GetHighContrast() const
void SetHighlight(bool aEnabled, int aNetcode=-1, bool aMulti=false)
Turns on/off highlighting.
bool IsBOARD_ITEM() const
void UpdateAllLayersColor()
Apply the new coloring scheme to all layers.
virtual int GetTopLayer() const
PAINTER * GetPainter() const
Return the painter object used by the view for drawing #VIEW_ITEMS.
void MarkTargetDirty(int aTarget)
Set or clear target 'dirty' flag.
KIWAY & Kiway() const
Return a reference to the KIWAY that this object has an opportunity to participate in.
A logical library item identifier and consists of various portions much like a URI.
const UTF8 & GetLibItemName() const
const UTF8 & GetLibNickname() const
Return the logical library name portion of a LIB_ID.
Hold a record identifying a library accessed by the appropriate plug in object in the LIB_TABLE.
bool HasLibrary(const wxString &aNickname, bool aCheckEnabled=false) const
Test for the existence of aNickname in the library table.
LSET is a set of PCB_LAYER_IDs.
static LSET AllCuMask(int aCuLayerCount=MAX_CU_LAYERS)
Return a mask holding the requested number of Cu PCB_LAYER_IDs.
LSEQ Seq(const LSEQ &aSequence) const
Return an LSEQ from the union of this LSET and a desired sequence.
bool Contains(PCB_LAYER_ID aLayer) const
See if the layer set contains a PCB layer.
const wxString GetName() const
Gets the consolidated name of this netclass (which may be an aggregate)
Handle the data for a net.
const wxString & GetNetname() const
void GetMsgPanelInfo(EDA_DRAW_FRAME *aFrame, std::vector< MSG_PANEL_ITEM > &aList) override
Return the information about the NETINFO_ITEM in aList to display in the message panel.
const VECTOR2I & GetDrillSize() const
PAD_ATTRIB GetAttribute() const
static TOOL_ACTION highlightItem
static TOOL_ACTION toggleNetHighlight
static TOOL_ACTION selectionCursor
Select a single item under the cursor position.
static TOOL_ACTION highlightNet
static TOOL_ACTION hideNetInRatsnest
static TOOL_ACTION hideLocalRatsnest
static TOOL_ACTION showNetInRatsnest
static TOOL_ACTION cleanupTracksAndVias
static TOOL_ACTION selectionClear
Clear the current selection.
static TOOL_ACTION toggleLastNetHighlight
static TOOL_ACTION inspectConstraints
static TOOL_ACTION clearHighlight
static TOOL_ACTION inspectClearance
static TOOL_ACTION updateLocalRatsnest
static TOOL_ACTION diffFootprint
static TOOL_ACTION selectItem
Select an item (specified as the event parameter).
static TOOL_ACTION showFootprintAssociations
static TOOL_ACTION highlightNetSelection
static TOOL_ACTION boardStatistics
static TOOL_ACTION localRatsnestTool
wxString GetDesignRulesPath()
Return the absolute path to the design rules file for the currently-loaded board.
APPEARANCE_CONTROLS * GetAppearancePanel()
Base PCB main window class for Pcbnew, Gerbview, and CvPcb footprint viewer.
virtual PCB_LAYER_ID GetActiveLayer() const
PCB_DRAW_PANEL_GAL * GetCanvas() const override
Return a pointer to GAL-based canvas of given EDA draw frame.
GENERAL_COLLECTORS_GUIDE GetCollectorsGuide()
virtual void Update3DView(bool aMarkDirty, bool aRefresh, const wxString *aTitle=nullptr)
Update the 3D view, if the viewer is opened by this frame.
void RedrawRatsnest()
Return the bounding box of the view that should be used if model is not valid.
DIALOG_BOOK_REPORTER * GetInspectDrcErrorDialog()
void SendCrossProbeItem(BOARD_ITEM *aSyncItem)
Send a message to the schematic editor so that it may move its cursor to an item with the same refere...
DIALOG_BOOK_REPORTER * GetFootprintDiffDialog()
DIALOG_BOOK_REPORTER * GetInspectClearanceDialog()
void SendCrossProbeNetName(const wxString &aNetName)
Send a net name to Eeschema for highlighting.
DIALOG_BOOK_REPORTER * GetInspectConstraintsDialog()
A set of BOARD_ITEMs (i.e., without duplicates).
std::unordered_set< BOARD_ITEM * > & GetItems()
static FP_LIB_TABLE * PcbFootprintLibs(PROJECT *aProject)
Return the table of footprint libraries without Kiway.
Container for project specific data.
A pure virtual class used to derive REPORTER objects from.
virtual REPORTER & Report(const wxString &aText, SEVERITY aSeverity=RPT_SEVERITY_UNDEFINED)=0
Report a string with a given severity.
virtual KIGFX::VIEW_ITEM * GetItem(unsigned int aIdx) const override
int Size() const
Returns the number of selected parts.
bool Empty() const
Checks if there is anything selected.
bool IsEmpty() const
Return true if the set is empty (no polygons at all)
wxString StringFromValue(double aValue, bool aAddUnitLabel=false, EDA_DATA_TYPE aType=EDA_DATA_TYPE::DISTANCE) const
Converts aValue in internal units into a united string.
A slimmed down version of WX_HTML_REPORT_PANEL.
REPORTER & Report(const wxString &aText, SEVERITY aSeverity=RPT_SEVERITY_UNDEFINED) override
Report a string with a given severity.
void Flush()
Build the HTML messages page.
Handle a list of polygons defining a copper zone.
std::optional< int > GetLocalClearance() const override
virtual bool IsOnLayer(PCB_LAYER_ID) const override
Test to see if this object is on the given layer.
virtual LSET GetLayerSet() const override
Return a std::bitset of all layers on which the item physically resides.
@ DRCE_DRILL_OUT_OF_RANGE
@ DRCE_TRACK_SEGMENT_LENGTH
@ DRCE_DRILLED_HOLES_TOO_CLOSE
@ DRCE_DIFF_PAIR_UNCOUPLED_LENGTH_TOO_LONG
@ DRCE_MICROVIA_DRILL_OUT_OF_RANGE
@ DRCE_LIB_FOOTPRINT_MISMATCH
@ ANNULAR_WIDTH_CONSTRAINT
@ COURTYARD_CLEARANCE_CONSTRAINT
@ VIA_DIAMETER_CONSTRAINT
@ DIFF_PAIR_GAP_CONSTRAINT
@ SILK_CLEARANCE_CONSTRAINT
@ EDGE_CLEARANCE_CONSTRAINT
@ MIN_RESOLVED_SPOKES_CONSTRAINT
@ TRACK_SEGMENT_LENGTH_CONSTRAINT
@ TEXT_THICKNESS_CONSTRAINT
@ PHYSICAL_HOLE_CLEARANCE_CONSTRAINT
@ THERMAL_SPOKE_WIDTH_CONSTRAINT
@ CONNECTION_WIDTH_CONSTRAINT
@ THERMAL_RELIEF_GAP_CONSTRAINT
@ MAX_UNCOUPLED_CONSTRAINT
@ HOLE_CLEARANCE_CONSTRAINT
@ PHYSICAL_CLEARANCE_CONSTRAINT
@ HOLE_TO_HOLE_CONSTRAINT
#define MALFORMED_COURTYARDS
bool IsFrontLayer(PCB_LAYER_ID aLayerId)
Layer classification: check if it's a front layer.
bool IsCopperLayer(int aLayerId)
Tests whether a layer is a copper layer.
PCB_LAYER_ID
A quick note on layer IDs:
@ TARGET_OVERLAY
Items that may change while the view stays the same (noncached)
@ NPTH
like PAD_PTH, but not plated mechanical use only, no connection allowed
Class to handle a set of BOARD_ITEMs.
std::vector< FAB_LAYER_COLOR > dummy
wxString EscapeHTML(const wxString &aString)
Return a new wxString escaped for embedding in HTML.
A filename or source description, a problem input line, a line number, a byte offset,...
bool m_ShowGlobalRatsnest
This file contains data structures that are saved in the project file or project local settings file ...
@ PCB_SHAPE_T
class PCB_SHAPE, a segment not on copper layers
@ PCB_GENERATOR_T
class PCB_GENERATOR, generator on a layer
@ PCB_VIA_T
class PCB_VIA, a via (like a track segment on a copper layer)
@ 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_FIELD_T
class PCB_FIELD, text associated with a footprint property
@ PCB_FOOTPRINT_T
class FOOTPRINT, a footprint
@ PCB_PAD_T
class PAD, a pad in a footprint
@ PCB_ARC_T
class PCB_ARC, an arc track segment on a copper layer
@ PCB_TRACE_T
class PCB_TRACK, a track segment (segment on a copper layer)
VECTOR2< int32_t > VECTOR2I