KiCad PCB EDA Suite
|
#include "symbol_editor_edit_tool.h"
#include <tool/picker_tool.h>
#include <tools/ee_selection_tool.h>
#include <tools/ee_tool_utils.h>
#include <tools/symbol_editor_pin_tool.h>
#include <tools/symbol_editor_drawing_tools.h>
#include <tools/symbol_editor_move_tool.h>
#include <clipboard.h>
#include <ee_actions.h>
#include <increment.h>
#include <pin_layout_cache.h>
#include <string_utils.h>
#include <symbol_edit_frame.h>
#include <sch_commit.h>
#include <dialogs/dialog_shape_properties.h>
#include <dialogs/dialog_text_properties.h>
#include <dialogs/dialog_field_properties.h>
#include <dialogs/dialog_lib_symbol_properties.h>
#include <dialogs/dialog_lib_edit_pin_table.h>
#include <dialogs/dialog_update_symbol_fields.h>
#include <view/view_controls.h>
#include <richio.h>
#include <sch_io/kicad_sexpr/sch_io_kicad_sexpr.h>
#include <sch_textbox.h>
#include <wx/textdlg.h>
#include <math/util.h>
Go to the source code of this file.
Macros | |
#define | HITTEST_THRESHOLD_PIXELS 5 |
Variables | |
const std::vector< KICAD_T > | swappableItems |
static std::vector< KICAD_T > | nonFields |
#define HITTEST_THRESHOLD_PIXELS 5 |
Definition at line 483 of file symbol_editor_edit_tool.cpp.
|
static |
Definition at line 373 of file symbol_editor_edit_tool.cpp.
Referenced by SYMBOL_EDITOR_EDIT_TOOL::Copy(), SYMBOL_EDITOR_EDIT_TOOL::Duplicate(), and SYMBOL_EDITOR_EDIT_TOOL::InteractiveDelete().
const std::vector<KICAD_T> swappableItems |
Definition at line 291 of file symbol_editor_edit_tool.cpp.