KIFACE_I -> KIFACE_BASE.

This commit is contained in:
Jeff Young 2021-09-14 23:45:14 +01:00
parent 3aae3c6f65
commit b84d1456d5
125 changed files with 187 additions and 188 deletions

View File

@ -26,7 +26,7 @@
#include <eda_3d_canvas.h> #include <eda_3d_canvas.h>
#include <eda_3d_viewer_frame.h> #include <eda_3d_viewer_frame.h>
#include <id.h> #include <id.h>
#include <kiface_i.h> #include <kiface_base.h>
#include <tools/eda_3d_controller.h> #include <tools/eda_3d_controller.h>
#include "eda_3d_actions.h" #include "eda_3d_actions.h"
#include <3d_rendering/legacy/render_3d_legacy.h> #include <3d_rendering/legacy/render_3d_legacy.h>

View File

@ -27,7 +27,7 @@
#include <bitmap2cmp_settings.h> #include <bitmap2cmp_settings.h>
#include <bitmap_io.h> #include <bitmap_io.h>
#include <bitmaps.h> #include <bitmaps.h>
#include <kiface_i.h> #include <kiface_base.h>
#include <math/util.h> // for KiROUND #include <math/util.h> // for KiROUND
#include <kiway.h> #include <kiway.h>
#include <potracelib.h> #include <potracelib.h>

View File

@ -24,7 +24,7 @@
#include <bitmap2cmp_gui.h> #include <bitmap2cmp_gui.h>
#include <bitmap2cmp_settings.h> #include <bitmap2cmp_settings.h>
#include <kiface_i.h> #include <kiface_base.h>
#include <kiway.h> #include <kiway.h>
#include <pgm_base.h> #include <pgm_base.h>
#include <settings/settings_manager.h> #include <settings/settings_manager.h>
@ -32,7 +32,7 @@
namespace BMP2CMP { namespace BMP2CMP {
static struct IFACE : public KIFACE_I static struct IFACE : public KIFACE_BASE
{ {
bool OnKifaceStart( PGM_BASE* aProgram, int aCtlBits ) override; bool OnKifaceStart( PGM_BASE* aProgram, int aCtlBits ) override;
@ -60,7 +60,7 @@ static struct IFACE : public KIFACE_I
} }
IFACE( const char* aDSOname, KIWAY::FACE_T aType ) : IFACE( const char* aDSOname, KIWAY::FACE_T aType ) :
KIFACE_I( aDSOname, aType ) KIFACE_BASE( aDSOname, aType )
{} {}
} kiface( "BMP2CMP", KIWAY::FACE_BMP2CMP ); } kiface( "BMP2CMP", KIWAY::FACE_BMP2CMP );
@ -72,7 +72,7 @@ using namespace BMP2CMP;
static PGM_BASE* process; static PGM_BASE* process;
KIFACE_I& Kiface() KIFACE_BASE& Kiface()
{ {
return kiface; return kiface;
} }

View File

@ -347,7 +347,7 @@ set( COMMON_SRCS
grid_tricks.cpp grid_tricks.cpp
hotkey_store.cpp hotkey_store.cpp
hotkeys_basic.cpp hotkeys_basic.cpp
kiface_i.cpp kiface_base.cpp
kiid.cpp kiid.cpp
kiway.cpp kiway.cpp
kiway_express.cpp kiway_express.cpp

View File

@ -21,7 +21,7 @@
#include <dialogs/dialog_color_picker.h> #include <dialogs/dialog_color_picker.h>
#include <cmath> #include <cmath>
#include <algorithm> #include <algorithm>
#include <kiface_i.h> #include <kiface_base.h>
#include <settings/app_settings.h> #include <settings/app_settings.h>
#include <widgets/color_swatch.h> #include <widgets/color_swatch.h>
#include <wx/bitmap.h> #include <wx/bitmap.h>

View File

@ -24,7 +24,7 @@
#include <eda_draw_frame.h> #include <eda_draw_frame.h>
#include <eda_item.h> #include <eda_item.h>
#include <gr_basic.h> #include <gr_basic.h>
#include <kiface_i.h> #include <kiface_base.h>
#include <macros.h> #include <macros.h>
#include <math/util.h> // for KiROUND, Clamp #include <math/util.h> // for KiROUND, Clamp
#include <project.h> #include <project.h>

View File

@ -27,7 +27,7 @@
#include <bitmaps.h> #include <bitmaps.h>
#include <dialog_shim.h> #include <dialog_shim.h>
#include <gal/dpi_scaling.h> #include <gal/dpi_scaling.h>
#include <kiface_i.h> #include <kiface_base.h>
#include <pgm_base.h> #include <pgm_base.h>
#include <id.h> #include <id.h>
#include <settings/common_settings.h> #include <settings/common_settings.h>

View File

@ -27,7 +27,7 @@
#include <confirm.h> #include <confirm.h>
#include <eda_draw_frame.h> #include <eda_draw_frame.h>
#include <kiface_i.h> #include <kiface_base.h>
#include <macros.h> #include <macros.h>
#include <settings/app_settings.h> #include <settings/app_settings.h>
#include <trace_helpers.h> #include <trace_helpers.h>

View File

@ -44,7 +44,7 @@
* storage (wrapped in a DS_PROXY_UNDO_ITEM). * storage (wrapped in a DS_PROXY_UNDO_ITEM).
*/ */
#include <kiface_i.h> #include <kiface_base.h>
#include <title_block.h> #include <title_block.h>
#include <common.h> #include <common.h>
#include <eda_item.h> #include <eda_item.h>

View File

@ -31,7 +31,7 @@
#include <eda_dde.h> #include <eda_dde.h>
#include <filehistory.h> #include <filehistory.h>
#include <id.h> #include <id.h>
#include <kiface_i.h> #include <kiface_base.h>
#include <menus_helpers.h> #include <menus_helpers.h>
#include <panel_hotkeys_editor.h> #include <panel_hotkeys_editor.h>
#include <paths.h> #include <paths.h>

View File

@ -31,7 +31,7 @@
#include <eda_draw_frame.h> #include <eda_draw_frame.h>
#include <filehistory.h> #include <filehistory.h>
#include <id.h> #include <id.h>
#include <kiface_i.h> #include <kiface_base.h>
#include <lockfile.h> #include <lockfile.h>
#include <macros.h> #include <macros.h>
#include <page_info.h> #include <page_info.h>

View File

@ -37,7 +37,7 @@
#include <lib_id.h> #include <lib_id.h>
#include <thread> #include <thread>
#include <utility> #include <utility>
#include <kiface_i.h> #include <kiface_base.h>
FOOTPRINT_INFO* FOOTPRINT_LIST::GetFootprintInfo( const wxString& aLibNickname, FOOTPRINT_INFO* FOOTPRINT_LIST::GetFootprintInfo( const wxString& aLibNickname,
const wxString& aFootprintName ) const wxString& aFootprintName )

View File

@ -24,7 +24,7 @@
*/ */
#include <kiface_i.h> #include <kiface_base.h>
#include <footprint_info.h> #include <footprint_info.h>
#include <lib_id.h> #include <lib_id.h>
#include <lib_table_lexer.h> #include <lib_table_lexer.h>

View File

@ -23,7 +23,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/ */
#include <kiface_i.h> #include <kiface_base.h>
#include <hotkeys_basic.h> #include <hotkeys_basic.h>
#include <id.h> #include <id.h>
#include <string_utils.h> #include <string_utils.h>

View File

@ -23,7 +23,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/ */
#include <kiface_i.h> #include <kiface_base.h>
#include <kiway.h> #include <kiway.h>
#include <search_stack.h> #include <search_stack.h>
#include <systemdirsappend.h> #include <systemdirsappend.h>
@ -81,7 +81,7 @@ static void setSearchPaths( SEARCH_STACK* aDst, KIWAY::FACE_T aId )
} }
bool KIFACE_I::start_common( int aCtlBits ) bool KIFACE_BASE::start_common( int aCtlBits )
{ {
m_start_flags = aCtlBits; m_start_flags = aCtlBits;
m_bm.Init(); m_bm.Init();
@ -91,7 +91,7 @@ bool KIFACE_I::start_common( int aCtlBits )
} }
void KIFACE_I::end_common() void KIFACE_BASE::end_common()
{ {
m_bm.End(); m_bm.End();
} }

