KiCad PCB EDA Suite
Loading...
Searching...
No Matches
eeschema_helpers.cpp File Reference
#include "eeschema_helpers.h"
#include <algorithm>
#include <connection_graph.h>
#include <locale_io.h>
#include <libraries/legacy_symbol_library.h>
#include <libraries/symbol_library_adapter.h>
#include <project/project_file.h>
#include <schematic.h>
#include <reporter.h>
#include <sch_commit.h>
#include <sch_edit_frame.h>
#include <sch_file_versions.h>
#include <sch_label.h>
#include <sch_io/sch_io.h>
#include <sch_io/sch_io_mgr.h>
#include <settings/settings_manager.h>
#include <wildcards_and_files_ext.h>
#include <tool/tool_manager.h>
#include <kiface_base.h>
#include <wx/app.h>

Go to the source code of this file.

Functions

static const TOP_LEVEL_SHEET_INFOfindDeclaredTopLevelSheet (const std::vector< TOP_LEVEL_SHEET_INFO > &aProjectSheets, const wxString &aProjectPath, const wxFileName &aFile)
 

Function Documentation

◆ findDeclaredTopLevelSheet()

static const TOP_LEVEL_SHEET_INFO * findDeclaredTopLevelSheet ( const std::vector< TOP_LEVEL_SHEET_INFO > & aProjectSheets,
const wxString & aProjectPath,
const wxFileName & aFile )
static

Definition at line 72 of file eeschema_helpers.cpp.

References info.

Referenced by EESCHEMA_HELPERS::LoadSchematic().