KiCad PCB EDA Suite
Loading...
Searching...
No Matches
router_preview_item.h File Reference
#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
 

Macro Definition Documentation

◆ PNS_COLLISION

#define PNS_COLLISION   8

Definition at line 51 of file router_preview_item.h.

◆ PNS_HEAD_TRACE

#define PNS_HEAD_TRACE   1

Definition at line 48 of file router_preview_item.h.

◆ PNS_HOVER_ITEM

#define PNS_HOVER_ITEM   2

Definition at line 49 of file router_preview_item.h.

◆ PNS_SEMI_SOLID

#define PNS_SEMI_SOLID   4

Definition at line 50 of file router_preview_item.h.