KiCad PCB EDA Suite
Loading...
Searching...
No Matches
sch_merge_applier.cpp File Reference
#include "sch_merge_applier.h"
#include "sch_diff_utils.h"
#include <diff_merge/merge_validation_pipeline.h>
#include <diff_merge/property_diff.h>
#include <schematic.h>
#include <schematic_settings.h>
#include <erc/erc_settings.h>
#include <sch_item.h>
#include <sch_screen.h>
#include <sch_sheet.h>
#include <sch_sheet_path.h>
#include <sch_reference_list.h>
#include <sch_symbol.h>
#include <properties/property.h>
#include <properties/property_mgr.h>
#include <trace_helpers.h>
#include <set>
#include <utility>
#include <wx/log.h>

Go to the source code of this file.

Namespaces

namespace  KICAD_DIFF
 

Functions

static bool KICAD_DIFF::isSheetItem (const SCH_ITEM *aItem)
 True iff aItem is a SCH_SHEET.
 
static int KICAD_DIFF::rootFileFormatVersion (const SCHEMATIC *aSchematic)
 Return aSchematic's root-screen file-format version, or 0 when no root screen is reachable.