KiCad PCB EDA Suite
Loading...
Searching...
No Matches
import_proj.cpp File Reference
#include "import_proj.h"
#include <import_proj_properties.h>
#include <kidialog.h>
#include <wildcards_and_files_ext.h>
#include <macros.h>
#include <string_utils.h>
#include <richio.h>
#include <wx/fileconf.h>
#include <wx/filedlg.h>
#include <wx/msgdlg.h>
#include <wx/tokenzr.h>
#include <wx/dir.h>
#include <wx/textfile.h>
#include <wx/wfstream.h>
#include <kiway.h>
#include <kiway_player.h>
#include <kicad_manager_frame.h>
#include <pcb_edit_frame.h>
#include <sch_edit_frame.h>
#include <sch_io/sch_io_mgr.h>
#include <pcb_io/pcb_io_mgr.h>
#include <project_sch.h>
#include <project_pcb.h>
#include <io/easyedapro/easyedapro_import_utils.h>
#include <io/easyedapro/easyedapro_parser.h>
#include <io/easyedapro/easyedapro_v3_parser.h>
#include <io/common/plugin_common_choose_project.h>
#include <io/pads/pads_common.h>
#include <dialogs/dialog_import_choose_project.h>
#include <wx/log.h>

Go to the source code of this file.

Classes

class  SCOPED_FILE_REMOVER
 

Functions

static wxFileName findSiblingByExt (const wxFileName &aBase, const wxString &aExt)
 

Function Documentation

◆ findSiblingByExt()

static wxFileName findSiblingByExt ( const wxFileName & aBase,
const wxString & aExt )
static

Definition at line 675 of file import_proj.cpp.

Referenced by IMPORT_PROJ_HELPER::OrcadProjectHandler().