13 #ifndef QmitkCategoryItem_h
14 #define QmitkCategoryItem_h
16 #include <QRegularExpression>
17 #include <QStandardItem>
29 bool HasMatch(
const QRegularExpression& re)
const;
bool HasMatch(const QRegularExpression &re) const
Check if any view item child of this category item matches the given regular expression.
~QmitkCategoryItem() override
void SetVisible(bool visible)
Enable or disable visibility of this item including its children.
bool GetVisible() const
Get visibility of this item including its children.
QmitkCategoryItem(const QString &category)