|
KiCad PCB EDA Suite
|
#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. | |
Definition at line 113 of file auto_resolution.h.
| std::size_t KICAD_DIFF::APPLY_AUTO_RESOLUTIONS_RESULT::appliedCount = 0 |
Definition at line 116 of file auto_resolution.h.
Referenced by KICAD_DIFF::ApplyAutoResolutions(), and DIALOG_KICAD_MERGE_3WAY::DIALOG_KICAD_MERGE_3WAY().
| 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().
| APPLY_AUTO_RESOLUTIONS_STATUS KICAD_DIFF::APPLY_AUTO_RESOLUTIONS_RESULT::status = APPLY_AUTO_RESOLUTIONS_STATUS::NO_CONFLICTS |
Definition at line 115 of file auto_resolution.h.
Referenced by KICAD_DIFF::ApplyAutoResolutions(), and DIALOG_KICAD_MERGE_3WAY::DIALOG_KICAD_MERGE_3WAY().