![]() |
KiCad PCB EDA Suite
|
#include <fctsys.h>
#include <confirm.h>
#include <pcb_edit_frame.h>
#include <class_board.h>
#include <connectivity/connectivity_data.h>
#include <view/view.h>
#include <pcb_layer_box_selector.h>
#include <tool/tool_manager.h>
#include <tool/selection.h>
#include <tools/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 |
Macros | |
#define | SET_NETCLASS_VALUE(row, col, val) m_netclassGrid->SetCellValue( row, col, StringFromValue( GetUserUnits(), val, true, true ) ) |
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 LAYER_NUM | g_layerFilter |
#define SET_NETCLASS_VALUE | ( | row, | |
col, | |||
val | |||
) | m_netclassGrid->SetCellValue( row, col, StringFromValue( GetUserUnits(), val, true, 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 39 of file dialog_global_edit_tracks_and_vias.cpp.
|
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 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 55 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 53 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 54 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 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().