mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-08 03:35:35 +08:00
Minor mapping tool improvements, including scrollTo first highlighted row
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user