Commit c6f4f159 authored by jean-pierre charras's avatar jean-pierre charras

Eeschema: Minor code reorganization:

* move not shared files (sch_item_struct.*, sch_base_frame.h) to eeschema;
* move wxEeschemaStruct.h to eeschema and rename it schframe.h to be consistent with the other corresponding file name schframe.cpp;
* remove few not needed  #include
parent 3918d3f0
......@@ -138,6 +138,7 @@ set( EESCHEMA_SRCS
sch_collectors.cpp
sch_component.cpp
sch_field.cpp
sch_item_struct.cpp
sch_junction.cpp
sch_line.cpp
sch_marker.cpp
......@@ -163,10 +164,6 @@ set( EESCHEMA_SRCS
transform.cpp
viewlib_frame.cpp
viewlibs.cpp
# This file does not look common.
# Keep it after template_fieldnames_keywords.cpp
../common/sch_item_struct.cpp
)
......
......@@ -31,7 +31,7 @@
#include <fctsys.h>
#include <class_drawpanel.h>
#include <confirm.h>
#include <wxEeschemaStruct.h>
#include <schframe.h>
#include <sch_reference_list.h>
#include <class_library.h>
......
......@@ -33,7 +33,7 @@
#include <kicad_string.h>
#include <gestfich.h>
#include <kiface_i.h>
#include <wxEeschemaStruct.h>
#include <schframe.h>
#include <build_version.h>
#include <wildcards_and_files_ext.h>
......
......@@ -32,7 +32,7 @@
#include <gr_basic.h>
#include <class_drawpanel.h>
#include <confirm.h>
#include <wxEeschemaStruct.h>
#include <schframe.h>
#include <general.h>
#include <class_library.h>
......
......@@ -31,7 +31,7 @@
#include <gr_basic.h>
#include <class_drawpanel.h>
#include <confirm.h>
#include <wxEeschemaStruct.h>
#include <schframe.h>
#include <lib_draw_item.h>
#include <lib_pin.h>
......
......@@ -33,7 +33,7 @@
#include <class_drawpanel.h>
#include <eeschema_id.h>
#include <confirm.h>
#include <wxEeschemaStruct.h>
#include <schframe.h>
#include <general.h>
#include <sch_bus_entry.h>
......
......@@ -30,7 +30,7 @@
#include <fctsys.h>
#include <macros.h>
#include <wxEeschemaStruct.h>
#include <schframe.h>
#include <sch_component.h>
#include <class_netlist_object.h>
......
/*
/**
* @file component_references_lister.cpp
* @brief Code for creating a flat list of components needed for annotation and BOM.
*/
......@@ -35,7 +35,7 @@
#include <fctsys.h>
#include <kicad_string.h>
#include <wxEeschemaStruct.h>
#include <schframe.h>
#include <sch_reference_list.h>
#include <sch_component.h>
......
......@@ -31,7 +31,7 @@
#include <gr_basic.h>
#include <class_drawpanel.h>
#include <eda_dde.h>
#include <wxEeschemaStruct.h>
#include <schframe.h>
#include <menus_helpers.h>
#include <msgpanel.h>
......
......@@ -33,7 +33,7 @@
#include <kiway_express.h>
#include <macros.h>
#include <eda_dde.h>
#include <wxEeschemaStruct.h>
#include <schframe.h>
#include <general.h>
#include <eeschema_id.h>
......
......@@ -29,7 +29,7 @@
#include <fctsys.h>
#include <wxEeschemaStruct.h>
#include <schframe.h>
#include <class_drawpanel.h>
#include <invoke_sch_dialog.h>
......
......@@ -33,7 +33,7 @@
#include <kiface_i.h>
#include <confirm.h>
#include <gestfich.h>
#include <wxEeschemaStruct.h>
#include <schframe.h>
#include <netlist.h>
#include <sch_sheet.h>
......
......@@ -35,7 +35,7 @@
#include <class_drawpanel.h>
#include <confirm.h>
#include <class_sch_screen.h>
#include <wxEeschemaStruct.h>
#include <schframe.h>
#include <base_units.h>
#include <general.h>
......
......@@ -30,7 +30,7 @@
#include <fctsys.h>
#include <wx/valgen.h>
#include <wxEeschemaStruct.h>
#include <schframe.h>
#include <base_units.h>
#include <class_drawpanel.h>
......
......@@ -31,7 +31,7 @@
#include <kiway.h>
#include <confirm.h>
#include <class_drawpanel.h>
#include <wxEeschemaStruct.h>
#include <schframe.h>
#include <id.h>
#include <base_units.h>
......@@ -54,7 +54,7 @@ static int s_SelectedRow;
class DIALOG_EDIT_LIBENTRY_FIELDS_IN_LIB : public DIALOG_EDIT_LIBENTRY_FIELDS_IN_LIB_BASE
{
public:
DIALOG_EDIT_LIBENTRY_FIELDS_IN_LIB( LIB_EDIT_FRAME* aParent, LIB_PART* aLibEntry );
DIALOG_EDIT_LIBENTRY_FIELDS_IN_LIB( LIB_EDIT_FRAME* aParent, LIB_PART* aLibEntry );
//~DIALOG_EDIT_LIBENTRY_FIELDS_IN_LIB() {}
private:
......
......@@ -31,7 +31,7 @@
#include <kiway.h>
#include <confirm.h>
#include <gestfich.h>
#include <wxEeschemaStruct.h>
#include <schframe.h>
#include <invoke_sch_dialog.h>
#include <general.h>
......
......@@ -34,7 +34,7 @@
#include <gestfich.h>
#include <pgm_base.h>
#include <class_sch_screen.h>
#include <wxEeschemaStruct.h>
#include <schframe.h>
#include <invoke_sch_dialog.h>
#include <project.h>
......
......@@ -27,7 +27,6 @@
* Handles the dialog so set current texts and pins sizes in LibEdit
*/
#include <fctsys.h>
#include <wxEeschemaStruct.h>
#include <general.h>
#include <libeditframe.h>
......
......@@ -42,7 +42,7 @@
#include <pgm_base.h>
#include <kiface_i.h>
#include <gestfich.h>
#include <wxEeschemaStruct.h>
#include <schframe.h>
#include <general.h>
#include <netlist.h>
......
......@@ -34,7 +34,7 @@
#include <worksheet.h>
#include <plot_common.h>
#include <class_sch_screen.h>
#include <wxEeschemaStruct.h>
#include <schframe.h>
#include <base_units.h>
#include <sch_sheet.h>
#include <dialog_plot_schematic.h>
......
......@@ -31,7 +31,7 @@
#include <fctsys.h>
#include <plot_common.h>
#include <class_sch_screen.h>
#include <wxEeschemaStruct.h>
#include <schframe.h>
#include <dialog_plot_schematic_base.h>
#include <reporter.h>
......
......@@ -28,7 +28,7 @@
#include <class_drawpanel.h>
#include <confirm.h>
#include <class_sch_screen.h>
#include <wxEeschemaStruct.h>
#include <schframe.h>
#include <base_units.h>
#include <general.h>
......
......@@ -29,7 +29,7 @@
#include <fctsys.h>
#include <class_drawpanel.h>
#include <wxEeschemaStruct.h>
#include <schframe.h>
#include <sch_bitmap.h>
#include <dialog_image_editor.h>
......
......@@ -32,7 +32,7 @@
#include <gr_basic.h>
#include <class_drawpanel.h>
#include <confirm.h>
#include <wxEeschemaStruct.h>
#include <schframe.h>
#include <msgpanel.h>
#include <general.h>
......
......@@ -33,7 +33,7 @@
#include <drawtxt.h>
#include <class_drawpanel.h>
#include <confirm.h>
#include <wxEeschemaStruct.h>
#include <schframe.h>
#include <kicad_device_context.h>
#include <general.h>
......
......@@ -30,7 +30,7 @@
#include <fctsys.h>
#include <gr_basic.h>
#include <class_drawpanel.h>
#include <wxEeschemaStruct.h>
#include <schframe.h>
#include <general.h>
......
......@@ -34,7 +34,7 @@
#include <class_drawpanel.h>
#include <gestfich.h>
#include <eda_dde.h>
#include <wxEeschemaStruct.h>
#include <schframe.h>
#include <libeditframe.h>
#include <viewlib_frame.h>
#include <eda_text.h>
......
......@@ -31,7 +31,7 @@
#include <class_drawpanel.h>
#include <confirm.h>
#include <gestfich.h>
#include <wxEeschemaStruct.h>
#include <schframe.h>
#include <invoke_sch_dialog.h>
#include <common.h>
......
......@@ -31,7 +31,7 @@
#include <fctsys.h>
#include <class_drawpanel.h>
#include <kicad_string.h>
#include <wxEeschemaStruct.h>
#include <schframe.h>
#include <netlist.h>
#include <class_netlist_object.h>
......
......@@ -31,7 +31,7 @@
#include <class_drawpanel.h>
#include <general.h>
#include <kicad_device_context.h>
#include <wxEeschemaStruct.h>
#include <schframe.h>
#include <sch_component.h>
#include <sch_text.h>
......
......@@ -32,7 +32,7 @@
#include <class_drawpanel.h>
#include <confirm.h>
#include <gestfich.h>
#include <wxEeschemaStruct.h>
#include <schframe.h>
#include <pgm_base.h>
#include <eeschema_id.h>
......
......@@ -39,7 +39,7 @@
#include <confirm.h>
#include <kicad_string.h>
#include <gestfich.h>
#include <wxEeschemaStruct.h>
#include <schframe.h>
#include <base_units.h>
#include <general.h>
......
......@@ -34,7 +34,7 @@
#include <gr_basic.h>
#include <class_drawpanel.h>
#include <confirm.h>
#include <wxEeschemaStruct.h>
#include <schframe.h>
#include <kicad_device_context.h>
#include <msgpanel.h>
......
/*
* This program source code file is part of KiCad, a free EDA CAD application.
*
* Copyright (C) 2004 Jean-Pierre Charras, jaen-pierre.charras@gipsa-lab.inpg.com
* Copyright (C) 2004 Jean-Pierre Charras, jp.charras at wanadoo.fr
* Copyright (C) 2008-2011 Wayne Stambaugh <stambaughw@verizon.net>
* Copyright (C) 2004-2011 KiCad Developers, see change_log.txt for contributors.
*
......@@ -24,14 +24,14 @@
*/
/**
* @file hierarch.cpp
* @file hierarch.schframe
*/
#include <fctsys.h>
#include <class_drawpanel.h>
#include <confirm.h>
#include <id.h>
#include <wxEeschemaStruct.h>
#include <schframe.h>
#include <general.h>
#include <sch_sheet.h>
......
......@@ -30,7 +30,7 @@
#include <fctsys.h>
#include <eeschema_id.h>
#include <hotkeys.h>
#include <wxEeschemaStruct.h>
#include <schframe.h>
#include <class_drawpanel.h>
#include <general.h>
......
......@@ -34,7 +34,7 @@
#include <class_drawpanel.h>
#include <drawtxt.h>
#include <plot_common.h>
#include <wxEeschemaStruct.h>
#include <schframe.h>
#include <richio.h>
#include <base_units.h>
#include <msgpanel.h>
......
......@@ -32,7 +32,7 @@
#include <confirm.h>
#include <class_sch_screen.h>
#include <wxstruct.h>
#include <wxEeschemaStruct.h>
#include <schframe.h>
#include <class_library.h>
#include <sch_component.h>
......
......@@ -35,7 +35,7 @@
#include <confirm.h>
#include <eda_doc.h>
#include <gr_basic.h>
#include <wxEeschemaStruct.h>
#include <schframe.h>
#include <msgpanel.h>
#include <general.h>
......
......@@ -31,7 +31,7 @@
#include <fctsys.h>
#include <confirm.h>
#include <kicad_string.h>
#include <wxEeschemaStruct.h>
#include <schframe.h>
#include <richio.h>
#include <project.h>
......
......@@ -31,7 +31,7 @@
#include <fctsys.h>
#include <kiface_i.h>
#include <pgm_base.h>
#include <wxEeschemaStruct.h>
#include <schframe.h>
#include <general.h>
#include <eeschema_id.h>
......
......@@ -33,7 +33,7 @@
#include <kicad_string.h>
#include <gestfich.h>
#include <pgm_base.h>
#include <wxEeschemaStruct.h>
#include <schframe.h>
#include <netlist.h>
#include <sch_reference_list.h>
......
......@@ -28,7 +28,7 @@
*/
#include <fctsys.h>
#include <wxEeschemaStruct.h>
#include <schframe.h>
#include <confirm.h>
#include <netlist.h>
......
......@@ -31,7 +31,7 @@
#include <eeschema_id.h>
#include <class_drawpanel.h>
#include <confirm.h>
#include <wxEeschemaStruct.h>
#include <schframe.h>
#include <menus_helpers.h>
#include <sch_bus_entry.h>
......
......@@ -31,7 +31,7 @@
#include <eeschema_id.h>
#include <class_drawpanel.h>
#include <confirm.h>
#include <wxEeschemaStruct.h>
#include <schframe.h>
#include <menus_helpers.h>
#include <general.h>
......
......@@ -31,7 +31,7 @@
#include <fctsys.h>
#include <pgm_base.h>
#include <class_drawpanel.h>
#include <wxEeschemaStruct.h>
#include <schframe.h>
#include <general.h>
#include <protos.h>
......
......@@ -28,7 +28,7 @@
#include <fctsys.h>
#include <plot_common.h>
#include <class_sch_screen.h>
#include <wxEeschemaStruct.h>
#include <schframe.h>
#include <sch_sheet_path.h>
#include <dialog_plot_schematic.h>
#include <project.h>
......
......@@ -28,7 +28,7 @@
#include <fctsys.h>
#include <plot_common.h>
#include <class_sch_screen.h>
#include <wxEeschemaStruct.h>
#include <schframe.h>
#include <base_units.h>
#include <sch_sheet_path.h>
#include <project.h>
......
......@@ -28,7 +28,7 @@
#include <fctsys.h>
#include <plot_common.h>
#include <class_sch_screen.h>
#include <wxEeschemaStruct.h>
#include <schframe.h>
#include <base_units.h>
#include <sch_sheet_path.h>
#include <dialog_plot_schematic.h>
......
......@@ -27,7 +27,7 @@
#include <fctsys.h>
#include <plot_common.h>
#include <class_sch_screen.h>
#include <wxEeschemaStruct.h>
#include <schframe.h>
#include <base_units.h>
#include <sch_sheet_path.h>
#include <dialog_plot_schematic.h>
......
......@@ -31,7 +31,7 @@
#include <pgm_base.h>
#include <class_drawpanel.h>
#include <class_sch_screen.h>
#include <wxEeschemaStruct.h>
#include <schframe.h>
#include <base_units.h>
#include <libeditframe.h>
#include <sch_sheet_path.h>
......
......@@ -29,7 +29,7 @@
#include <fctsys.h>
#include <class_drawpanel.h>
#include <trigo.h>
#include <wxEeschemaStruct.h>
#include <macros.h>
#include <sch_bitmap.h>
#include <wx/mstream.h>
......
......@@ -31,10 +31,9 @@
#include <pgm_base.h>
#include <class_drawpanel.h>
#include <gr_basic.h>
#include <trigo.h>
#include <kicad_string.h>
#include <richio.h>
#include <wxEeschemaStruct.h>
#include <schframe.h>
#include <plot_common.h>
#include <msgpanel.h>
......
......@@ -41,8 +41,7 @@
#include <gr_basic.h>
#include <drawtxt.h>
#include <macros.h>
#include <trigo.h>
#include <wxEeschemaStruct.h>
#include <schframe.h>
#include <plot_common.h>
#include <general.h>
......
......@@ -33,7 +33,7 @@
#include <sch_item_struct.h>
#include <class_sch_screen.h>
#include <class_drawpanel.h>
#include <wxEeschemaStruct.h>
#include <schframe.h>
#include <general.h>
......
......@@ -37,7 +37,7 @@
#include <pgm_base.h>
#include <class_drawpanel.h>
#include <sch_item_struct.h>
#include <wxEeschemaStruct.h>
#include <schframe.h>
#include <plot_common.h>
#include <netlist.h>
......
......@@ -32,7 +32,7 @@
#include <drawtxt.h>
#include <trigo.h>
#include <richio.h>
#include <wxEeschemaStruct.h>
#include <schframe.h>
#include <plot_common.h>
#include <kicad_string.h>
#include <msgpanel.h>
......
......@@ -34,10 +34,9 @@
#include <plot_common.h>
#include <trigo.h>
#include <richio.h>
#include <wxEeschemaStruct.h>
#include <schframe.h>
#include <general.h>
#include <protos.h>
#include <sch_sheet.h>
#include <kicad_string.h>
......
......@@ -35,7 +35,7 @@
#include <eeschema_id.h>
#include <class_drawpanel.h>
#include <drawtxt.h>
#include <wxEeschemaStruct.h>
#include <schframe.h>
#include <plot_common.h>
#include <base_units.h>
#include <msgpanel.h>
......
......@@ -34,7 +34,7 @@
#include <class_drawpanel.h>
#include <confirm.h>
#include <eda_doc.h>
#include <wxEeschemaStruct.h>
#include <schframe.h>
#include <kicad_device_context.h>
#include <hotkeys_basic.h>
......
......@@ -29,7 +29,7 @@
#include <fctsys.h>
#include <class_drawpanel.h>
#include <wxEeschemaStruct.h>
#include <schframe.h>
#include <general.h>
#include <protos.h>
......
......@@ -43,7 +43,7 @@
#include <netlist.h>
#include <lib_pin.h>
#include <class_library.h>
#include <wxEeschemaStruct.h>
#include <schframe.h>
#include <sch_component.h>
#include <dialog_helpers.h>
......
......@@ -29,7 +29,7 @@
#include <fctsys.h>
#include <class_drawpanel.h>
#include <confirm.h>
#include <wxEeschemaStruct.h>
#include <schframe.h>
#include <base_units.h>
#include <sch_sheet.h>
......
......@@ -33,7 +33,7 @@
#include <macros.h>
#include <class_drawpanel.h>
#include <confirm.h>
#include <wxEeschemaStruct.h>
#include <schframe.h>
#include <base_units.h>
#include <general.h>
......
......@@ -29,7 +29,7 @@
#include <fctsys.h>
#include <class_drawpanel.h>
#include <wxEeschemaStruct.h>
#include <schframe.h>
#include <kiface_i.h>
#include <general.h>
......
......@@ -32,7 +32,7 @@
#include <pgm_base.h>
#include <eeschema_id.h>
#include <class_drawpanel.h>
#include <wxEeschemaStruct.h>
#include <schframe.h>
#include <msgpanel.h>
#include <general.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment