| 
    KiCad PCB EDA Suite
    
   | 
 
#include "symbol_editor_edit_tool.h"#include <tool/picker_tool.h>#include <tools/sch_selection_tool.h>#include <tools/sch_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 <sch_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>#include <io/kicad/kicad_io_utils.h>#include <trace_helpers.h>Go to the source code of this file.
Variables | |
| static std::vector< KICAD_T > | nonFields | 
      
  | 
  static | 
Definition at line 445 of file symbol_editor_edit_tool.cpp.
Referenced by SYMBOL_EDITOR_EDIT_TOOL::Copy(), and SYMBOL_EDITOR_EDIT_TOOL::Duplicate().