43 const QString filterString()
const;
48 void setFilterGeometryTypeEnabled(
bool enabled );
53 void setFilterMapLayerTypeEnabled(
bool enabled );
70 void setFilterString(
const QString &filterString );
79 bool filterAcceptsRow(
int sourceRow,
const QModelIndex &sourceParent )
const override;
84 QString mFilterString;
87 bool mFilterGeometryTypeEnabled =
false;
88 bool mFilterMapLayerTypeEnabled =
false;