Rename class_library.[h|cpp] to symbol_library.[h|cpp].

This commit is contained in:
Wayne Stambaugh 2021-06-15 09:24:55 -04:00
parent ee3eac325d
commit ff099453c8
39 changed files with 43 additions and 43 deletions

View File

@ -163,7 +163,6 @@ set( EESCHEMA_SRCS
autoplace_fields.cpp autoplace_fields.cpp
bus_alias.cpp bus_alias.cpp
bus-wire-junction.cpp bus-wire-junction.cpp
class_library.cpp
cmp_library_lexer.cpp cmp_library_lexer.cpp
component_references_lister.cpp component_references_lister.cpp
connection_graph.cpp connection_graph.cpp
@ -228,6 +227,7 @@ set( EESCHEMA_SRCS
sheet.cpp sheet.cpp
symbol_async_loader.cpp symbol_async_loader.cpp
symbol_lib_table.cpp symbol_lib_table.cpp
symbol_library.cpp
symbol_tree_model_adapter.cpp symbol_tree_model_adapter.cpp
symbol_tree_synchronizing_adapter.cpp symbol_tree_synchronizing_adapter.cpp
toolbars_symbol_viewer.cpp toolbars_symbol_viewer.cpp

View File

@ -29,7 +29,7 @@
#include <schematic.h> #include <schematic.h>
#include <erc_settings.h> #include <erc_settings.h>
#include <sch_reference_list.h> #include <sch_reference_list.h>
#include <class_library.h> #include <symbol_library.h>
#include <tools/ee_selection.h> #include <tools/ee_selection.h>
#include <tools/ee_selection_tool.h> #include <tools/ee_selection_tool.h>
#include <tool/tool_manager.h> #include <tool/tool_manager.h>

View File

@ -23,7 +23,7 @@
*/ */
#include <algorithm> #include <algorithm>
#include <class_library.h> #include <symbol_library.h>
#include <dialog_choose_symbol.h> #include <dialog_choose_symbol.h>
#include <eeschema_settings.h> #include <eeschema_settings.h>
#include <kiface_i.h> #include <kiface_i.h>

View File

@ -33,7 +33,7 @@
#include <sch_symbol.h> #include <sch_symbol.h>
#include <lib_field.h> #include <lib_field.h>
#include <template_fieldnames.h> #include <template_fieldnames.h>
#include <class_library.h> #include <symbol_library.h>
#include <sch_validators.h> #include <sch_validators.h>
#include <schematic.h> #include <schematic.h>
#include <dialog_edit_one_field.h> #include <dialog_edit_one_field.h>

View File

@ -25,7 +25,7 @@
#include <base_units.h> #include <base_units.h>
#include <bitmaps.h> #include <bitmaps.h>
#include <class_library.h> #include <symbol_library.h>
#include <confirm.h> #include <confirm.h>
#include <eda_doc.h> #include <eda_doc.h>
#include <eeschema_settings.h> #include <eeschema_settings.h>

View File

@ -24,7 +24,7 @@
#include "dialog_lib_edit_pin_table_base.h" #include "dialog_lib_edit_pin_table_base.h"
#include <lib_item.h> #include <lib_item.h>
#include <class_library.h> #include <symbol_library.h>
enum COL_ORDER enum COL_ORDER
{ {

View File

@ -22,7 +22,7 @@
*/ */
#include <class_draw_panel_gal.h> #include <class_draw_panel_gal.h>
#include <class_library.h> #include <symbol_library.h>
#include <dialog_rescue_each_base.h> #include <dialog_rescue_each_base.h>
#include <eeschema_settings.h> #include <eeschema_settings.h>
#include <invoke_sch_dialog.h> #include <invoke_sch_dialog.h>

View File

@ -36,7 +36,7 @@
#include <widgets/wx_grid.h> #include <widgets/wx_grid.h>
#include <settings/settings_manager.h> #include <settings/settings_manager.h>
#include <ee_collectors.h> #include <ee_collectors.h>
#include <class_library.h> #include <symbol_library.h>
#include <fields_grid_table.h> #include <fields_grid_table.h>
#include <sch_edit_frame.h> #include <sch_edit_frame.h>
#include <sch_reference_list.h> #include <sch_reference_list.h>

View File

@ -31,7 +31,7 @@
#include <wildcards_and_files_ext.h> #include <wildcards_and_files_ext.h>
#include <wx_html_report_panel.h> #include <wx_html_report_panel.h>
#include <class_library.h> #include <symbol_library.h>
#include <core/kicad_algo.h> #include <core/kicad_algo.h>
#include <symbol_viewer_frame.h> #include <symbol_viewer_frame.h>
#include <project_rescue.h> #include <project_rescue.h>

View File

@ -23,7 +23,7 @@
#include <mutex> #include <mutex>
#include <class_library.h> #include <symbol_library.h>
#include <confirm.h> #include <confirm.h>
#include <dialogs/panel_eeschema_color_settings.h> #include <dialogs/panel_eeschema_color_settings.h>
#include <dialogs/panel_eeschema_display_options.h> #include <dialogs/panel_eeschema_display_options.h>

View File

@ -29,7 +29,7 @@
#include <sch_field.h> #include <sch_field.h>
#include <sch_validators.h> #include <sch_validators.h>
#include <validators.h> #include <validators.h>
#include <class_library.h> #include <symbol_library.h>
#include <template_fieldnames.h> #include <template_fieldnames.h>
#include <widgets/grid_text_button_helpers.h> #include <widgets/grid_text_button_helpers.h>
#include <wildcards_and_files_ext.h> #include <wildcards_and_files_ext.h>

View File

@ -24,7 +24,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/ */
#include <class_library.h> #include <symbol_library.h>
#include <confirm.h> #include <confirm.h>
#include <connection_graph.h> #include <connection_graph.h>
#include <dialog_migrate_buses.h> #include <dialog_migrate_buses.h>

View File

@ -24,7 +24,7 @@
*/ */
#include <algorithm> #include <algorithm>
#include <class_library.h> #include <symbol_library.h>
#include <confirm.h> #include <confirm.h>
#include <eeschema_id.h> #include <eeschema_id.h>
#include <general.h> #include <general.h>

View File

@ -30,7 +30,7 @@
#include <general.h> #include <general.h>
#include <template_fieldnames.h> #include <template_fieldnames.h>
#include <transform.h> #include <transform.h>
#include <class_library.h> #include <symbol_library.h>
#include <lib_pin.h> #include <lib_pin.h>
#include <lib_arc.h> #include <lib_arc.h>
#include <settings/color_settings.h> #include <settings/color_settings.h>

View File

@ -33,7 +33,7 @@
#include <sch_edit_frame.h> #include <sch_edit_frame.h>
#include <symbol_lib_table.h> #include <symbol_lib_table.h>
#include <class_library.h> #include <symbol_library.h>
#include <sch_symbol.h> #include <sch_symbol.h>
#include <sch_sheet.h> #include <sch_sheet.h>
#include <schematic.h> #include <schematic.h>

View File

@ -27,7 +27,7 @@
#include <refdes_utils.h> #include <refdes_utils.h>
#include <class_library.h> #include <symbol_library.h>
#include <connection_graph.h> #include <connection_graph.h>
#include <sch_reference_list.h> #include <sch_reference_list.h>
#include <sch_screen.h> #include <sch_screen.h>

View File

@ -29,7 +29,7 @@
#include <sch_edit_frame.h> #include <sch_edit_frame.h>
#include <sch_reference_list.h> #include <sch_reference_list.h>
#include <kicad_string.h> #include <kicad_string.h>
#include <class_library.h> #include <symbol_library.h>
#include <symbol_lib_table.h> #include <symbol_lib_table.h>
#include <netlist.h> #include <netlist.h>

View File

@ -28,7 +28,7 @@
#include <build_version.h> #include <build_version.h>
#include <common.h> // for ExpandTextVars #include <common.h> // for ExpandTextVars
#include <sch_base_frame.h> #include <sch_base_frame.h>
#include <class_library.h> #include <symbol_library.h>
#include <kicad_string.h> #include <kicad_string.h>
#include <connection_graph.h> #include <connection_graph.h>
#include <refdes_utils.h> #include <refdes_utils.h>

View File

@ -23,7 +23,7 @@
*/ */
#include <sch_draw_panel.h> #include <sch_draw_panel.h>
#include <class_library.h> #include <symbol_library.h>
#include <confirm.h> #include <confirm.h>
#include <connection_graph.h> #include <connection_graph.h>
#include <invoke_sch_dialog.h> #include <invoke_sch_dialog.h>

View File

@ -33,7 +33,7 @@
#include <settings/settings_manager.h> #include <settings/settings_manager.h>
#include <confirm.h> #include <confirm.h>
#include <preview_items/selection_area.h> #include <preview_items/selection_area.h>
#include <class_library.h> #include <symbol_library.h>
#include <sch_base_frame.h> #include <sch_base_frame.h>
#include <symbol_lib_table.h> #include <symbol_lib_table.h>
#include <tool/action_toolbar.h> #include <tool/action_toolbar.h>

View File

@ -24,7 +24,7 @@
#include <base_units.h> #include <base_units.h>
#include <bitmaps.h> #include <bitmaps.h>
#include <class_library.h> #include <symbol_library.h>
#include <confirm.h> #include <confirm.h>
#include <connection_graph.h> #include <connection_graph.h>
#include <dialogs/dialog_schematic_find.h> #include <dialogs/dialog_schematic_find.h>

View File

@ -41,7 +41,7 @@
#include <core/mirror.h> #include <core/mirror.h>
#include <kiway.h> #include <kiway.h>
#include <general.h> #include <general.h>
#include <class_library.h> #include <symbol_library.h>
#include <sch_symbol.h> #include <sch_symbol.h>
#include <sch_field.h> #include <sch_field.h>
#include <schematic.h> #include <schematic.h>

View File

@ -28,7 +28,7 @@
#include <sch_item.h> #include <sch_item.h>
#include <bezier_curves.h> #include <bezier_curves.h>
#include <class_library.h> #include <symbol_library.h>
#include <connection_graph.h> #include <connection_graph.h>
#include <gal/graphics_abstraction_layer.h> #include <gal/graphics_abstraction_layer.h>
#include <geometry/geometry_utils.h> #include <geometry/geometry_utils.h>

View File

@ -34,7 +34,7 @@
#include <wx/wfstream.h> #include <wx/wfstream.h>
#include <wx/xml/xml.h> #include <wx/xml/xml.h>
#include <class_library.h> #include <symbol_library.h>
#include <plugins/eagle/eagle_parser.h> #include <plugins/eagle/eagle_parser.h>
#include <kicad_string.h> #include <kicad_string.h>
#include <lib_arc.h> #include <lib_arc.h>

View File

@ -34,7 +34,7 @@
#include <convert_to_biu.h> // IU_PER_MM #include <convert_to_biu.h> // IU_PER_MM
#include <class_library.h> #include <symbol_library.h>
#include <schematic_lexer.h> #include <schematic_lexer.h>
#include <sch_file_versions.h> #include <sch_file_versions.h>
#include <default_values.h> // For some default values #include <default_values.h> // For some default values

View File

@ -44,7 +44,7 @@
#include <schematic.h> #include <schematic.h>
#include <sch_plugins/kicad/sch_sexpr_plugin.h> #include <sch_plugins/kicad/sch_sexpr_plugin.h>
#include <sch_screen.h> #include <sch_screen.h>
#include <class_library.h> #include <symbol_library.h>
#include <lib_arc.h> #include <lib_arc.h>
#include <lib_bezier.h> #include <lib_bezier.h>
#include <lib_circle.h> #include <lib_circle.h>

View File

@ -59,7 +59,7 @@
#include <template_fieldnames.h> #include <template_fieldnames.h>
#include <sch_screen.h> #include <sch_screen.h>
#include <schematic.h> #include <schematic.h>
#include <class_library.h> #include <symbol_library.h>
#include <lib_arc.h> #include <lib_arc.h>
#include <lib_bezier.h> #include <lib_bezier.h>
#include <lib_circle.h> #include <lib_circle.h>

View File

@ -43,7 +43,7 @@
#include <sch_edit_frame.h> #include <sch_edit_frame.h>
#include <sch_item.h> #include <sch_item.h>
#include <class_library.h> #include <symbol_library.h>
#include <connection_graph.h> #include <connection_graph.h>
#include <lib_pin.h> #include <lib_pin.h>
#include <sch_symbol.h> #include <sch_symbol.h>

View File

@ -27,7 +27,7 @@
#include <sch_item.h> #include <sch_item.h>
#include <sch_marker.h> #include <sch_marker.h>
#include <sch_reference_list.h> #include <sch_reference_list.h>
#include <class_library.h> #include <symbol_library.h>
#include <sch_sheet_path.h> #include <sch_sheet_path.h>
#include <sch_symbol.h> #include <sch_symbol.h>
#include <sch_sheet.h> #include <sch_sheet.h>

View File

@ -26,7 +26,7 @@
#include <bitmaps.h> #include <bitmaps.h>
#include <wx/hyperlink.h> #include <wx/hyperlink.h>
#include <base_screen.h> #include <base_screen.h>
#include <class_library.h> #include <symbol_library.h>
#include <confirm.h> #include <confirm.h>
#include <core/kicad_algo.h> #include <core/kicad_algo.h>
#include <eeschema_id.h> #include <eeschema_id.h>

View File

@ -29,7 +29,7 @@
#include <tools/ee_actions.h> #include <tools/ee_actions.h>
#include <tools/symbol_editor_drawing_tools.h> #include <tools/symbol_editor_drawing_tools.h>
#include <symbol_edit_frame.h> #include <symbol_edit_frame.h>
#include <class_library.h> #include <symbol_library.h>
#include <template_fieldnames.h> #include <template_fieldnames.h>
#include <wildcards_and_files_ext.h> #include <wildcards_and_files_ext.h>
#include <symbol_lib_table.h> #include <symbol_lib_table.h>

View File

@ -26,7 +26,7 @@
#include <confirm.h> #include <confirm.h>
#include <symbol_lib_table.h> #include <symbol_lib_table.h>
#include <symbol_edit_frame.h> #include <symbol_edit_frame.h>
#include <class_library.h> #include <symbol_library.h>
#include <wildcards_and_files_ext.h> #include <wildcards_and_files_ext.h>
#include <symbol_library_manager.h> #include <symbol_library_manager.h>
#include <wx/filename.h> #include <wx/filename.h>

View File

@ -24,7 +24,7 @@
*/ */
#include <symbol_library_manager.h> #include <symbol_library_manager.h>
#include <class_library.h> #include <symbol_library.h>
#include <dialogs/html_messagebox.h> #include <dialogs/html_messagebox.h>
#include <symbol_edit_frame.h> #include <symbol_edit_frame.h>
#include <env_paths.h> #include <env_paths.h>

View File

@ -41,7 +41,7 @@
#include <widgets/app_progress_dialog.h> #include <widgets/app_progress_dialog.h>
#include <general.h> #include <general.h>
#include <class_library.h> #include <symbol_library.h>
#include <sch_plugins/legacy/sch_legacy_plugin.h> #include <sch_plugins/legacy/sch_legacy_plugin.h>
#include <wx/log.h> #include <wx/log.h>

View File

@ -24,12 +24,12 @@
*/ */
/** /**
* @file class_library.h * @file symbol_library.h
* @brief Definition for symbol library class. * @brief Definition for symbol library class.
*/ */
#ifndef CLASS_LIBRARY_H #ifndef SYMBOL_LIBRARY_H
#define CLASS_LIBRARY_H #define SYMBOL_LIBRARY_H
#include <map> #include <map>
#include <mutex> #include <mutex>
@ -483,4 +483,4 @@ private:
bool operator==( const SYMBOL_LIB& aLibrary, const wxString& aName ); bool operator==( const SYMBOL_LIB& aLibrary, const wxString& aName );
bool operator!=( const SYMBOL_LIB& aLibrary, const wxString& aName ); bool operator!=( const SYMBOL_LIB& aLibrary, const wxString& aName );
#endif // CLASS_LIBRARY_H #endif // SYMBOL_LIBRARY_H

View File

@ -24,7 +24,7 @@
*/ */
#include <bitmaps.h> #include <bitmaps.h>
#include <class_library.h> #include <symbol_library.h>
#include <confirm.h> #include <confirm.h>
#include <dialog_helpers.h> #include <dialog_helpers.h>
#include <dialog_choose_symbol.h> #include <dialog_choose_symbol.h>

View File

@ -3,7 +3,7 @@
* *
* Copyright (C) 2016 Jean-Pierre Charras, jp.charras at wanadoo.fr * Copyright (C) 2016 Jean-Pierre Charras, jp.charras at wanadoo.fr
* Copyright (C) 2008 Wayne Stambaugh <stambaughw@gmail.com> * Copyright (C) 2008 Wayne Stambaugh <stambaughw@gmail.com>
* Copyright (C) 2004-2020 KiCad Developers, see AUTHORS.txt for contributors. * Copyright (C) 2004-2021 KiCad Developers, see AUTHORS.txt for contributors.
* Copyright (C) 2019 CERN * Copyright (C) 2019 CERN
* *
* This program is free software: you can redistribute it and/or modify it * This program is free software: you can redistribute it and/or modify it
@ -22,7 +22,7 @@
#include <bitmaps.h> #include <bitmaps.h>
#include <macros.h> #include <macros.h>
#include <class_library.h> #include <symbol_library.h>
#include <eeschema_id.h> #include <eeschema_id.h>
#include <symbol_viewer_frame.h> #include <symbol_viewer_frame.h>
#include <sch_painter.h> #include <sch_painter.h>

View File

@ -44,7 +44,7 @@
#include <sch_sheet_pin.h> #include <sch_sheet_pin.h>
#include <sch_bitmap.h> #include <sch_bitmap.h>
#include <schematic.h> #include <schematic.h>
#include <class_library.h> #include <symbol_library.h>
#include <eeschema_settings.h> #include <eeschema_settings.h>
#include <dialogs/dialog_edit_label.h> #include <dialogs/dialog_edit_label.h>
#include <dialogs/dialog_edit_line_style.h> #include <dialogs/dialog_edit_line_style.h>

View File

@ -22,7 +22,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/ */
#include <class_library.h> #include <symbol_library.h>
#include <confirm.h> #include <confirm.h>
#include <widgets/infobar.h> #include <widgets/infobar.h>
#include <connection_graph.h> #include <connection_graph.h>