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_base.h"
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_filterByTrackWidth = false |
static int | g_trackWidthFilter = 0 |
static bool | g_filterByViaSize = false |
static int | g_viaSizeFilter = 0 |
static bool | g_filterSelected = false |
static bool | g_setToSpecifiedValues = true |
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 42 of file dialog_global_edit_tracks_and_vias.cpp.
|
static |
Definition at line 62 of file dialog_global_edit_tracks_and_vias.cpp.
Referenced by DIALOG_GLOBAL_EDIT_TRACKS_AND_VIAS::TransferDataToWindow(), and DIALOG_GLOBAL_EDIT_TRACKS_AND_VIAS::~DIALOG_GLOBAL_EDIT_TRACKS_AND_VIAS().
|
static |
Definition at line 60 of file dialog_global_edit_tracks_and_vias.cpp.
Referenced by DIALOG_GLOBAL_EDIT_TRACKS_AND_VIAS::TransferDataToWindow(), and DIALOG_GLOBAL_EDIT_TRACKS_AND_VIAS::~DIALOG_GLOBAL_EDIT_TRACKS_AND_VIAS().
|
static |
Definition at line 58 of file dialog_global_edit_tracks_and_vias.cpp.
Referenced by DIALOG_GLOBAL_EDIT_TRACKS_AND_VIAS::TransferDataToWindow(), and DIALOG_GLOBAL_EDIT_TRACKS_AND_VIAS::~DIALOG_GLOBAL_EDIT_TRACKS_AND_VIAS().
|
static |
Definition at line 64 of file dialog_global_edit_tracks_and_vias.cpp.
Referenced by DIALOG_GLOBAL_EDIT_TRACKS_AND_VIAS::TransferDataToWindow(), and DIALOG_GLOBAL_EDIT_TRACKS_AND_VIAS::~DIALOG_GLOBAL_EDIT_TRACKS_AND_VIAS().
|
static |
Definition at line 66 of file dialog_global_edit_tracks_and_vias.cpp.
Referenced by DIALOG_GLOBAL_EDIT_TRACKS_AND_VIAS::TransferDataToWindow(), and DIALOG_GLOBAL_EDIT_TRACKS_AND_VIAS::~DIALOG_GLOBAL_EDIT_TRACKS_AND_VIAS().
|
static |
Definition at line 68 of file dialog_global_edit_tracks_and_vias.cpp.
Referenced by DIALOG_GLOBAL_EDIT_TRACKS_AND_VIAS::TransferDataToWindow(), and DIALOG_GLOBAL_EDIT_TRACKS_AND_VIAS::~DIALOG_GLOBAL_EDIT_TRACKS_AND_VIAS().
|
static |
Definition at line 63 of file dialog_global_edit_tracks_and_vias.cpp.
Referenced by DIALOG_GLOBAL_EDIT_TRACKS_AND_VIAS::TransferDataToWindow(), and DIALOG_GLOBAL_EDIT_TRACKS_AND_VIAS::~DIALOG_GLOBAL_EDIT_TRACKS_AND_VIAS().
|
static |
Definition at line 56 of file dialog_global_edit_tracks_and_vias.cpp.
Referenced by DIALOG_GLOBAL_EDIT_TRACKS_AND_VIAS::TransferDataToWindow(), and DIALOG_GLOBAL_EDIT_TRACKS_AND_VIAS::~DIALOG_GLOBAL_EDIT_TRACKS_AND_VIAS().
|
static |
Definition at line 57 of file dialog_global_edit_tracks_and_vias.cpp.
Referenced by DIALOG_GLOBAL_EDIT_TRACKS_AND_VIAS::TransferDataToWindow(), and DIALOG_GLOBAL_EDIT_TRACKS_AND_VIAS::~DIALOG_GLOBAL_EDIT_TRACKS_AND_VIAS().
|
static |
Definition at line 59 of file dialog_global_edit_tracks_and_vias.cpp.
Referenced by DIALOG_GLOBAL_EDIT_TRACKS_AND_VIAS::TransferDataToWindow(), and DIALOG_GLOBAL_EDIT_TRACKS_AND_VIAS::~DIALOG_GLOBAL_EDIT_TRACKS_AND_VIAS().
|
static |
Definition at line 61 of file dialog_global_edit_tracks_and_vias.cpp.
Referenced by DIALOG_GLOBAL_EDIT_TRACKS_AND_VIAS::TransferDataToWindow(), and DIALOG_GLOBAL_EDIT_TRACKS_AND_VIAS::~DIALOG_GLOBAL_EDIT_TRACKS_AND_VIAS().
|
static |
Definition at line 69 of file dialog_global_edit_tracks_and_vias.cpp.
Referenced by DIALOG_GLOBAL_EDIT_TRACKS_AND_VIAS::DIALOG_GLOBAL_EDIT_TRACKS_AND_VIAS(), and DIALOG_GLOBAL_EDIT_TRACKS_AND_VIAS::~DIALOG_GLOBAL_EDIT_TRACKS_AND_VIAS().
|
static |
Definition at line 65 of file dialog_global_edit_tracks_and_vias.cpp.
Referenced by DIALOG_GLOBAL_EDIT_TRACKS_AND_VIAS::TransferDataToWindow(), and DIALOG_GLOBAL_EDIT_TRACKS_AND_VIAS::~DIALOG_GLOBAL_EDIT_TRACKS_AND_VIAS().
|
static |
Definition at line 67 of file dialog_global_edit_tracks_and_vias.cpp.
Referenced by DIALOG_GLOBAL_EDIT_TRACKS_AND_VIAS::TransferDataToWindow(), and DIALOG_GLOBAL_EDIT_TRACKS_AND_VIAS::~DIALOG_GLOBAL_EDIT_TRACKS_AND_VIAS().