Searched refs:knownSatellites (Results 1 – 2 of 2) sorted by relevance
87 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()
122 QList <QGeoSatelliteInfo> knownSatellites; in QT_FORWARD_DECLARE_CLASS() local