KiCad PCB EDA Suite
|
#include <kiway.h>
#include <tool/picker_tool.h>
#include <tools/sch_edit_tool.h>
#include <tools/ee_selection_tool.h>
#include <tools/sch_line_wire_bus_tool.h>
#include <tools/sch_move_tool.h>
#include <tools/sch_drawing_tools.h>
#include <ee_actions.h>
#include <bitmaps.h>
#include <confirm.h>
#include <eda_item.h>
#include <string_utils.h>
#include <sch_item.h>
#include <sch_symbol.h>
#include <sch_shape.h>
#include <sch_sheet.h>
#include <sch_sheet_pin.h>
#include <sch_text.h>
#include <sch_textbox.h>
#include <sch_bitmap.h>
#include <sch_view.h>
#include <sch_line.h>
#include <sch_bus_entry.h>
#include <sch_junction.h>
#include <sch_edit_frame.h>
#include <schematic.h>
#include <schematic_commit.h>
#include <drawing_sheet/ds_proxy_view_item.h>
#include <eeschema_id.h>
#include <dialogs/dialog_change_symbols.h>
#include <dialogs/dialog_image_properties.h>
#include <dialogs/dialog_line_properties.h>
#include <dialogs/dialog_wire_bus_properties.h>
#include <dialogs/dialog_symbol_properties.h>
#include <dialogs/dialog_sheet_pin_properties.h>
#include <dialogs/dialog_field_properties.h>
#include <dialogs/dialog_junction_props.h>
#include <dialogs/dialog_shape_properties.h>
#include <dialogs/dialog_label_properties.h>
#include <dialogs/dialog_text_properties.h>
#include <pgm_base.h>
#include <settings/settings_manager.h>
#include <symbol_editor_settings.h>
#include <core/kicad_algo.h>
#include <wx/textdlg.h>
#include "project/net_settings.h"
Go to the source code of this file.
Classes | |
class | SYMBOL_UNIT_MENU |
Macros | |
#define | HITTEST_THRESHOLD_PIXELS 5 |
Typedefs | |
using | E_C = EE_CONDITIONS |
Variables | |
const std::vector< KICAD_T > | swappableItems |
static std::vector< KICAD_T > | deletableItems |
#define HITTEST_THRESHOLD_PIXELS 5 |
Definition at line 1437 of file sch_edit_tool.cpp.
using E_C = EE_CONDITIONS |
Definition at line 139 of file sch_edit_tool.cpp.
|
static |
Definition at line 1321 of file sch_edit_tool.cpp.
Referenced by SCH_EDIT_TOOL::DeleteItemCursor(), and SCH_EDIT_TOOL::DoDelete().
const std::vector<KICAD_T> swappableItems |
Definition at line 1129 of file sch_edit_tool.cpp.
Referenced by SCH_EDIT_TOOL::Swap().