| 
    KiCad PCB EDA Suite
    
   | 
 
#include <cstdio>#include <view/view.h>#include <view/view_item.h>#include <view/view_group.h>#include <math/vector2d.h>#include <math/box2.h>#include <geometry/shape_line_chain.h>#include <geometry/shape_circle.h>#include <gal/color4d.h>#include <eda_item.h>Go to the source code of this file.
Classes | |
| class | ROUTER_PREVIEW_ITEM | 
Namespaces | |
| namespace | PNS | 
| Push and Shove diff pair dimensions (gap) settings dialog.  | |
Macros | |
| #define | PNS_HEAD_TRACE 1 | 
| #define | PNS_HOVER_ITEM 2 | 
| #define | PNS_SEMI_SOLID 4 | 
| #define | PNS_COLLISION 8 | 
| #define PNS_COLLISION 8 | 
Definition at line 52 of file router_preview_item.h.
Referenced by ROUTER_PREVIEW_ITEM::drawShape(), PCB_TUNING_PATTERN::resetToBaseline(), ROUTER_PREVIEW_ITEM::Update(), and ROUTER_PREVIEW_ITEM::ViewDraw().
| #define PNS_HEAD_TRACE 1 | 
Definition at line 49 of file router_preview_item.h.
Referenced by ROUTER_PREVIEW_ITEM::getLayerColor(), and PNS::ROUTER::movePlacing().
| #define PNS_HOVER_ITEM 2 | 
Definition at line 50 of file router_preview_item.h.
Referenced by ROUTER_PREVIEW_ITEM::getLayerColor(), PCB_TUNING_PATTERN::GetPreviewItems(), and ROUTER_PREVIEW_ITEM::Update().
| #define PNS_SEMI_SOLID 4 | 
Definition at line 51 of file router_preview_item.h.
Referenced by PNS_KICAD_IFACE::DisplayItem(), and ROUTER_PREVIEW_ITEM::ViewDraw().