Change: Add badge dropdown filters and configuration.

This commit is contained in:
2025-05-25 09:51:48 +01:00
committed by Peter Nelson
parent 308ce39747
commit 25f1c97bea
9 changed files with 206 additions and 15 deletions

View File

@@ -484,6 +484,7 @@ public:
inline bool IsEmpty() { return this->children.empty(); }
NWidgetBase *GetWidgetOfType(WidgetType tp) override;
void Clear() { this->children.clear(); }
protected:
std::vector<std::unique_ptr<NWidgetBase>> children{}; ///< Child widgets in container.