KiCad PCB EDA Suite
dialog_global_edit_tracks_and_vias.cpp File Reference

Go to the source code of this file.

Classes

class  DIALOG_GLOBAL_EDIT_TRACKS_AND_VIAS
 

Enumerations

enum  {
  GRID_NAME = 0 , GRID_TRACKSIZE , GRID_VIASIZE , GRID_VIADRILL ,
  GRID_uVIASIZE , GRID_uVIADRILL , GRID_DIFF_PAIR_WIDTH , GRID_DIFF_PAIR_GAP ,
  GRID_DIFF_PAIR_VIA_GAP
}
 

Variables

static bool g_modifyTracks = true
 
static bool g_modifyVias = true
 
static bool g_filterByNetclass
 
static wxString g_netclassFilter
 
static bool g_filterByNet
 
static wxString g_netFilter
 
static bool g_filterByLayer
 
static int g_layerFilter
 
static bool g_filterSelected = false
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
GRID_NAME 
GRID_TRACKSIZE 
GRID_VIASIZE 
GRID_VIADRILL 
GRID_uVIASIZE 
GRID_uVIADRILL 
GRID_DIFF_PAIR_WIDTH 
GRID_DIFF_PAIR_GAP 
GRID_DIFF_PAIR_VIA_GAP 

Definition at line 39 of file dialog_global_edit_tracks_and_vias.cpp.

39 {
40 GRID_NAME = 0,
46 GRID_DIFF_PAIR_WIDTH, // not currently included in grid
47 GRID_DIFF_PAIR_GAP, // not currently included in grid
48 GRID_DIFF_PAIR_VIA_GAP // not currently included in grid
49};

Variable Documentation

◆ g_filterByLayer

◆ g_filterByNet

◆ g_filterByNetclass

◆ g_filterSelected

◆ g_layerFilter

◆ g_modifyTracks

◆ g_modifyVias

◆ g_netclassFilter

◆ g_netFilter