Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/
H A Dqdeclarativenavigator_p.h87 Q_PROPERTY(NavigationError error READ error NOTIFY errorChanged)
94 enum NavigationError { enum
149 NavigationError error() const;
171 void setError(NavigationError error, const QString &errorString);
H A Dqdeclarativenavigator.cpp367 QDeclarativeNavigator::NavigationError QDeclarativeNavigator::error() const in error()
484 QDeclarativeNavigator::NavigationError newError = UnknownError; in ensureEngine()
559 void QDeclarativeNavigator::setError(QDeclarativeNavigator::NavigationError error, const QString &e… in setError()
H A Dqdeclarativenavigator_p_p.h201 QDeclarativeNavigator::NavigationError m_error = QDeclarativeNavigator::NoError;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/imports/locationlabs/
H A Dplugins.qmltypes105 Property { name: "error"; type: "NavigationError"; isReadonly: true }