| 
    KiCad PCB EDA Suite
    
   | 
 
#include <bitmaps.h>#include <symbol_library_common.h>#include <confirm.h>#include <dialogs/html_message_box.h>#include <eeschema_id.h>#include <eeschema_settings.h>#include <gal/graphics_abstraction_layer.h>#include <kiface_base.h>#include <kiway.h>#include <kiway_express.h>#include <locale_io.h>#include <symbol_viewer_frame.h>#include <widgets/msgpanel.h>#include <widgets/wx_listbox.h>#include <widgets/wx_aui_utils.h>#include <widgets/wx_progress_reporters.h>#include <sch_view.h>#include <sch_painter.h>#include <symbol_tree_model_adapter.h>#include <pgm_base.h>#include <project/project_file.h>#include <project_sch.h>#include <settings/settings_manager.h>#include <tool/action_toolbar.h>#include <tool/common_control.h>#include <tool/common_tools.h>#include <tool/editor_conditions.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/symbol_editor_control.h>#include <tools/sch_inspection_tool.h>#include <view/view_controls.h>#include <wx/srchctrl.h>#include <wx/log.h>#include <wx/choice.h>#include <toolbars_symbol_viewer.h>#include <trace_helpers.h>#include <default_values.h>#include <string_utils.h>#include <libraries/symbol_library_adapter.h>#include "eda_pattern_match.h"Go to the source code of this file.
Macros | |
| #define | ENABLE(x) | 
| #define | CHECK(x) | 
| #define CHECK | ( | x | ) | 
| #define ENABLE | ( | x | ) |