View File

@ -290,12 +290,12 @@ KIFACE* KIWAY::KiFACE( FACE_T aFaceId, bool doLoad )
// by dso destructor. // by dso destructor.
// However: // However:
// There is a file installation bug. We only look for KIFACE_I's which we know // There is a file installation bug. We only look for KIFACE's which we know
// to exist, and we did not find one. If we do not find one, this is an // to exist, and we did not find one. If we do not find one, this is an
// installation bug. // installation bug.
msg = wxString::Format( _( "Fatal Installation Bug. File:\n" msg = wxString::Format( _( "Fatal Installation Bug. File:\n"
"\"%s\"\ncould not be loaded\n" ), dname ); "'%s'\ncould not be loaded\n" ), dname );
if( ! wxFileExists( dname ) ) if( ! wxFileExists( dname ) )
msg << _( "It is missing.\n" ); msg << _( "It is missing.\n" );

View File

@ -27,7 +27,7 @@
#include <wx/filename.h> #include <wx/filename.h>
#include <set> #include <set>
#include <common.h> #include <common.h>
#include <kiface_i.h> #include <kiface_base.h>
#include <lib_table_base.h> #include <lib_table_base.h>
#include <lib_table_lexer.h> #include <lib_table_lexer.h>
#include <macros.h> #include <macros.h>

View File

@ -21,7 +21,7 @@
#include <eda_base_frame.h> #include <eda_base_frame.h>
#include <eda_pattern_match.h> #include <eda_pattern_match.h>
#include <kiface_i.h> #include <kiface_base.h>
#include <config_params.h> #include <config_params.h>
#include <lib_tree_model_adapter.h> #include <lib_tree_model_adapter.h>
#include <project/project_file.h> #include <project/project_file.h>

View File

