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

Go to the source code of this file.

Variables

static const COLOR4D inductorAreaFill (0.3, 0.3, 0.5, 0.3)
 
static const COLOR4D inductorAreaStroke (0.4, 1.0, 1.0, 1.0)
 
static const double inductorAreaStrokeWidth = 1.0
 Aspect of the preview rectangle - this is hardcoded in the microwave backend for now.
 
static const double inductorAreaAspect = 0.5
 

Variable Documentation

◆ inductorAreaAspect

const double inductorAreaAspect = 0.5
static

Definition at line 105 of file microwave_tool.cpp.

Referenced by MICROWAVE_TOOL::drawMicrowaveInductor().

◆ inductorAreaFill

const COLOR4D inductorAreaFill(0.3, 0.3, 0.5, 0.3) ( 0.  3,
0.  3,
0.  5,
0.  3 
)
static

◆ inductorAreaStroke

const COLOR4D inductorAreaStroke(0.4, 1.0, 1.0, 1.0) ( 0.  4,
1.  0,
1.  0,
1.  0 
)
static

◆ inductorAreaStrokeWidth

const double inductorAreaStrokeWidth = 1.0
static

Aspect of the preview rectangle - this is hardcoded in the microwave backend for now.

Definition at line 101 of file microwave_tool.cpp.

Referenced by MICROWAVE_TOOL::drawMicrowaveInductor().