Minor mapping tool improvements, including scrollTo first highlighted row

This commit is contained in:
Klaus Basan
2019-04-11 19:27:37 +02:00
parent 8915625357
commit 9436bce9be
4 changed files with 39 additions and 3 deletions

View File

@@ -660,6 +660,12 @@ namespace BlackGui
//! Access to container
const ContainerType &container() const;
//! The rows of the given objects
QList<int> rowsOf(const ContainerType &container) const;
//! The row of the given object
int rowOf(const ObjectType &obj) const;
//! \copydoc BlackGui::Models::CListModelBase::containerOrFilteredContainer
const ContainerType &containerOrFilteredContainer(bool *filtered = nullptr) const;