KiCad PCB EDA Suite
Loading...
Searching...
No Matches
pcb_via_stitch.cpp File Reference
#include <pcb_via_stitch.h>
#include <dialogs/dialog_via_stitch_properties.h>
#include <pcb_base_edit_frame.h>
#include <tool/tool_manager.h>
#include <tools/generator_tool.h>
#include <board_commit.h>
#include <cmath>
#include <map>
#include <vector>
#include <boost/random/mersenne_twister.hpp>
#include <boost/random/uniform_real_distribution.hpp>
#include <geometry/poisson_disk.h>
#include <geometry/seg.h>
#include <geometry/shape_line_chain.h>
#include <geometry/shape_rect.h>
#include <gal/graphics_abstraction_layer.h>
#include <gal/painter.h>
#include <tool/action_menu.h>
#include <tools/pcb_actions.h>
#include <view/view.h>
#include <zone.h>
#include <pad.h>
#include <pcb_track.h>
#include <board.h>
#include <board_design_settings.h>
#include <convert_basic_shapes_to_polygon.h>
#include <footprint.h>
#include <geometry/shape_segment.h>
#include <drc/drc_engine.h>
#include <drc/drc_rtree.h>
#include <drc/drc_rule.h>
#include <properties/property.h>
#include <properties/property_mgr.h>
#include <drc/drc_cache_generator.h>

Go to the source code of this file.

Classes

struct  PCB_VIA_STITCH_DESC
 

Functions

 ENUM_TO_WXANY (PCB_VIA_STITCH_LAYOUT)
 
 ENUM_TO_WXANY (PCB_VIA_STITCH_MODE)
 

Variables

static struct PCB_VIA_STITCH_DESC _PCB_VIA_STITCH_DESC
 
static GENERATORS_MGR::REGISTER< PCB_VIA_STITCHregisterMe
 

Function Documentation

◆ ENUM_TO_WXANY() [1/2]

ENUM_TO_WXANY ( PCB_VIA_STITCH_LAYOUT )

◆ ENUM_TO_WXANY() [2/2]

ENUM_TO_WXANY ( PCB_VIA_STITCH_MODE )

Variable Documentation

◆ _PCB_VIA_STITCH_DESC

struct PCB_VIA_STITCH_DESC _PCB_VIA_STITCH_DESC
static

◆ registerMe

Definition at line 1629 of file pcb_via_stitch.cpp.