| 
    KiCad PCB EDA Suite
    
   | 
 
#include <bitmaps.h>#include <board_commit.h>#include <board_item.h>#include <class_draw_panel_gal.h>#include <footprint.h>#include <confirm.h>#include <gal/graphics_abstraction_layer.h>#include <microwave/microwave_tool.h>#include <preview_items/two_point_geom_manager.h>#include <preview_items/centreline_rect_item.h>#include <tool/tool_manager.h>#include <tools/pcb_actions.h>#include <view/view_controls.h>#include <view/view.h>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 | 
      
  | 
  static | 
Definition at line 105 of file microwave_tool.cpp.
Referenced by MICROWAVE_TOOL::drawMicrowaveInductor().
      
  | 
  static | 
Referenced by MICROWAVE_TOOL::drawMicrowaveInductor().
      
  | 
  static | 
Referenced by MICROWAVE_TOOL::drawMicrowaveInductor().
      
  | 
  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().