Searched refs:QDeclarativeGeoRouteModel (Results 1 – 5 of 5) sorted by relevance
175 QDeclarativeGeoRouteModel::QDeclarativeGeoRouteModel(QObject *parent) in QDeclarativeGeoRouteModel() function in QDeclarativeGeoRouteModel181 status_(QDeclarativeGeoRouteModel::Null), in QDeclarativeGeoRouteModel()182 error_(QDeclarativeGeoRouteModel::NoError) in QDeclarativeGeoRouteModel()186 QDeclarativeGeoRouteModel::~QDeclarativeGeoRouteModel() in ~QDeclarativeGeoRouteModel()202 int QDeclarativeGeoRouteModel::count() const in count()215 void QDeclarativeGeoRouteModel::reset() in reset()228 setStatus(QDeclarativeGeoRouteModel::Null); in reset()237 void QDeclarativeGeoRouteModel::cancel() in cancel()255 QDeclarativeGeoRoute *QDeclarativeGeoRouteModel::get(int index) in get()267 void QDeclarativeGeoRouteModel::componentComplete() in componentComplete()[all …]
75 class Q_LOCATION_PRIVATE_EXPORT QDeclarativeGeoRouteModel : public QAbstractListModel, public QQmlP…118 explicit QDeclarativeGeoRouteModel(QObject *parent = 0);119 ~QDeclarativeGeoRouteModel();
170 ReadOnlyListModel<QDeclarativeGeoRoute, QDeclarativeGeoRouteModel::RouteRole> m_routes;
112 … qmlRegisterType<QDeclarativeGeoRouteModel >(uri, major, minor, "RouteModel"); in registerTypes()
791 name: "QDeclarativeGeoRouteModel"