Home
last modified time | relevance | path

Searched refs:SatelliteModel (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/positioning/satelliteinfo/
H A Dsatellitemodel.cpp55 SatelliteModel::SatelliteModel(QObject *parent) : in SatelliteModel() function in SatelliteModel
81 int SatelliteModel::rowCount(const QModelIndex &parent) const in rowCount()
90 QVariant SatelliteModel::data(const QModelIndex &index, int role) const in data()
127 QHash<int, QByteArray> SatelliteModel::roleNames() const in roleNames()
138 void SatelliteModel::componentComplete() in componentComplete()
145 bool SatelliteModel::running() const in running()
150 bool SatelliteModel::isSingleRequest() const in isSingleRequest()
155 void SatelliteModel::setSingleRequest(bool single) in setSingleRequest()
168 void SatelliteModel::setRunning(bool isActive) in setRunning()
205 int SatelliteModel::entryCount() const in entryCount()
[all …]
H A Dsatellitemodel.h63 class SatelliteModel : public QAbstractListModel, public QQmlParserStatus in QT_FORWARD_DECLARE_CLASS()
72 explicit SatelliteModel(QObject *parent = 0); in QT_FORWARD_DECLARE_CLASS()
132 QML_DECLARE_TYPE(SatelliteModel)
H A Dmain.cpp60 qmlRegisterType<SatelliteModel>("Local", 1, 0, "SatelliteModel"); in main()
H A Dsatelliteinfo.qml59 SatelliteModel {