Rename class_library.[h|cpp] to symbol_library.[h|cpp].
This commit is contained in:
parent
ee3eac325d
commit
ff099453c8
|
@ -163,7 +163,6 @@ set( EESCHEMA_SRCS
|
|||
autoplace_fields.cpp
|
||||
bus_alias.cpp
|
||||
bus-wire-junction.cpp
|
||||
class_library.cpp
|
||||
cmp_library_lexer.cpp
|
||||
component_references_lister.cpp
|
||||
connection_graph.cpp
|
||||
|
@ -228,6 +227,7 @@ set( EESCHEMA_SRCS
|
|||
sheet.cpp
|
||||
symbol_async_loader.cpp
|
||||
symbol_lib_table.cpp
|
||||
symbol_library.cpp
|
||||
symbol_tree_model_adapter.cpp
|
||||
symbol_tree_synchronizing_adapter.cpp
|
||||
toolbars_symbol_viewer.cpp
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
#include <schematic.h>
|
||||
#include <erc_settings.h>
|
||||
#include <sch_reference_list.h>
|
||||
#include <class_library.h>
|
||||
#include <symbol_library.h>
|
||||
#include <tools/ee_selection.h>
|
||||
#include <tools/ee_selection_tool.h>
|
||||
#include <tool/tool_manager.h>
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
*/
|
||||
|
||||
#include <algorithm>
|
||||
#include <class_library.h>
|
||||
#include <symbol_library.h>
|
||||
#include <dialog_choose_symbol.h>
|
||||
#include <eeschema_settings.h>
|
||||
#include <kiface_i.h>
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
#include <sch_symbol.h>
|
||||
#include <lib_field.h>
|
||||
#include <template_fieldnames.h>
|
||||
#include <class_library.h>
|
||||
#include <symbol_library.h>
|
||||
#include <sch_validators.h>
|
||||
#include <schematic.h>
|
||||
#include <dialog_edit_one_field.h>
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
|
||||
#include <base_units.h>
|
||||
#include <bitmaps.h>
|
||||
#include <class_library.h>
|
||||
#include <symbol_library.h>
|
||||
#include <confirm.h>
|
||||
#include <eda_doc.h>
|
||||
#include <eeschema_settings.h>
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#include "dialog_lib_edit_pin_table_base.h"
|
||||
|
||||
#include <lib_item.h>
|
||||
#include <class_library.h>
|
||||
#include <symbol_library.h>
|
||||
|
||||
enum COL_ORDER
|
||||
{
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
*/
|
||||
|
||||
#include <class_draw_panel_gal.h>
|
||||
#include <class_library.h>
|
||||
#include <symbol_library.h>
|
||||
#include <dialog_rescue_each_base.h>
|
||||
#include <eeschema_settings.h>
|
||||
#include <invoke_sch_dialog.h>
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
#include <widgets/wx_grid.h>
|
||||
#include <settings/settings_manager.h>
|
||||
#include <ee_collectors.h>
|
||||
#include <class_library.h>
|
||||
#include <symbol_library.h>
|
||||
#include <fields_grid_table.h>
|
||||
#include <sch_edit_frame.h>
|
||||
#include <sch_reference_list.h>
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
#include <wildcards_and_files_ext.h>
|
||||
#include <wx_html_report_panel.h>
|
||||
|
||||
#include <class_library.h>
|
||||
#include <symbol_library.h>
|
||||
#include <core/kicad_algo.h>
|
||||
#include <symbol_viewer_frame.h>
|
||||
#include <project_rescue.h>
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
|
||||
#include <mutex>
|
||||
|
||||
#include <class_library.h>
|
||||
#include <symbol_library.h>
|
||||
#include <confirm.h>
|
||||
#include <dialogs/panel_eeschema_color_settings.h>
|
||||
#include <dialogs/panel_eeschema_display_options.h>
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
#include <sch_field.h>
|
||||
#include <sch_validators.h>
|
||||
#include <validators.h>
|
||||
#include <class_library.h>
|
||||
#include <symbol_library.h>
|
||||
#include <template_fieldnames.h>
|
||||
#include <widgets/grid_text_button_helpers.h>
|
||||
#include <wildcards_and_files_ext.h>
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#include <class_library.h>
|
||||
#include <symbol_library.h>
|
||||
#include <confirm.h>
|
||||
#include <connection_graph.h>
|
||||
#include <dialog_migrate_buses.h>
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
*/
|
||||
|
||||
#include <algorithm>
|
||||
#include <class_library.h>
|
||||
#include <symbol_library.h>
|
||||
#include <confirm.h>
|
||||
#include <eeschema_id.h>
|
||||
#include <general.h>
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
#include <general.h>
|
||||
#include <template_fieldnames.h>
|
||||
#include <transform.h>
|
||||
#include <class_library.h>
|
||||
#include <symbol_library.h>
|
||||
#include <lib_pin.h>
|
||||
#include <lib_arc.h>
|
||||
#include <settings/color_settings.h>
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
|
||||
#include <sch_edit_frame.h>
|
||||
#include <symbol_lib_table.h>
|
||||
#include <class_library.h>
|
||||
#include <symbol_library.h>
|
||||
#include <sch_symbol.h>
|
||||
#include <sch_sheet.h>
|
||||
#include <schematic.h>
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
|
||||
#include <refdes_utils.h>
|
||||
|
||||
#include <class_library.h>
|
||||
#include <symbol_library.h>
|
||||
#include <connection_graph.h>
|
||||
#include <sch_reference_list.h>
|
||||
#include <sch_screen.h>
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
#include <sch_edit_frame.h>
|
||||
#include <sch_reference_list.h>
|
||||
#include <kicad_string.h>
|
||||
#include <class_library.h>
|
||||
#include <symbol_library.h>
|
||||
#include <symbol_lib_table.h>
|
||||
|
||||
#include <netlist.h>
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
#include <build_version.h>
|
||||
#include <common.h> // for ExpandTextVars
|
||||
#include <sch_base_frame.h>
|
||||
#include <class_library.h>
|
||||
#include <symbol_library.h>
|
||||
#include <kicad_string.h>
|
||||
#include <connection_graph.h>
|
||||
#include <refdes_utils.h>
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
*/
|
||||
|
||||
#include <sch_draw_panel.h>
|
||||
#include <class_library.h>
|
||||
#include <symbol_library.h>
|
||||
#include <confirm.h>
|
||||
#include <connection_graph.h>
|
||||
#include <invoke_sch_dialog.h>
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
#include <settings/settings_manager.h>
|
||||
#include <confirm.h>
|
||||
#include <preview_items/selection_area.h>
|
||||
#include <class_library.h>
|
||||
#include <symbol_library.h>
|
||||
#include <sch_base_frame.h>
|
||||
#include <symbol_lib_table.h>
|
||||
#include <tool/action_toolbar.h>
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
#include <base_units.h>
|
||||
#include <bitmaps.h>
|
||||
#include <class_library.h>
|
||||
#include <symbol_library.h>
|
||||
#include <confirm.h>
|
||||
#include <connection_graph.h>
|
||||
#include <dialogs/dialog_schematic_find.h>
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
#include <core/mirror.h>
|
||||
#include <kiway.h>
|
||||
#include <general.h>
|
||||
#include <class_library.h>
|
||||
#include <symbol_library.h>
|
||||
#include <sch_symbol.h>
|
||||
#include <sch_field.h>
|
||||
#include <schematic.h>
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
#include <sch_item.h>
|
||||
|
||||
#include <bezier_curves.h>
|
||||
#include <class_library.h>
|
||||
#include <symbol_library.h>
|
||||
#include <connection_graph.h>
|
||||
#include <gal/graphics_abstraction_layer.h>
|
||||
#include <geometry/geometry_utils.h>
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
#include <wx/wfstream.h>
|
||||
#include <wx/xml/xml.h>
|
||||
|
||||
#include <class_library.h>
|
||||
#include <symbol_library.h>
|
||||
#include <plugins/eagle/eagle_parser.h>
|
||||
#include <kicad_string.h>
|
||||
#include <lib_arc.h>
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
|
||||
#include <convert_to_biu.h> // IU_PER_MM
|
||||
|
||||
#include <class_library.h>
|
||||
#include <symbol_library.h>
|
||||
#include <schematic_lexer.h>
|
||||
#include <sch_file_versions.h>
|
||||
#include <default_values.h> // For some default values
|
||||
|
|
|
@ -44,7 +44,7 @@
|
|||
#include <schematic.h>
|
||||
#include <sch_plugins/kicad/sch_sexpr_plugin.h>
|
||||
#include <sch_screen.h>
|
||||
#include <class_library.h>
|
||||
#include <symbol_library.h>
|
||||
#include <lib_arc.h>
|
||||
#include <lib_bezier.h>
|
||||
#include <lib_circle.h>
|
||||
|
|
|
@ -59,7 +59,7 @@
|
|||
#include <template_fieldnames.h>
|
||||
#include <sch_screen.h>
|
||||
#include <schematic.h>
|
||||
#include <class_library.h>
|
||||
#include <symbol_library.h>
|
||||
#include <lib_arc.h>
|
||||
#include <lib_bezier.h>
|
||||
#include <lib_circle.h>
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
#include <sch_edit_frame.h>
|
||||
#include <sch_item.h>
|
||||
|
||||
#include <class_library.h>
|
||||
#include <symbol_library.h>
|
||||
#include <connection_graph.h>
|
||||
#include <lib_pin.h>
|
||||
#include <sch_symbol.h>
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
#include <sch_item.h>
|
||||
#include <sch_marker.h>
|
||||
#include <sch_reference_list.h>
|
||||
#include <class_library.h>
|
||||
#include <symbol_library.h>
|
||||
#include <sch_sheet_path.h>
|
||||
#include <sch_symbol.h>
|
||||
#include <sch_sheet.h>
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
#include <bitmaps.h>
|
||||
#include <wx/hyperlink.h>
|
||||
#include <base_screen.h>
|
||||
#include <class_library.h>
|
||||
#include <symbol_library.h>
|
||||
#include <confirm.h>
|
||||
#include <core/kicad_algo.h>
|
||||
#include <eeschema_id.h>
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
#include <tools/ee_actions.h>
|
||||
#include <tools/symbol_editor_drawing_tools.h>
|
||||
#include <symbol_edit_frame.h>
|
||||
#include <class_library.h>
|
||||
#include <symbol_library.h>
|
||||
#include <template_fieldnames.h>
|
||||
#include <wildcards_and_files_ext.h>
|
||||
#include <symbol_lib_table.h>
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
#include <confirm.h>
|
||||
#include <symbol_lib_table.h>
|
||||
#include <symbol_edit_frame.h>
|
||||
#include <class_library.h>
|
||||
#include <symbol_library.h>
|
||||
#include <wildcards_and_files_ext.h>
|
||||
#include <symbol_library_manager.h>
|
||||
#include <wx/filename.h>
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
*/
|
||||
|
||||
#include <symbol_library_manager.h>
|
||||
#include <class_library.h>
|
||||
#include <symbol_library.h>
|
||||
#include <dialogs/html_messagebox.h>
|
||||
#include <symbol_edit_frame.h>
|
||||
#include <env_paths.h>
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
#include <widgets/app_progress_dialog.h>
|
||||
|
||||
#include <general.h>
|
||||
#include <class_library.h>
|
||||
#include <symbol_library.h>
|
||||
#include <sch_plugins/legacy/sch_legacy_plugin.h>
|
||||
|
||||
#include <wx/log.h>
|
|
@ -24,12 +24,12 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* @file class_library.h
|
||||
* @file symbol_library.h
|
||||
* @brief Definition for symbol library class.
|
||||
*/
|
||||
|
||||
#ifndef CLASS_LIBRARY_H
|
||||
#define CLASS_LIBRARY_H
|
||||
#ifndef SYMBOL_LIBRARY_H
|
||||
#define SYMBOL_LIBRARY_H
|
||||
|
||||
#include <map>
|
||||
#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 );
|
||||
|
||||
#endif // CLASS_LIBRARY_H
|
||||
#endif // SYMBOL_LIBRARY_H
|
|
@ -24,7 +24,7 @@
|
|||
*/
|
||||
|
||||
#include <bitmaps.h>
|
||||
#include <class_library.h>
|
||||
#include <symbol_library.h>
|
||||
#include <confirm.h>
|
||||
#include <dialog_helpers.h>
|
||||
#include <dialog_choose_symbol.h>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
*
|
||||
* Copyright (C) 2016 Jean-Pierre Charras, jp.charras at wanadoo.fr
|
||||
* 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
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify it
|
||||
|
@ -22,7 +22,7 @@
|
|||
|
||||
#include <bitmaps.h>
|
||||
#include <macros.h>
|
||||
#include <class_library.h>
|
||||
#include <symbol_library.h>
|
||||
#include <eeschema_id.h>
|
||||
#include <symbol_viewer_frame.h>
|
||||
#include <sch_painter.h>
|
||||
|
|
|
@ -44,7 +44,7 @@
|
|||
#include <sch_sheet_pin.h>
|
||||
#include <sch_bitmap.h>
|
||||
#include <schematic.h>
|
||||
#include <class_library.h>
|
||||
#include <symbol_library.h>
|
||||
#include <eeschema_settings.h>
|
||||
#include <dialogs/dialog_edit_label.h>
|
||||
#include <dialogs/dialog_edit_line_style.h>
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#include <class_library.h>
|
||||
#include <symbol_library.h>
|
||||
#include <confirm.h>
|
||||
#include <widgets/infobar.h>
|
||||
#include <connection_graph.h>
|
||||
|
|
Loading…
Reference in New Issue