qosd: добавлены итераторы по узлам

This commit is contained in:
2025-08-01 19:40:48 +07:00
committed by Сергей Маринкевич
parent 5df05f703a
commit 79c9961388
8 changed files with 208 additions and 16 deletions
+7
View File
@@ -37,6 +37,13 @@ public:
getLink()->setParent(nullptr);
}
ElemPtr parent() override {
auto link = getLink();
ElemPtr parent = link->getParent();
return parent;
}
const std::vector<ElemPtr>& children() override {
auto link = getLink();