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

Build the list of conflict-action indices the dialog walks (i.e. More...

#include <auto_resolution.h>

Public Attributes

std::size_t actionIndex
 
wxString label
 
KIID_PATH id
 

Detailed Description

Build the list of conflict-action indices the dialog walks (i.e.

the positions in plan.actions whose ids appear in plan.unresolved).

Each entry carries the action index plus a human-readable label truncated to 40 chars (an ellipsis + the right-most 39 chars if the id string is longer). Truncation matches the dialog's display rule so headless tools can produce the same labels users see.

Definition at line 151 of file auto_resolution.h.

Member Data Documentation

◆ actionIndex

std::size_t KICAD_DIFF::CONFLICT_LIST_ENTRY::actionIndex

Definition at line 153 of file auto_resolution.h.

◆ id

KIID_PATH KICAD_DIFF::CONFLICT_LIST_ENTRY::id

Definition at line 155 of file auto_resolution.h.

◆ label

wxString KICAD_DIFF::CONFLICT_LIST_ENTRY::label

Definition at line 154 of file auto_resolution.h.


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