|
KiCad PCB EDA Suite
|
Go to the source code of this file.
Namespaces | |
| namespace | KICAD_DIFF |
Functions | |
| wxString | KICAD_DIFF::ChangeKindLabel (CHANGE_KIND aKind) |
| Human-readable label for a CHANGE_KIND (e.g. | |
| bool | KICAD_DIFF::ChangeMatchesSearchFilter (const ITEM_CHANGE &aChange, const wxString &aLowercaseFilter) |
| Predicate: does this item change match the active search filter? | |
| std::vector< CHANGE_TREE_GROUP > | KICAD_DIFF::BuildChangeTreeGroups (const DOCUMENT_DIFF &aDiff, const wxString &aSearchFilter, const std::array< bool, CATEGORY_COUNT > &aVisibleCategories) |
Group the changes in a DOCUMENT_DIFF by kind, apply category and search filters, and return the resulting tree structure for a UI to render. | |