KiCad PCB EDA Suite
Loading...
Searching...
No Matches
dialog_via_stitch_properties.cpp File Reference
#include "dialog_via_stitch_properties.h"
#include <boost/random/mersenne_twister.hpp>
#include <boost/random/uniform_real_distribution.hpp>
#include <board.h>
#include <board_commit.h>
#include <board_design_settings.h>
#include <dialogs/dialog_track_via_properties.h>
#include <gal/graphics_abstraction_layer.h>
#include <generators/pcb_via_stitch.h>
#include <geometry/shape_poly_set.h>
#include <origin_viewitem.h>
#include <pcb_base_edit_frame.h>
#include <pcb_painter.h>
#include <pcb_track.h>
#include <pgm_base.h>
#include <project/net_settings.h>
#include <settings/color_settings.h>
#include <tools/generator_tool.h>
#include <widgets/net_selector.h>
#include <widgets/unit_binder.h>
#include <view/view.h>

Go to the source code of this file.

Variables

static constexpr int PREVIEW_TILE_PITCHES = 6
 How many pitches to show on a side of the preview tile.
 

Variable Documentation

◆ PREVIEW_TILE_PITCHES

int PREVIEW_TILE_PITCHES = 6
staticconstexpr

How many pitches to show on a side of the preview tile.

Big enough to give a sense of the pattern across multiple rows; small enough that vias stay readable at any realistic pitch.

Definition at line 52 of file dialog_via_stitch_properties.cpp.

Referenced by DIALOG_VIA_STITCH_PROPERTIES::buildGuardPreview(), and DIALOG_VIA_STITCH_PROPERTIES::buildStitchPreview().