Home
last modified time | relevance | path

Searched refs:knownSatellites (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/positioning/satelliteinfo/
H A Dsatellitemodel.cpp87 return knownSatellites.count(); in rowCount()
98 if (index.row() >= knownSatellites.count()) { in data()
103 const QGeoSatelliteInfo &info = knownSatellites.at(index.row()); in data()
207 return knownSatellites.count(); in entryCount()
219 knownSatellites.clear(); in clearModel()
275 int oldEntryCount = knownSatellites.count(); in satellitesInViewUpdated()
289 knownSatellites = infos; in satellitesInViewUpdated()
292 std::sort(knownSatellites.begin(), knownSatellites.end()); in satellitesInViewUpdated()
302 if (oldEntryCount != knownSatellites.count()) in satellitesInViewUpdated()
H A Dsatellitemodel.h122 QList <QGeoSatelliteInfo> knownSatellites; in QT_FORWARD_DECLARE_CLASS() local