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

One row in a grouped change tree — an ITEM_CHANGE plus its display label (typeName + optional refdes in [brackets]). More...

#include <diff_tree_grouping.h>

Public Attributes

const ITEM_CHANGEchange
 
wxString itemLabel
 

Detailed Description

One row in a grouped change tree — an ITEM_CHANGE plus its display label (typeName + optional refdes in [brackets]).

The change pointer references an item owned by the source DOCUMENT_DIFF; the entry must not outlive the diff.

Definition at line 48 of file diff_tree_grouping.h.

Member Data Documentation

◆ change

const ITEM_CHANGE* KICAD_DIFF::CHANGE_TREE_ENTRY::change

Definition at line 50 of file diff_tree_grouping.h.

Referenced by DIALOG_KICAD_DIFF::buildTree().

◆ itemLabel

wxString KICAD_DIFF::CHANGE_TREE_ENTRY::itemLabel

Definition at line 51 of file diff_tree_grouping.h.

Referenced by DIALOG_KICAD_DIFF::buildTree().


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