|
KiCad PCB EDA Suite
|
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_ENTRY > | entries |
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.
| std::vector<CHANGE_TREE_ENTRY> KICAD_DIFF::CHANGE_TREE_GROUP::entries |
Definition at line 67 of file diff_tree_grouping.h.
| wxString KICAD_DIFF::CHANGE_TREE_GROUP::groupLabel |
Definition at line 66 of file diff_tree_grouping.h.
| CHANGE_KIND KICAD_DIFF::CHANGE_TREE_GROUP::kind |
Definition at line 65 of file diff_tree_grouping.h.