44 const QString filterString()
const;
49 void setFilterGeometryTypeEnabled(
bool enabled );
54 void setFilterMapLayerTypeEnabled(
bool enabled );
71 void setFilterString(
const QString &filterString );
80 bool filterAcceptsRow(
int sourceRow,
const QModelIndex &sourceParent )
const override;
86 QString mFilterString;
89 bool mFilterGeometryTypeEnabled =
false;
90 bool mFilterMapLayerTypeEnabled =
false;