Home
last modified time | relevance | path

Searched refs:QDeclarativeGeoRouteModel (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeoroutemodel.cpp175 QDeclarativeGeoRouteModel::QDeclarativeGeoRouteModel(QObject *parent) in QDeclarativeGeoRouteModel() function in QDeclarativeGeoRouteModel
181 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 …]
H A Dqdeclarativegeoroutemodel_p.h75 class Q_LOCATION_PRIVATE_EXPORT QDeclarativeGeoRouteModel : public QAbstractListModel, public QQmlP…
118 explicit QDeclarativeGeoRouteModel(QObject *parent = 0);
119 ~QDeclarativeGeoRouteModel();
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/
H A Dqdeclarativenavigator_p_p.h170 ReadOnlyListModel<QDeclarativeGeoRoute, QDeclarativeGeoRouteModel::RouteRole> m_routes;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/imports/location/
H A Dlocation.cpp112 … qmlRegisterType<QDeclarativeGeoRouteModel >(uri, major, minor, "RouteModel"); in registerTypes()
H A Dplugins.qmltypes791 name: "QDeclarativeGeoRouteModel"