45 const QString filterString()
const;
50 void setFilterGeometryTypeEnabled(
bool enabled );
55 void setFilterMapLayerTypeEnabled(
bool enabled );
72 void setFilterString(
const QString &filterString );
81 bool filterAcceptsRow(
int sourceRow,
const QModelIndex &sourceParent )
const override;
87 QString mFilterString;
90 bool mFilterGeometryTypeEnabled =
false;
91 bool mFilterMapLayerTypeEnabled =
false;