Searched refs:NavigationError (Results 1 – 4 of 4) sorted by relevance
87 Q_PROPERTY(NavigationError error READ error NOTIFY errorChanged)94 enum NavigationError { enum149 NavigationError error() const;171 void setError(NavigationError error, const QString &errorString);
367 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()
201 QDeclarativeNavigator::NavigationError m_error = QDeclarativeNavigator::NoError;
105 Property { name: "error"; type: "NavigationError"; isReadonly: true }