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

One bucket in a grouped change tree — a CHANGE_KIND, a human- readable group label, and the entries belonging to that bucket. More...

#include <diff_tree_grouping.h>

Public Attributes

CHANGE_KIND kind
 
wxString groupLabel
 
std::vector< CHANGE_TREE_ENTRYentries
 

Detailed Description

One bucket in a grouped change tree — a CHANGE_KIND, a human- readable group label, and the entries belonging to that bucket.

The group label encodes the filter state: "Kind (N)" when all N entries of this kind are visible, "Kind (V/N)" when only V of the N total pass the active search filter.

Definition at line 63 of file diff_tree_grouping.h.

Member Data Documentation

◆ entries

std::vector<CHANGE_TREE_ENTRY> KICAD_DIFF::CHANGE_TREE_GROUP::entries

Definition at line 67 of file diff_tree_grouping.h.

◆ groupLabel

wxString KICAD_DIFF::CHANGE_TREE_GROUP::groupLabel

Definition at line 66 of file diff_tree_grouping.h.

◆ kind

CHANGE_KIND KICAD_DIFF::CHANGE_TREE_GROUP::kind

Definition at line 65 of file diff_tree_grouping.h.


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