#include <QmitkCategoryItem.h>
Definition at line 19 of file QmitkCategoryItem.h.
 
◆ QmitkCategoryItem()
  
  
      
        
          | QmitkCategoryItem::QmitkCategoryItem  | 
          ( | 
          const QString &  | 
          category | ) | 
           | 
         
       
   | 
  
explicit   | 
  
 
 
◆ ~QmitkCategoryItem()
  
  
      
        
          | QmitkCategoryItem::~QmitkCategoryItem  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
override   | 
  
 
 
◆ 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: