Medical Imaging Interaction Toolkit  2023.12.99-fc5b483f
Medical Imaging Interaction Toolkit
QmitkCategoryItem Class Reference

#include <QmitkCategoryItem.h>

Inheritance diagram for QmitkCategoryItem:
Collaboration diagram for QmitkCategoryItem:

Public Member Functions

 QmitkCategoryItem (const QString &category)
 
 ~QmitkCategoryItem () override
 
bool HasMatch (const QRegularExpression &re) const
 Check if any view item child of this category item matches the given regular expression. More...
 
bool GetVisible () const
 Get visibility of this item including its children. More...
 
void SetVisible (bool visible)
 Enable or disable visibility of this item including its children. More...
 

Detailed Description

Definition at line 19 of file QmitkCategoryItem.h.

Constructor & Destructor Documentation

◆ QmitkCategoryItem()

QmitkCategoryItem::QmitkCategoryItem ( const QString &  category)
explicit

◆ ~QmitkCategoryItem()

QmitkCategoryItem::~QmitkCategoryItem ( )
override

Member Function Documentation

◆ GetVisible()

bool QmitkCategoryItem::GetVisible ( ) const

Get visibility of this item including its children.

◆ HasMatch()

bool QmitkCategoryItem::HasMatch ( const QRegularExpression &  re) const

Check if any view item child of this category item matches the given regular expression.

See also
QmitkViewItem::Match()

◆ SetVisible()

void QmitkCategoryItem::SetVisible ( bool  visible)

Enable or disable visibility of this item including its children.


The documentation for this class was generated from the following file: