42 const QString filterString()
const;
47 void setFilterGeometryTypeEnabled(
bool enabled );
52 void setFilterMapLayerTypeEnabled(
bool enabled );
69 void setFilterString(
const QString &filterString );
78 bool filterAcceptsRow(
int sourceRow,
const QModelIndex &sourceParent )
const override;
83 QString mFilterString;
86 bool mFilterGeometryTypeEnabled =
false;
87 bool mFilterMapLayerTypeEnabled =
false;