|
KiCad PCB EDA Suite
|
#include <algorithm>#include <pcb_edit_frame.h>#include <widgets/unit_binder.h>#include <board.h>#include <board_design_settings.h>#include <pcb_track.h>#include <pcb_group.h>#include <connectivity/connectivity_data.h>#include <pcb_layer_box_selector.h>#include <tool/tool_manager.h>#include <tools/pcb_selection_tool.h>#include <tools/global_edit_tool.h>#include "dialog_global_edit_tracks_and_vias.h"#include "magic_enum.hpp"Go to the source code of this file.
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 wxString | g_netclassFilter |
| static wxString | g_netFilter |
| 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 43 of file dialog_global_edit_tracks_and_vias.cpp.
|
static |
Definition at line 57 of file dialog_global_edit_tracks_and_vias.cpp.
|
static |
Definition at line 58 of file dialog_global_edit_tracks_and_vias.cpp.