|
KiCad PCB EDA Suite
|
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 |
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.
| std::size_t KICAD_DIFF::CONFLICT_LIST_ENTRY::actionIndex |
Definition at line 153 of file auto_resolution.h.
| KIID_PATH KICAD_DIFF::CONFLICT_LIST_ENTRY::id |
Definition at line 155 of file auto_resolution.h.
| wxString KICAD_DIFF::CONFLICT_LIST_ENTRY::label |
Definition at line 154 of file auto_resolution.h.