SystemStateMonitorFilterModel Class Reference

#include <ArmarXGui/gui-plugins/SystemStateMonitorPlugin/SystemStateMonitorWidget.h>

+ Inheritance diagram for SystemStateMonitorFilterModel:

Public Member Functions

bool getHideResolvedComponents () const
 
void setHideResolvedComponents (bool value)
 
 SystemStateMonitorFilterModel (QObject *parent)
 
- Public Member Functions inherited from InfixFilterModel
void addCustomFilter (FilterFunc function)
 
 InfixFilterModel (QObject *parent=0)
 

Protected Member Functions

bool filterAcceptsRow (int source_row, const QModelIndex &source_parent) const override
 
- Protected Member Functions inherited from InfixFilterModel
bool filterAcceptsRow (int source_row, const QModelIndex &source_parent) const override
 
bool filterAcceptsRow (int source_row, const QModelIndex &source_parent, bool considerParents) const
 

Protected Attributes

bool hideResolvedComponents = false
 
- Protected Attributes inherited from InfixFilterModel
std::vector< FilterFunccustomFilters
 

Additional Inherited Members

- Public Types inherited from InfixFilterModel
using FilterFunc = std::function< bool(QAbstractItemModel *, int, const QModelIndex &)>
 
- Static Public Member Functions inherited from InfixFilterModel
static bool containsAll (const QString &text, const QStringList &searchParts)
 
static void ExpandFilterResults (QTreeView *treeView)
 Expands the treeview that all items that match the filterstring are expanded and directly visible. More...
 

Detailed Description

Definition at line 217 of file SystemStateMonitorWidget.h.

Constructor & Destructor Documentation

◆ SystemStateMonitorFilterModel()

SystemStateMonitorFilterModel ( QObject *  parent)
inline

Definition at line 220 of file SystemStateMonitorWidget.h.

Member Function Documentation

◆ filterAcceptsRow()

bool filterAcceptsRow ( int  source_row,
const QModelIndex &  source_parent 
) const
inlineoverrideprotected

Definition at line 228 of file SystemStateMonitorWidget.h.

+ Here is the call graph for this function:

◆ getHideResolvedComponents()

bool getHideResolvedComponents ( ) const

Definition at line 571 of file SystemStateMonitorWidget.cpp.

◆ setHideResolvedComponents()

void setHideResolvedComponents ( bool  value)

Definition at line 576 of file SystemStateMonitorWidget.cpp.

+ Here is the call graph for this function:

Member Data Documentation

◆ hideResolvedComponents

bool hideResolvedComponents = false
protected

Definition at line 257 of file SystemStateMonitorWidget.h.


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