KiCad PCB EDA Suite
Loading...
Searching...
No Matches
board_inspection_tool.cpp File Reference

Go to the source code of this file.

Classes

class  NET_CONTEXT_MENU
 

Macros

#define EVAL_RULES(constraint, a, b, layer, r)   drcEngine->EvalRules( constraint, a, b, layer, r )
 

Functions

bool isNPTHPad (BOARD_ITEM *aItem)
 
wxString reportMin (PCB_BASE_FRAME *aFrame, DRC_CONSTRAINT &aConstraint)
 
wxString reportOpt (PCB_BASE_FRAME *aFrame, DRC_CONSTRAINT &aConstraint)
 
wxString reportMax (PCB_BASE_FRAME *aFrame, DRC_CONSTRAINT &aConstraint)
 

Macro Definition Documentation

◆ EVAL_RULES

#define EVAL_RULES (   constraint,
  a,
  b,
  layer,
 
)    drcEngine->EvalRules( constraint, a, b, layer, r )

Function Documentation

◆ isNPTHPad()

bool isNPTHPad ( BOARD_ITEM aItem)

Definition at line 180 of file board_inspection_tool.cpp.

References NPTH, PCB_PAD_T, and EDA_ITEM::Type().

Referenced by BOARD_INSPECTION_TOOL::getItemDescription().

◆ reportMax()

◆ reportMin()

◆ reportOpt()