KiCad PCB EDA Suite
Loading...
Searching...
No Matches
KICAD_DIFF::APPLY_AUTO_RESOLUTIONS_RESULT Struct Reference

#include <auto_resolution.h>

Public Attributes

APPLY_AUTO_RESOLUTIONS_STATUS status = APPLY_AUTO_RESOLUTIONS_STATUS::NO_CONFLICTS
 
std::size_t appliedCount = 0
 
KIID_PATH firstMissingId
 Set only when status == PARTIAL AND the partial result was caused by a missing entry in the auto-resolution map.
 

Detailed Description

Definition at line 113 of file auto_resolution.h.

Member Data Documentation

◆ appliedCount

std::size_t KICAD_DIFF::APPLY_AUTO_RESOLUTIONS_RESULT::appliedCount = 0

◆ firstMissingId

KIID_PATH KICAD_DIFF::APPLY_AUTO_RESOLUTIONS_RESULT::firstMissingId

Set only when status == PARTIAL AND the partial result was caused by a missing entry in the auto-resolution map.

A PARTIAL caused by an out-of-range actionIndex leaves this empty (the function has no valid id to report).

Definition at line 121 of file auto_resolution.h.

Referenced by KICAD_DIFF::ApplyAutoResolutions(), and DIALOG_KICAD_MERGE_3WAY::DIALOG_KICAD_MERGE_3WAY().

◆ status


The documentation for this struct was generated from the following file: