36 #ifndef _pqPipelineAnnotationFilterModel_h 37 #define _pqPipelineAnnotationFilterModel_h 40 #include "pqComponentsModule.h" 41 #include <QSortFilterProxyModel> 61 void enableAnnotationFilter(
const QString &annotationKey);
62 void disableAnnotationFilter();
64 void enableSessionFilter(vtkSession* session);
65 void disableSessionFilter();
68 bool filterAcceptsRow(
int sourceRow,
const QModelIndex &sourceParent)
const;
69 bool lessThan(
const QModelIndex &left,
const QModelIndex &right)
const;
72 bool FilterAnnotation;
The pqPipelineAnnotationFilterModel class is used to filter a tree representation of the pipeline gra...
virtual ~pqPipelineAnnotationFilterModel()