| 
    KiCad PCB EDA Suite
    
   | 
 
#include <algorithm>#include <api/api_handler_sch.h>#include <api/api_server.h>#include <base_units.h>#include <bitmaps.h>#include <confirm.h>#include <connection_graph.h>#include <dialogs/dialog_erc.h>#include <dialogs/dialog_book_reporter.h>#include <dialogs/dialog_symbol_fields_table.h>#include <widgets/sch_design_block_pane.h>#include <wx/srchctrl.h>#include <mail_type.h>#include <wx/clntdata.h>#include <wx/panel.h>#include <wx/sizer.h>#include <wx/menu.h>#include <local_history.h>#include <eeschema_id.h>#include <executable_names.h>#include <gal/graphics_abstraction_layer.h>#include <geometry/shape_segment.h>#include <gestfich.h>#include <dialogs/html_message_box.h>#include <string_utils.h>#include <kiface_base.h>#include <kiplatform/app.h>#include <kiway.h>#include <symbol_edit_frame.h>#include <symbol_viewer_frame.h>#include <pgm_base.h>#include <core/profile.h>#include <project/project_file.h>#include <project/net_settings.h>#include <python_scripting.h>#include <sch_edit_frame.h>#include <symbol_chooser_frame.h>#include <sch_painter.h>#include <sch_marker.h>#include <sch_sheet_pin.h>#include <sch_commit.h>#include <sch_rule_area.h>#include <settings/settings_manager.h>#include <advanced_config.h>#include <sim/simulator_frame.h>#include <tool/action_manager.h>#include <tool/action_toolbar.h>#include <tool/common_control.h>#include <tool/common_tools.h>#include <tool/embed_tool.h>#include <tool/picker_tool.h>#include <tool/properties_tool.h>#include <tool/selection.h>#include <tool/tool_dispatcher.h>#include <tool/tool_manager.h>#include <tool/zoom_tool.h>#include <tools/sch_actions.h>#include <tools/sch_align_tool.h>#include <tools/ee_grid_helper.h>#include <tools/sch_inspection_tool.h>#include <tools/sch_point_editor.h>#include <tools/sch_design_block_control.h>#include <sch_io/sch_io_mgr.h>#include <sch_io/sch_io.h>#include <tools/sch_drawing_tools.h>#include <tools/sch_edit_tool.h>#include <tools/sch_edit_table_tool.h>#include <tools/sch_editor_conditions.h>#include <tools/sch_editor_control.h>#include <tools/sch_group_tool.h>#include <tools/sch_line_wire_bus_tool.h>#include <tools/sch_move_tool.h>#include <tools/sch_navigate_tool.h>#include <tools/sch_find_replace_tool.h>#include <trace_helpers.h>#include <unordered_set>#include <view/view_controls.h>#include <widgets/wx_infobar.h>#include <widgets/hierarchy_pane.h>#include <widgets/bitmap_button.h>#include <widgets/sch_properties_panel.h>#include <widgets/sch_search_pane.h>#include <wildcards_and_files_ext.h>#include <wx/cmdline.h>#include <wx/app.h>#include <wx/filedlg.h>#include <wx/socket.h>#include <wx/debug.h>#include <widgets/panel_sch_selection_filter.h>#include <widgets/wx_aui_utils.h>#include <drawing_sheet/ds_proxy_view_item.h>#include <project/project_local_settings.h>#include <toolbars_sch_editor.h>#include <wx/log.h>#include <wx/choicdlg.h>#include <wx/textdlg.h>#include <dialog_change_symbols.h>Go to the source code of this file.
Macros | |
| #define | DIFF_SYMBOLS_DIALOG_NAME wxT( "DiffSymbolsDialog" ) | 
| #define | ENABLE(x) | 
| #define | CHECK(x) | 
| #define | CURRENT_TOOL(action) | 
Functions | |
| wxDEFINE_EVENT (EDA_EVT_SCHEMATIC_CHANGING, wxCommandEvent) | |
| wxDEFINE_EVENT (EDA_EVT_SCHEMATIC_CHANGED, wxCommandEvent) | |
| #define CHECK | ( | x | ) | 
| #define CURRENT_TOOL | ( | action | ) | 
Referenced by PCB_EDIT_FRAME::setupUIConditions(), and SCH_EDIT_FRAME::setupUIConditions().
| #define DIFF_SYMBOLS_DIALOG_NAME wxT( "DiffSymbolsDialog" ) | 
Definition at line 131 of file sch_edit_frame.cpp.
Referenced by SCH_EDIT_FRAME::GetSymbolDiffDialog(), and SCH_EDIT_FRAME::onCloseSymbolDiffDialog().
| #define ENABLE | ( | x | ) | 
| wxDEFINE_EVENT | ( | EDA_EVT_SCHEMATIC_CHANGED | , | 
| wxCommandEvent | ) | 
References wxDEFINE_EVENT().
| wxDEFINE_EVENT | ( | EDA_EVT_SCHEMATIC_CHANGING | , | 
| wxCommandEvent | ) | 
References wxDEFINE_EVENT().