@ -28,7 +28,7 @@
#include <eda_base_frame.h> #include <eda_base_frame.h>
#include <functional> #include <functional>
#include <id.h> #include <id.h>
#include <kiface_i.h> #include <kiface_base.h>
#include <menus_helpers.h> #include <menus_helpers.h>
#include <tool/action_menu.h> #include <tool/action_menu.h>
#include <tool/actions.h> #include <tool/actions.h>
@ -218,7 +218,7 @@ void ACTION_MENU::AddClose( const wxString& aAppname )
} }
void ACTION_MENU::AddQuitOrClose( KIFACE_I* aKiface, wxString aAppname ) void ACTION_MENU::AddQuitOrClose( KIFACE_BASE* aKiface, wxString aAppname )
{ {
if( !aKiface || aKiface->IsSingle() ) // not when under a project mgr if( !aKiface || aKiface->IsSingle() ) // not when under a project mgr
{ {

View File

@ -38,7 +38,7 @@
#include <base_screen.h> #include <base_screen.h>
#include <tool/common_control.h> #include <tool/common_control.h>
#include <id.h> #include <id.h>
#include <kiface_i.h> #include <kiface_base.h>
#include <dialogs/dialog_configure_paths.h> #include <dialogs/dialog_configure_paths.h>
#include <eda_doc.h> #include <eda_doc.h>
#include <wx/msgdlg.h> #include <wx/msgdlg.h>

View File

@ -31,7 +31,7 @@
#include <eda_draw_frame.h> #include <eda_draw_frame.h>
#include <gal/graphics_abstraction_layer.h> #include <gal/graphics_abstraction_layer.h>
#include <id.h> #include <id.h>
#include <kiface_i.h> #include <kiface_base.h>
#include <project.h> #include <project.h>
#include <settings/app_settings.h> #include <settings/app_settings.h>
#include <tool/actions.h> #include <tool/actions.h>

View File

@ -27,7 +27,7 @@
#include <tool/conditional_menu.h> #include <tool/conditional_menu.h>
#include <tool/action_menu.h> #include <tool/action_menu.h>
#include <menus_helpers.h> #include <menus_helpers.h>
#include <kiface_i.h> #include <kiface_base.h>
CONDITIONAL_MENU::CONDITIONAL_MENU( TOOL_INTERACTIVE* aTool ) : CONDITIONAL_MENU::CONDITIONAL_MENU( TOOL_INTERACTIVE* aTool ) :

View File

@ -31,7 +31,7 @@
// 'FT232BL' 'QFP:LQFP-32_7x7mm_Pitch0.8mm' // 'FT232BL' 'QFP:LQFP-32_7x7mm_Pitch0.8mm'
#include <kiface_i.h> #include <kiface_base.h>
#include <string_utils.h> #include <string_utils.h>
#include <macros.h> #include <macros.h>

View File

@ -26,7 +26,7 @@
#include <confirm.h> #include <confirm.h>
#include <fp_lib_table.h> #include <fp_lib_table.h>
#include <footprint_info_impl.h> #include <footprint_info_impl.h>
#include <kiface_i.h> #include <kiface_base.h>
#include <pgm_base.h> #include <pgm_base.h>
#include <settings/settings_manager.h> #include <settings/settings_manager.h>
@ -37,12 +37,12 @@
namespace CV { namespace CV {
static struct IFACE : public KIFACE_I static struct IFACE : public KIFACE_BASE
{ {
// Of course all are virtual overloads, implementations of the KIFACE. // Of course all are virtual overloads, implementations of the KIFACE.
IFACE( const char* aName, KIWAY::FACE_T aType ) : IFACE( const char* aName, KIWAY::FACE_T aType ) :
KIFACE_I( aName, aType ) KIFACE_BASE( aName, aType )
{} {}
bool OnKifaceStart( PGM_BASE* aProgram, int aCtlBits ) override; bool OnKifaceStart( PGM_BASE* aProgram, int aCtlBits ) override;
@ -101,7 +101,7 @@ using namespace CV;
static PGM_BASE* process; static PGM_BASE* process;
KIFACE_I& Kiface() { return kiface; } KIFACE_BASE& Kiface() { return kiface; }
// KIFACE_GETTER's actual spelling is a substitution macro found in kiway.h. // KIFACE_GETTER's actual spelling is a substitution macro found in kiway.h.

View File

@ -27,7 +27,7 @@
#include <confirm.h> #include <confirm.h>
#include <eda_dde.h> #include <eda_dde.h>
#include <fp_lib_table.h> #include <fp_lib_table.h>
#include <kiface_i.h> #include <kiface_base.h>
#include <kiplatform/app.h> #include <kiplatform/app.h>
#include <kiway_express.h> #include <kiway_express.h>
#include <macros.h> #include <macros.h>

View File

@ -32,7 +32,7 @@
#include <footprint_editor_settings.h> #include <footprint_editor_settings.h>
#include <fp_lib_table.h> #include <fp_lib_table.h>
#include <id.h> #include <id.h>
#include <kiface_i.h> #include <kiface_base.h>
#include <lib_id.h> #include <lib_id.h>
#include <macros.h> #include <macros.h>
#include <widgets/msgpanel.h> #include <widgets/msgpanel.h>

View File

@ -21,7 +21,7 @@
#include <confirm.h> #include <confirm.h>
#include <cstdint> #include <cstdint>
#include <functional> #include <functional>
#include <kiface_i.h> #include <kiface_base.h>
#include <kiway_express.h> #include <kiway_express.h>
#include <lib_id.h> #include <lib_id.h>
#include <tool/actions.h> #include <tool/actions.h>

View File

@ -21,7 +21,7 @@
#include <confirm.h> #include <confirm.h>
#include <cstdint> #include <cstdint>
#include <functional> #include <functional>
#include <kiface_i.h> #include <kiface_base.h>
#include <kiway_express.h> #include <kiway_express.h>
#include <lib_id.h> #include <lib_id.h>
#include <tool/actions.h> #include <tool/actions.h>

View File

@ -58,7 +58,7 @@
#include <sch_line.h> #include <sch_line.h>
#include <lib_pin.h> #include <lib_pin.h>
#include <sch_draw_panel.h> #include <sch_draw_panel.h>
#include <kiface_i.h> #include <kiface_base.h>
#include <vector> #include <vector>
#include <algorithm> #include <algorithm>
#include <tool/tool_manager.h> #include <tool/tool_manager.h>

View File

@ -23,7 +23,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/ */
#include <kiface_i.h> #include <kiface_base.h>
#include <kiway_express.h> #include <kiway_express.h>
#include <eda_dde.h> #include <eda_dde.h>
#include <connection_graph.h> #include <connection_graph.h>

View File

@ -28,7 +28,7 @@
#include <confirm.h> #include <confirm.h>
#include <dialog_annotate_base.h> #include <dialog_annotate_base.h>
#include <eeschema_settings.h> #include <eeschema_settings.h>
#include <kiface_i.h> #include <kiface_base.h>
#include <widgets/infobar.h> #include <widgets/infobar.h>
#include <wx_html_report_panel.h> #include <wx_html_report_panel.h>
#include <schematic.h> #include <schematic.h>

View File

@ -38,7 +38,7 @@
#include <dialogs/html_message_box.h> #include <dialogs/html_message_box.h>
#include <i18n_utility.h> // for _HKI definition used in dialog_bom_help_md.h #include <i18n_utility.h> // for _HKI definition used in dialog_bom_help_md.h
#include <invoke_sch_dialog.h> #include <invoke_sch_dialog.h>
#include <kiface_i.h> #include <kiface_base.h>
#include <netlist_exporter_xml.h> #include <netlist_exporter_xml.h>
#include <pgm_base.h> #include <pgm_base.h>
#include <reporter.h> #include <reporter.h>

View File

@ -26,7 +26,7 @@
#include <symbol_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_base.h>
#include <sch_base_frame.h> #include <sch_base_frame.h>
#include <template_fieldnames.h> #include <template_fieldnames.h>
#include <widgets/footprint_preview_widget.h> #include <widgets/footprint_preview_widget.h>

View File

@ -19,7 +19,7 @@
#include "dialog_eeschema_page_settings.h" #include "dialog_eeschema_page_settings.h"
#include <kiface_i.h> #include <kiface_base.h>
#include <general.h> #include <general.h>
#include <sch_edit_frame.h> #include <sch_edit_frame.h>
#include <sch_screen.h> #include <sch_screen.h>

View File

@ -28,7 +28,7 @@
#include <sch_edit_frame.h> #include <sch_edit_frame.h>
#include <schematic.h> #include <schematic.h>
#include <project.h> #include <project.h>
#include <kiface_i.h> #include <kiface_base.h>
#include <bitmaps.h> #include <bitmaps.h>
#include <reporter.h> #include <reporter.h>
#include <wildcards_and_files_ext.h> #include <wildcards_and_files_ext.h>

View File

@ -21,7 +21,7 @@
#include "dialog_global_sym_lib_table_config.h" #include "dialog_global_sym_lib_table_config.h"
#include <confirm.h> #include <confirm.h>
#include <kiface_i.h> #include <kiface_base.h>
#include <macros.h> #include <macros.h>
#include "symbol_lib_table.h" #include "symbol_lib_table.h"

View File

@ -34,7 +34,7 @@
*/ */
#include <pgm_base.h> #include <pgm_base.h>
#include <kiface_i.h> #include <kiface_base.h>
#include <gestfich.h> #include <gestfich.h>
#include <sch_edit_frame.h> #include <sch_edit_frame.h>
#include <general.h> #include <general.h>

View File

@ -29,7 +29,7 @@
#include <dialogs/wx_html_report_panel.h> #include <dialogs/wx_html_report_panel.h>
#include <dialog_plot_schematic.h> #include <dialog_plot_schematic.h>
#include <eeschema_settings.h> #include <eeschema_settings.h>
#include <kiface_i.h> #include <kiface_base.h>
#include <locale_io.h> #include <locale_io.h>
#include <plotters/plotter_hpgl.h> #include <plotters/plotter_hpgl.h>
#include <plotters/plotter_dxf.h> #include <plotters/plotter_dxf.h>

View File

@ -26,7 +26,7 @@
#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>
#include <kiface_i.h> #include <kiface_base.h>
#include <project_rescue.h> #include <project_rescue.h>
#include <sch_symbol.h> #include <sch_symbol.h>
#include <sch_edit_frame.h> #include <sch_edit_frame.h>

View File

@ -20,7 +20,7 @@
#include <confirm.h> #include <confirm.h>
#include <sch_edit_frame.h> #include <sch_edit_frame.h>
#include <schematic.h> #include <schematic.h>
#include <kiface_i.h> #include <kiface_base.h>
#include <dialog_sch_import_settings.h> #include <dialog_sch_import_settings.h>
#include <dialogs/panel_setup_netclasses.h> #include <dialogs/panel_setup_netclasses.h>
#include <dialogs/panel_setup_severities.h> #include <dialogs/panel_setup_severities.h>

View File

@ -23,7 +23,7 @@
*/ */
#include <dialog_sheet_properties.h> #include <dialog_sheet_properties.h>
#include <kiface_i.h> #include <kiface_base.h>
#include <wx/string.h> #include <wx/string.h>
#include <wx/log.h> #include <wx/log.h>
#include <wx/tooltip.h> #include <wx/tooltip.h>

View File

@ -32,7 +32,7 @@
#include <general.h> #include <general.h>
#include <grid_tricks.h> #include <grid_tricks.h>
#include <string_utils.h> #include <string_utils.h>
#include <kiface_i.h> #include <kiface_base.h>
#include <sch_edit_frame.h> #include <sch_edit_frame.h>
#include <sch_reference_list.h> #include <sch_reference_list.h>
#include <schematic.h> #include <schematic.h>

View File

@ -27,7 +27,7 @@
#include <wx/tooltip.h> #include <wx/tooltip.h>
#include <grid_tricks.h> #include <grid_tricks.h>
#include <confirm.h> #include <confirm.h>
#include <kiface_i.h> #include <kiface_base.h>
#include <pin_numbers.h> #include <pin_numbers.h>
#include <string_utils.h> #include <string_utils.h>
#include <menus_helpers.h> #include <menus_helpers.h>

View File

@ -24,7 +24,7 @@
#include <macros.h> #include <macros.h>
#include <pgm_base.h> #include <pgm_base.h>
#include <kiface_i.h> #include <kiface_base.h>
#include <project.h> #include <project.h>
#include <confirm.h> #include <confirm.h>
#include <reporter.h> #include <reporter.h>

View File

@ -29,7 +29,7 @@
#include <bitmaps.h> #include <bitmaps.h>
#include <schematic.h> #include <schematic.h>
#include <panel_eeschema_template_fieldnames.h> #include <panel_eeschema_template_fieldnames.h>
#include <kiface_i.h> #include <kiface_base.h>
PANEL_EESCHEMA_TEMPLATE_FIELDNAMES::PANEL_EESCHEMA_TEMPLATE_FIELDNAMES( SCH_EDIT_FRAME* aFrame, PANEL_EESCHEMA_TEMPLATE_FIELDNAMES::PANEL_EESCHEMA_TEMPLATE_FIELDNAMES( SCH_EDIT_FRAME* aFrame,
wxWindow* aWindow, wxWindow* aWindow,

View File

@ -23,7 +23,7 @@
#include <sch_edit_frame.h> #include <sch_edit_frame.h>
#include <sch_painter.h> #include <sch_painter.h>
#include <kiface_i.h> #include <kiface_base.h>
#include <panel_setup_formatting.h> #include <panel_setup_formatting.h>
#include <sch_junction.h> #include <sch_junction.h>
#include <schematic.h> #include <schematic.h>

View File

@ -22,7 +22,7 @@
*/ */
#include <sch_edit_frame.h> #include <sch_edit_frame.h>
#include <kiface_i.h> #include <kiface_base.h>
#include <bitmaps.h> #include <bitmaps.h>
#include <wildcards_and_files_ext.h> #include <wildcards_and_files_ext.h>
#include <schematic.h> #include <schematic.h>

View File

@ -24,7 +24,7 @@
*/ */
#include <pgm_base.h> #include <pgm_base.h>
#include <kiface_i.h> #include <kiface_base.h>
#include <confirm.h> #include <confirm.h>
#include <gestfich.h> #include <gestfich.h>
#include <eda_dde.h> #include <eda_dde.h>
@ -111,12 +111,12 @@ bool generateSchematicNetlist( const wxString& aFilename, wxString& aNetlist )
} }
static struct IFACE : public KIFACE_I static struct IFACE : public KIFACE_BASE
{ {
// Of course all are virtual overloads, implementations of the KIFACE. // Of course all are virtual overloads, implementations of the KIFACE.
IFACE( const char* aName, KIWAY::FACE_T aType ) : IFACE( const char* aName, KIWAY::FACE_T aType ) :
KIFACE_I( aName, aType ) KIFACE_BASE( aName, aType )
{} {}
bool OnKifaceStart( PGM_BASE* aProgram, int aCtlBits ) override; bool OnKifaceStart( PGM_BASE* aProgram, int aCtlBits ) override;
@ -211,7 +211,7 @@ using namespace SCH;
static PGM_BASE* process; static PGM_BASE* process;
KIFACE_I& Kiface() { return kiface; } KIFACE_BASE& Kiface() { return kiface; }
// KIFACE_GETTER's actual spelling is a substitution macro found in kiway.h. // KIFACE_GETTER's actual spelling is a substitution macro found in kiway.h.

View File

@ -31,7 +31,7 @@
#include <dialog_symbol_remap.h> #include <dialog_symbol_remap.h>
#include <eeschema_settings.h> #include <eeschema_settings.h>
#include <id.h> #include <id.h>
#include <kiface_i.h> #include <kiface_base.h>
#include <kiplatform/app.h> #include <kiplatform/app.h>
#include <pgm_base.h> #include <pgm_base.h>
#include <profile.h> #include <profile.h>

View File

@ -39,7 +39,7 @@
#include <hierarch.h> #include <hierarch.h>
#include <view/view.h> #include <view/view.h>
#include <kiface_i.h> #include <kiface_base.h>
#include "eeschema_settings.h" #include "eeschema_settings.h"
#include <wx/object.h> #include <wx/object.h>

View File

@ -26,7 +26,7 @@
#include <bitmaps.h> #include <bitmaps.h>
#include <filehistory.h> #include <filehistory.h>
#include <kiface_i.h> #include <kiface_base.h>
#include <menus_helpers.h> #include <menus_helpers.h>
#include <schematic.h> #include <schematic.h>
#include <tool/action_manager.h> #include <tool/action_manager.h>

View File

@ -35,7 +35,7 @@
#include <dialogs/html_message_box.h> #include <dialogs/html_message_box.h>
#include <invoke_sch_dialog.h> #include <invoke_sch_dialog.h>
#include <string_utils.h> #include <string_utils.h>
#include <kiface_i.h> #include <kiface_base.h>
#include <kiplatform/app.h> #include <kiplatform/app.h>
#include <kiway.h> #include <kiway.h>
#include <symbol_edit_frame.h> #include <symbol_edit_frame.h>

View File

@ -60,7 +60,7 @@
#include <schematic.h> #include <schematic.h>
#include <settings/color_settings.h> #include <settings/color_settings.h>
#include <view/view.h> #include <view/view.h>
#include <kiface_i.h> #include <kiface_base.h>
#include <default_values.h> #include <default_values.h>
#include <advanced_config.h> #include <advanced_config.h>
#include <string_utils.h> #include <string_utils.h>

View File

@ -24,7 +24,7 @@
#include <convert_to_biu.h> #include <convert_to_biu.h>
#include <default_values.h> #include <default_values.h>
#include <eeschema_settings.h> #include <eeschema_settings.h>
#include <kiface_i.h> #include <kiface_base.h>
#include <macros.h> #include <macros.h>
#include <schematic_settings.h> #include <schematic_settings.h>
#include <settings/json_settings_internals.h> #include <settings/json_settings_internals.h>

View File

@ -24,7 +24,7 @@
#include <sch_draw_panel.h> #include <sch_draw_panel.h>
#include <confirm.h> #include <confirm.h>
#include <kiface_i.h> #include <kiface_base.h>
#include <project.h> #include <project.h>
#include <wildcards_and_files_ext.h> #include <wildcards_and_files_ext.h>
#include <tool/tool_manager.h> #include <tool/tool_manager.h>

View File

@ -32,7 +32,7 @@
#include <eeschema_id.h> #include <eeschema_id.h>
#include <eeschema_settings.h> #include <eeschema_settings.h>
#include <env_paths.h> #include <env_paths.h>
#include <kiface_i.h> #include <kiface_base.h>
#include <kiplatform/app.h> #include <kiplatform/app.h>
#include <kiway_express.h> #include <kiway_express.h>
#include <symbol_edit_frame.h> #include <symbol_edit_frame.h>

View File

@ -24,7 +24,7 @@
*/ */
#include <algorithm> #include <algorithm>
#include <kiface_i.h> #include <kiface_base.h>
#include <eda_base_frame.h> #include <eda_base_frame.h>
#include <string_utils.h> #include <string_utils.h>
#include <macros.h> #include <macros.h>

View File

@ -29,7 +29,7 @@
#include <dialog_choose_symbol.h> #include <dialog_choose_symbol.h>
#include <eeschema_id.h> #include <eeschema_id.h>
#include <eeschema_settings.h> #include <eeschema_settings.h>
#include <kiface_i.h> #include <kiface_base.h>
#include <kiway.h> #include <kiway.h>
#include <symbol_viewer_frame.h> #include <symbol_viewer_frame.h>
#include <widgets/msgpanel.h> #include <widgets/msgpanel.h>

View File

@ -26,7 +26,7 @@
#include <sch_draw_panel.h> #include <sch_draw_panel.h>
#include <sch_edit_frame.h> #include <sch_edit_frame.h>
#include <kiface_i.h> #include <kiface_base.h>
#include <bitmaps.h> #include <bitmaps.h>
#include <eeschema_id.h> #include <eeschema_id.h>
#include <python_scripting.h> #include <python_scripting.h>

View File

@ -25,7 +25,7 @@
#include <confirm.h> #include <confirm.h>
#include <string_utils.h> #include <string_utils.h>
#include <kiface_i.h> #include <kiface_base.h>
#include <sch_edit_frame.h> #include <sch_edit_frame.h>
#include <wildcards_and_files_ext.h> #include <wildcards_and_files_ext.h>
#include <sch_sheet_path.h> #include <sch_sheet_path.h>

View File

@ -33,7 +33,7 @@
#include <sch_sheet_path.h> #include <sch_sheet_path.h>
#include <schematic.h> #include <schematic.h>
#include <string_utils.h> #include <string_utils.h>
#include <kiface_i.h> #include <kiface_base.h>
#include <wildcards_and_files_ext.h> #include <wildcards_and_files_ext.h>
#include <connection_graph.h> #include <connection_graph.h>
#include <wx/log.h> #include <wx/log.h>

View File

@ -33,7 +33,7 @@
#include <gerbview_frame.h> #include <gerbview_frame.h>
#include <gerbview_id.h> #include <gerbview_id.h>
#include <gerbview_settings.h> #include <gerbview_settings.h>
#include <kiface_i.h> #include <kiface_base.h>
#include <layer_ids.h> #include <layer_ids.h>
#include <dialogs/dialog_layers_select_to_pcb.h> #include <dialogs/dialog_layers_select_to_pcb.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 <kiface_i.h> #include <kiface_base.h>
#include <confirm.h> #include <confirm.h>
#include <dialogs/dialog_print_generic.h> #include <dialogs/dialog_print_generic.h>
#include <gerbview_printout.h> #include <gerbview_printout.h>

View File

@ -30,7 +30,7 @@
#include <gerbview_frame.h> #include <gerbview_frame.h>
#include <gerbview_settings.h> #include <gerbview_settings.h>
#include <gestfich.h> #include <gestfich.h>
#include <kiface_i.h> #include <kiface_base.h>
#include <macros.h> #include <macros.h>
#include <nlohmann/json.hpp> #include <nlohmann/json.hpp>
#include <pgm_base.h> #include <pgm_base.h>
@ -43,12 +43,12 @@ using json = nlohmann::json;
namespace GERBV { namespace GERBV {
static struct IFACE : public KIFACE_I static struct IFACE : public KIFACE_BASE
{ {
// Of course all are virtual overloads, implementations of the KIFACE. // Of course all are virtual overloads, implementations of the KIFACE.
IFACE( const char* aName, KIWAY::FACE_T aType ) : IFACE( const char* aName, KIWAY::FACE_T aType ) :
KIFACE_I( aName, aType ) KIFACE_BASE( aName, aType )
{} {}
bool OnKifaceStart( PGM_BASE* aProgram, int aCtlBits ) override; bool OnKifaceStart( PGM_BASE* aProgram, int aCtlBits ) override;
@ -109,7 +109,7 @@ using namespace GERBV;
static PGM_BASE* process; static PGM_BASE* process;
KIFACE_I& Kiface() { return kiface; } KIFACE_BASE& Kiface() { return kiface; }
// KIFACE_GETTER's actual spelling is a substitution macro found in kiway.h. // KIFACE_GETTER's actual spelling is a substitution macro found in kiway.h.

View File

@ -18,7 +18,7 @@
* with this program. If not, see <http://www.gnu.org/licenses/>. * with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include <kiface_i.h> #include <kiface_base.h>
#include <pgm_base.h> #include <pgm_base.h>
#include <eda_base_frame.h> #include <eda_base_frame.h>
#include <base_units.h> #include <base_units.h>

View File

@ -27,7 +27,7 @@
#include <bitmaps.h> #include <bitmaps.h>
#include "gerbview_id.h" #include "gerbview_id.h"
#include <kiface_i.h> #include <kiface_base.h>
#include <menus_helpers.h> #include <menus_helpers.h>
#include <tool/action_manager.h> #include <tool/action_manager.h>
#include <tool/action_menu.h> #include <tool/action_menu.h>

View File

@ -21,20 +21,20 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/ */
#ifndef KIFACE_I_H_ #ifndef KIFACE_BASE_H
#define KIFACE_I_H_ #define KIFACE_BASE_H
#include <kiway.h> #include <kiway.h>
#include <bin_mod.h> #include <bin_mod.h>
/** /**
* A #KIFACE (I)mplementation. * A #KIFACE implementation.
* *
* This has useful for DSOs which implement a #KIFACE. It is abstract so a few functions * This has useful for DSOs which implement a #KIFACE. It is abstract so a few functions
* must be implemented in derivations. * must be implemented in derivations.
*/ */
class KIFACE_I : public KIFACE class KIFACE_BASE : public KIFACE
{ {
public: public:
/** /**
@ -61,14 +61,14 @@ public:
* @param aId is the type of DSO ( #FACE_SCH, #FACE_PCB, #FACE_CVPCB, #FACE_GERBVIEW, * @param aId is the type of DSO ( #FACE_SCH, #FACE_PCB, #FACE_CVPCB, #FACE_GERBVIEW,
* #FACE_PL_EDITOR, #FACE_PCB_CALCULATOR, #FACE_BMP2CMP) * #FACE_PL_EDITOR, #FACE_PCB_CALCULATOR, #FACE_BMP2CMP)
*/ */
KIFACE_I( const char* aKifaceName, KIWAY::FACE_T aId ) : KIFACE_BASE( const char* aKifaceName, KIWAY::FACE_T aId ) :
m_id( aId ), m_id( aId ),
m_bm( aKifaceName ), m_bm( aKifaceName ),
m_start_flags( 0 ) m_start_flags( 0 )
{ {
} }
// ~KIFACE_I(); // ~KIFACE_BASE();
protected: protected:
@ -89,28 +89,28 @@ public:
return wxString::FromUTF8( m_bm.m_name ); return wxString::FromUTF8( m_bm.m_name );
} }
APP_SETTINGS_BASE* KifaceSettings() const { return m_bm.m_config; } APP_SETTINGS_BASE* KifaceSettings() const { return m_bm.m_config; }
void InitSettings( APP_SETTINGS_BASE* aSettings ) { m_bm.InitSettings( aSettings ); } void InitSettings( APP_SETTINGS_BASE* aSettings ) { m_bm.InitSettings( aSettings ); }
/** /**
* Return whatever was passed as @a aCtlBits to OnKifaceStart(). * Return whatever was passed as @a aCtlBits to OnKifaceStart().
*/ */
int StartFlags() const { return m_start_flags; } int StartFlags() const { return m_start_flags; }
/** /**
* Is this KIFACE_I running under single_top? * Is this KIFACE running under single_top?
*/ */
bool IsSingle() const { return m_start_flags & KFCTL_STANDALONE; } bool IsSingle() const { return m_start_flags & KFCTL_STANDALONE; }
/** /**
* Return just the basename portion of the current help file. * Return just the basename portion of the current help file.
*/ */
const wxString& GetHelpFileName() const { return m_bm.m_help_file; } const wxString& GetHelpFileName() const { return m_bm.m_help_file; }
/// Only for DSO specific 'non-library' files. /// Only for DSO specific 'non-library' files.
/// (The library search path is in the PROJECT class.) /// (The library search path is in the PROJECT class.)
SEARCH_STACK& KifaceSearch() { return m_bm.m_search; } SEARCH_STACK& KifaceSearch() { return m_bm.m_search; }
private: private:
KIWAY::FACE_T m_id; KIWAY::FACE_T m_id;
@ -121,7 +121,7 @@ private:
}; };
/// Global KIFACE_I "get" accessor. /// Global KIFACE_BASE "get" accessor.
KIFACE_I& Kiface(); KIFACE_BASE& Kiface();
#endif // KIFACE_I_H_ #endif // KIFACE_BASE_H

View File

@ -34,7 +34,7 @@
class KIWAY; class KIWAY;
class PROJECT; class PROJECT;
struct KIFACE; struct KIFACE;
class KIFACE_I; class KIFACE_BASE;
class TOOL_MANAGER; class TOOL_MANAGER;
class KIWAY_EXPRESS; class KIWAY_EXPRESS;

View File

@ -36,7 +36,7 @@
#include <wx/textentry.h> #include <wx/textentry.h>
#include <tool/tool_event.h> #include <tool/tool_event.h>
class KIFACE_I; class KIFACE_BASE;
class TOOL_INTERACTIVE; class TOOL_INTERACTIVE;
class TOOL_MANAGER; class TOOL_MANAGER;
@ -125,7 +125,7 @@ public:
* *
* @param aAppname is the application name to append to the tooltip. * @param aAppname is the application name to append to the tooltip.
*/ */
void AddQuitOrClose( KIFACE_I* aKiface, wxString aAppname = "" ); void AddQuitOrClose( KIFACE_BASE* aKiface, wxString aAppname = "" );
/** /**
* Remove all the entries from the menu (as well as its title). * Remove all the entries from the menu (as well as its title).

View File

@ -56,8 +56,8 @@
// a dummy to quiet linking with EDA_BASE_FRAME::config(); // a dummy to quiet linking with EDA_BASE_FRAME::config();
#include <kiface_i.h> #include <kiface_base.h>
KIFACE_I& Kiface() KIFACE_BASE& Kiface()
{ {
// This function should never be called. It is only referenced from // This function should never be called. It is only referenced from
// EDA_BASE_FRAME::config() and this is only provided to satisfy the linker, // EDA_BASE_FRAME::config() and this is only provided to satisfy the linker,

View File

@ -30,10 +30,9 @@
/** /**
* PGM_KICAD * PGM_KICAD
* extends PGM_BASE to bring in FileHistory() and PdfBrowser() which were moved * extends PGM_BASE to bring in FileHistory() and PdfBrowser() which were moved from EDA_APP
* from EDA_APP into KIFACE_I. KIFACE_I is not applicable in the project manager * into KIFACE_BASE. KIFACE_BASE is not applicable in the project manager since it is not a
* since it is not a KIFACE. This header is in the kicad directory since nobody * KIFACE. This header is in the kicad directory since nobody else needs to know about it.
* else needs to know about it.
*/ */
class PGM_KICAD : public PGM_BASE class PGM_KICAD : public PGM_BASE
{ {

View File

@ -25,7 +25,7 @@
#include <bitmaps.h> #include <bitmaps.h>
#include <filehistory.h> #include <filehistory.h>
#include <kiface_i.h> #include <kiface_base.h>
#include <menus_helpers.h> #include <menus_helpers.h>
#include <tool/action_manager.h> #include <tool/action_manager.h>
#include <tool/action_menu.h> #include <tool/action_menu.h>

View File

@ -26,7 +26,7 @@
#include <wx/file.h> #include <wx/file.h>
#include <wx/snglinst.h> #include <wx/snglinst.h>
#include <kiface_i.h> #include <kiface_base.h>
#include <confirm.h> #include <confirm.h>
#include <gestfich.h> #include <gestfich.h>
#include <pgm_base.h> #include <pgm_base.h>
@ -38,12 +38,12 @@
namespace PGE { namespace PGE {
static struct IFACE : public KIFACE_I static struct IFACE : public KIFACE_BASE
{ {
// Of course all are virtual overloads, implementations of the KIFACE. // Of course all are virtual overloads, implementations of the KIFACE.
IFACE( const char* aName, KIWAY::FACE_T aType ) : IFACE( const char* aName, KIWAY::FACE_T aType ) :
KIFACE_I( aName, aType ) KIFACE_BASE( aName, aType )
{} {}
bool OnKifaceStart( PGM_BASE* aProgram, int aCtlBits ) override; bool OnKifaceStart( PGM_BASE* aProgram, int aCtlBits ) override;
@ -104,7 +104,7 @@ using namespace PGE;
static PGM_BASE* process; static PGM_BASE* process;
KIFACE_I& Kiface() { return kiface; } KIFACE_BASE& Kiface() { return kiface; }
// KIFACE_GETTER's actual spelling is a substitution macro found in kiway.h. // KIFACE_GETTER's actual spelling is a substitution macro found in kiway.h.

View File

@ -23,7 +23,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/ */
#include <kiface_i.h> #include <kiface_base.h>
#include <pgm_base.h> #include <pgm_base.h>
#include <bitmaps.h> #include <bitmaps.h>
#include <core/arraydim.h> #include <core/arraydim.h>

View File

@ -9,7 +9,7 @@
#include <wx/bitmap.h> #include <wx/bitmap.h>
#include <i18n_utility.h> #include <i18n_utility.h>
#include <kiface_i.h> #include <kiface_base.h>
#include <bitmaps.h> #include <bitmaps.h>
#include "attenuator_classes.h" #include "attenuator_classes.h"

View File

@ -19,7 +19,7 @@
*/ */
#include <pgm_base.h> #include <pgm_base.h>
#include <kiface_i.h> #include <kiface_base.h>
#include <settings/settings_manager.h> #include <settings/settings_manager.h>
#include "pcb_calculator_frame.h" #include "pcb_calculator_frame.h"
@ -31,12 +31,12 @@ const wxString PcbCalcDataFileExt( wxT( "pcbcalc" ) );
namespace PCBCALC { namespace PCBCALC {
static struct IFACE : public KIFACE_I static struct IFACE : public KIFACE_BASE
{ {
// Of course all are virtual overloads, implementations of the KIFACE. // Of course all are virtual overloads, implementations of the KIFACE.
IFACE( const char* aName, KIWAY::FACE_T aType ) : IFACE( const char* aName, KIWAY::FACE_T aType ) :
KIFACE_I( aName, aType ) KIFACE_BASE( aName, aType )
{} {}
bool OnKifaceStart( PGM_BASE* aProgram, int aCtlBits ) override; bool OnKifaceStart( PGM_BASE* aProgram, int aCtlBits ) override;
@ -75,7 +75,7 @@ using namespace PCBCALC;
static PGM_BASE* process; static PGM_BASE* process;
KIFACE_I& Kiface() { return kiface; } KIFACE_BASE& Kiface() { return kiface; }
// KIFACE_GETTER's actual spelling is a substitution macro found in kiway.h. // KIFACE_GETTER's actual spelling is a substitution macro found in kiway.h.

View File

@ -20,7 +20,7 @@
#include <wx/msgdlg.h> #include <wx/msgdlg.h>
#include <bitmaps.h> #include <bitmaps.h>
#include <geometry/shape_poly_set.h> #include <geometry/shape_poly_set.h>
#include <kiface_i.h> #include <kiface_base.h>
#include "attenuators/attenuator_classes.h" #include "attenuators/attenuator_classes.h"
#include "class_regulator_data.h" #include "class_regulator_data.h"
#include "pcb_calculator_frame.h" #include "pcb_calculator_frame.h"

View File

@ -26,7 +26,7 @@
#include <cassert> #include <cassert>
#include <cmath> #include <cmath>
#include <kiface_i.h> #include <kiface_base.h>
#include <string_utils.h> #include <string_utils.h>
#include "class_regulator_data.h" #include "class_regulator_data.h"

View File

@ -24,7 +24,7 @@
#include <wx/intl.h> #include <wx/intl.h>
#include <wx/arrstr.h> #include <wx/arrstr.h>
#include <kiface_i.h> #include <kiface_base.h>
#include <bitmaps.h> #include <bitmaps.h>
// transline specific functions: // transline specific functions:

View File

@ -45,7 +45,7 @@
#include <cmath> #include <cmath>
#include <wx/choicdlg.h> #include <wx/choicdlg.h>
#include <kiface_i.h> #include <kiface_base.h>
#include "attenuators/attenuator_classes.h" #include "attenuators/attenuator_classes.h"
#include "common_data.h" #include "common_data.h"

View File

@ -24,7 +24,7 @@
#include <pcb_dimension.h> #include <pcb_dimension.h>
#include <pcb_track.h> #include <pcb_track.h>
#include <layer_ids.h> #include <layer_ids.h>
#include <kiface_i.h> #include <kiface_base.h>
#include <pad.h> #include <pad.h>
#include <board_design_settings.h> #include <board_design_settings.h>
#include <drc/drc_item.h> #include <drc/drc_item.h>

View File

@ -39,7 +39,7 @@
#include <zone.h> #include <zone.h>
#include <collectors.h> #include <collectors.h>
#include <eda_dde.h> #include <eda_dde.h>
#include <kiface_i.h> #include <kiface_base.h>
#include <kiway_express.h> #include <kiway_express.h>
#include <netlist_reader/pcb_netlist.h> #include <netlist_reader/pcb_netlist.h>
#include <netlist_reader/board_netlist_updater.h> #include <netlist_reader/board_netlist_updater.h>

View File

@ -32,7 +32,7 @@
#include <dialog_board_reannotate.h> #include <dialog_board_reannotate.h>
#include <fstream> #include <fstream>
#include <string_utils.h> // StrNumCmp #include <string_utils.h> // StrNumCmp
#include <kiface_i.h> #include <kiface_base.h>
#include <mail_type.h> #include <mail_type.h>
#include <pcbnew_settings.h> #include <pcbnew_settings.h>
#include <refdes_utils.h> #include <refdes_utils.h>

View File

@ -27,7 +27,7 @@
#include <../board_stackup_manager/panel_board_finish.h> #include <../board_stackup_manager/panel_board_finish.h>
#include <confirm.h> #include <confirm.h>
#include <board_design_settings.h> #include <board_design_settings.h>
#include <kiface_i.h> #include <kiface_base.h>
#include <drc/drc_item.h> #include <drc/drc_item.h>
#include <dialog_import_settings.h> #include <dialog_import_settings.h>
#include <io_mgr.h> #include <io_mgr.h>

View File

@ -39,7 +39,7 @@
#include <widgets/lib_tree.h> #include <widgets/lib_tree.h>
#include <widgets/footprint_preview_widget.h> #include <widgets/footprint_preview_widget.h>
#include <widgets/footprint_select_widget.h> #include <widgets/footprint_select_widget.h>
#include <kiface_i.h> #include <kiface_base.h>
DIALOG_CHOOSE_FOOTPRINT::DIALOG_CHOOSE_FOOTPRINT( PCB_BASE_FRAME* aParent, DIALOG_CHOOSE_FOOTPRINT::DIALOG_CHOOSE_FOOTPRINT( PCB_BASE_FRAME* aParent,

View File

@ -23,7 +23,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/ */
#include <kiface_i.h> #include <kiface_base.h>
#include <confirm.h> #include <confirm.h>
#include <pcb_edit_frame.h> #include <pcb_edit_frame.h>
#include <pcbnew_settings.h> #include <pcbnew_settings.h>

View File

@ -26,7 +26,7 @@
#include <confirm.h> #include <confirm.h>
#include <dialog_drc.h> #include <dialog_drc.h>
#include <board_design_settings.h> #include <board_design_settings.h>
#include <kiface_i.h> #include <kiface_base.h>
#include <macros.h> #include <macros.h>
#include <pad.h> #include <pad.h>
#include <pcb_edit_frame.h> #include <pcb_edit_frame.h>

View File

@ -32,7 +32,7 @@
#include <confirm.h> #include <confirm.h>
#include <dialog_export_step_base.h> #include <dialog_export_step_base.h>
#include <footprint.h> #include <footprint.h>
#include <kiface_i.h> #include <kiface_base.h>
#include <locale_io.h> #include <locale_io.h>
#include <math/vector3.h> #include <math/vector3.h>
#include <pcb_edit_frame.h> #include <pcb_edit_frame.h>

View File

@ -30,7 +30,7 @@
#include <board.h> #include <board.h>
#include <confirm.h> #include <confirm.h>
#include <kiface_i.h> #include <kiface_base.h>
#include <pcb_edit_frame.h> #include <pcb_edit_frame.h>
#include <pcbnew_settings.h> #include <pcbnew_settings.h>
#include <project/project_file.h> // LAST_PATH_TYPE #include <project/project_file.h> // LAST_PATH_TYPE

View File

@ -32,7 +32,7 @@
#include <pgm_base.h> #include <pgm_base.h>
#include <settings/settings_manager.h> #include <settings/settings_manager.h>
#include <string_utils.h> #include <string_utils.h>
#include <kiface_i.h> #include <kiface_base.h>
#include <dialog_footprint_wizard_list.h> #include <dialog_footprint_wizard_list.h>
#include <footprint_wizard_frame.h> #include <footprint_wizard_frame.h>

View File

@ -21,7 +21,7 @@
#include "dialog_global_fp_lib_table_config.h" #include "dialog_global_fp_lib_table_config.h"
#include <confirm.h> #include <confirm.h>
#include <kiface_i.h> #include <kiface_base.h>
#include "fp_lib_table.h" #include "fp_lib_table.h"

View File

@ -22,7 +22,7 @@
*/ */
#include <project.h> #include <project.h>
#include <kiface_i.h> #include <kiface_base.h>
#include <confirm.h> #include <confirm.h>
#include <dialogs/html_message_box.h> #include <dialogs/html_message_box.h>
#include <pcb_edit_frame.h> #include <pcb_edit_frame.h>

View File

@ -23,7 +23,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/ */
#include <kiface_i.h> #include <kiface_base.h>
#include <confirm.h> #include <confirm.h>
#include <pcb_edit_frame.h> #include <pcb_edit_frame.h>
#include <pcbnew_settings.h> #include <pcbnew_settings.h>

View File

@ -22,7 +22,7 @@
*/ */
#include <kiface_i.h> #include <kiface_base.h>
#include <plotters/plotter.h> #include <plotters/plotter.h>
#include <confirm.h> #include <confirm.h>
#include <pcb_edit_frame.h> #include <pcb_edit_frame.h>

View File

@ -25,7 +25,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/ */
#include <kiface_i.h> #include <kiface_base.h>
#include <confirm.h> #include <confirm.h>
#include <core/arraydim.h> #include <core/arraydim.h>
#include <base_units.h> #include <base_units.h>

View File

@ -23,7 +23,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/ */
#include <kiface_i.h> #include <kiface_base.h>
#include <confirm.h> #include <confirm.h>
#include <pcb_edit_frame.h> #include <pcb_edit_frame.h>
#include <pcbnew_settings.h> #include <pcbnew_settings.h>

View File

@ -30,7 +30,7 @@
#include <netlist_reader/board_netlist_updater.h> #include <netlist_reader/board_netlist_updater.h>
#include <tool/tool_manager.h> #include <tool/tool_manager.h>
#include <tools/pcb_actions.h> #include <tools/pcb_actions.h>
#include <kiface_i.h> #include <kiface_base.h>
#include <kiplatform/ui.h> #include <kiplatform/ui.h>
bool DIALOG_UPDATE_PCB::m_warnForNoNetPads = false; bool DIALOG_UPDATE_PCB::m_warnForNoNetPads = false;

View File

@ -22,7 +22,7 @@
#include <bitmaps.h> #include <bitmaps.h>
#include <dialog_footprint_wizard_list.h> #include <dialog_footprint_wizard_list.h>
#include <grid_tricks.h> #include <grid_tricks.h>
#include <kiface_i.h> #include <kiface_base.h>
#include <panel_pcbnew_action_plugins.h> #include <panel_pcbnew_action_plugins.h>
#include <pcb_edit_frame.h> #include <pcb_edit_frame.h>
#include <python/scripting/pcbnew_scripting.h> #include <python/scripting/pcbnew_scripting.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 <kiface_i.h> #include <kiface_base.h>
#include <confirm.h> #include <confirm.h>
#include <gestfich.h> #include <gestfich.h>
#include <pcb_edit_frame.h> #include <pcb_edit_frame.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 <kiface_i.h> #include <kiface_base.h>
#include <confirm.h> #include <confirm.h>
#include <pcb_edit_frame.h> #include <pcb_edit_frame.h>
#include <pcbnew_settings.h> #include <pcbnew_settings.h>

Some files were not shown because too many files have changed in this diff Show More