KiCad PCB EDA Suite
|
#include <algorithm>
#include <widgets/unit_binder.h>
#include <pcb_edit_frame.h>
#include <board.h>
#include <board_design_settings.h>
#include <pcb_track.h>
#include <pcb_group.h>
#include <footprint.h>
#include <teardrop/teardrop.h>
#include <zone_filler.h>
#include <connectivity/connectivity_data.h>
#include <pcb_layer_box_selector.h>
#include <tool/tool_manager.h>
#include <tools/global_edit_tool.h>
#include "dialog_global_edit_teardrops_base.h"
Go to the source code of this file.
Classes | |
class | DIALOG_GLOBAL_EDIT_TEARDROPS |
Enumerations | |
enum | TEARDROP_ACTION { REMOVE_TEARDROP_IN_SCOPE , REMOVE_ALL_TEARDROPS , ADD_TEARDROPS_DEFAULT , ADD_TEARDROPS_WITH_SPEC_VALUES } |
Variables | |
static bool | g_vias = true |
static bool | g_pthPads = true |
static bool | g_smdPads = true |
static bool | g_trackToTrack = false |
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_filterRoundPads = false |
static bool | g_filterSelected = false |
static int | g_action = ADD_TEARDROPS_DEFAULT |
enum TEARDROP_ACTION |
Enumerator | |
---|---|
REMOVE_TEARDROP_IN_SCOPE | |
REMOVE_ALL_TEARDROPS | |
ADD_TEARDROPS_DEFAULT | |
ADD_TEARDROPS_WITH_SPEC_VALUES |
Definition at line 41 of file dialog_global_edit_teardrops.cpp.
|
static |
Definition at line 62 of file dialog_global_edit_teardrops.cpp.
Referenced by DIALOG_GLOBAL_EDIT_TEARDROPS::TransferDataToWindow(), and DIALOG_GLOBAL_EDIT_TEARDROPS::~DIALOG_GLOBAL_EDIT_TEARDROPS().
|
static |
Definition at line 58 of file dialog_global_edit_teardrops.cpp.
Referenced by DIALOG_GLOBAL_EDIT_TEARDROPS::TransferDataToWindow(), and DIALOG_GLOBAL_EDIT_TEARDROPS::~DIALOG_GLOBAL_EDIT_TEARDROPS().
|
static |
Definition at line 56 of file dialog_global_edit_teardrops.cpp.
Referenced by DIALOG_GLOBAL_EDIT_TEARDROPS::TransferDataToWindow(), and DIALOG_GLOBAL_EDIT_TEARDROPS::~DIALOG_GLOBAL_EDIT_TEARDROPS().
|
static |
Definition at line 54 of file dialog_global_edit_teardrops.cpp.
Referenced by DIALOG_GLOBAL_EDIT_TEARDROPS::TransferDataToWindow(), and DIALOG_GLOBAL_EDIT_TEARDROPS::~DIALOG_GLOBAL_EDIT_TEARDROPS().
|
static |
Definition at line 60 of file dialog_global_edit_teardrops.cpp.
Referenced by DIALOG_GLOBAL_EDIT_TEARDROPS::TransferDataToWindow(), and DIALOG_GLOBAL_EDIT_TEARDROPS::~DIALOG_GLOBAL_EDIT_TEARDROPS().
|
static |
Definition at line 61 of file dialog_global_edit_teardrops.cpp.
Referenced by DIALOG_GLOBAL_EDIT_TEARDROPS::TransferDataToWindow(), and DIALOG_GLOBAL_EDIT_TEARDROPS::~DIALOG_GLOBAL_EDIT_TEARDROPS().
|
static |
Definition at line 59 of file dialog_global_edit_teardrops.cpp.
Referenced by DIALOG_GLOBAL_EDIT_TEARDROPS::TransferDataToWindow(), and DIALOG_GLOBAL_EDIT_TEARDROPS::~DIALOG_GLOBAL_EDIT_TEARDROPS().
|
static |
Definition at line 55 of file dialog_global_edit_teardrops.cpp.
Referenced by DIALOG_GLOBAL_EDIT_TEARDROPS::TransferDataToWindow(), and DIALOG_GLOBAL_EDIT_TEARDROPS::~DIALOG_GLOBAL_EDIT_TEARDROPS().
|
static |
Definition at line 57 of file dialog_global_edit_teardrops.cpp.
Referenced by DIALOG_GLOBAL_EDIT_TEARDROPS::TransferDataToWindow(), and DIALOG_GLOBAL_EDIT_TEARDROPS::~DIALOG_GLOBAL_EDIT_TEARDROPS().
|
static |
Definition at line 51 of file dialog_global_edit_teardrops.cpp.
Referenced by DIALOG_GLOBAL_EDIT_TEARDROPS::TransferDataToWindow(), and DIALOG_GLOBAL_EDIT_TEARDROPS::~DIALOG_GLOBAL_EDIT_TEARDROPS().
|
static |
Definition at line 52 of file dialog_global_edit_teardrops.cpp.
Referenced by DIALOG_GLOBAL_EDIT_TEARDROPS::TransferDataToWindow(), and DIALOG_GLOBAL_EDIT_TEARDROPS::~DIALOG_GLOBAL_EDIT_TEARDROPS().
|
static |
Definition at line 53 of file dialog_global_edit_teardrops.cpp.
Referenced by DIALOG_GLOBAL_EDIT_TEARDROPS::TransferDataToWindow(), and DIALOG_GLOBAL_EDIT_TEARDROPS::~DIALOG_GLOBAL_EDIT_TEARDROPS().
|
static |
Definition at line 50 of file dialog_global_edit_teardrops.cpp.
Referenced by DIALOG_GLOBAL_EDIT_TEARDROPS::TransferDataToWindow(), and DIALOG_GLOBAL_EDIT_TEARDROPS::~DIALOG_GLOBAL_EDIT_TEARDROPS().