Viadeo Twitter Google Bookmarks ! Facebook Digg del.icio.us MySpace Yahoo MyWeb Blinklist Netvouz Reddit Simpy StumbleUpon Bookmarks Windows Live Favorites 
Logo Documentation Qt ·  Page d'accueil  ·  Toutes les classes  ·  Classes principales  ·  Annotées  ·  Classes groupées  ·  Modules  ·  Fonctions  · 

QQmlError Class

The QQmlError class encapsulates a QML error. More...

 #include <QQmlError>

This class was introduced in Qt 5.0.

Public Functions

QQmlError()
QQmlError(const QQmlError & other)
int column() const
QString description() const
bool isValid() const
int line() const
void setColumn(int column)
void setDescription(const QString & description)
void setLine(int line)
void setUrl(const QUrl & url)
QString toString() const
QUrl url() const
QQmlError & operator=(const QQmlError & other)

Related Non-Members

QDebug operator<<(QDebug debug, const QQmlError & error)

Detailed Description

The QQmlError class encapsulates a QML error.

QQmlError includes a textual description of the error, as well as location information (the file, line, and column). The toString() method creates a single-line, human-readable string containing all of this information, for example:

 file:///home/user/test.qml:7:8: Invalid property assignment: double expected

You can use qDebug() or qWarning() to output errors to the console. This method will attempt to open the file indicated by the error and include additional contextual information.

 file:///home/user/test.qml:7:8: Invalid property assignment: double expected
         y: "hello"
            ^

Note that the QtQuick 1 version is named QDeclarativeError

See also QQuickView::errors() and QQmlComponent::errors().

Member Function Documentation

QQmlError::QQmlError()

Creates an empty error object.

QQmlError::QQmlError(const QQmlError & other)

Creates a copy of other.

int QQmlError::column() const

Returns the error column number.

See also setColumn().

QString QQmlError::description() const

Returns the error description.

See also setDescription().

bool QQmlError::isValid() const

Returns true if this error is valid, otherwise false.

int QQmlError::line() const

Returns the error line number.

See also setLine().

void QQmlError::setColumn(int column)

Sets the error column number.

See also column().

void QQmlError::setDescription(const QString & description)

Sets the error description.

See also description().

void QQmlError::setLine(int line)

Sets the error line number.

See also line().

void QQmlError::setUrl(const QUrl & url)

Sets the url for the file that caused this error.

See also url().

QString QQmlError::toString() const

Returns the error as a human readable string.

QUrl QQmlError::url() const

Returns the url for the file that caused this error.

See also setUrl().

QQmlError & QQmlError::operator=(const QQmlError & other)

Assigns other to this error object.

Related Non-Members

QDebug operator<<(QDebug debug, const QQmlError & error)

Outputs a human readable version of error to debug.

Cette page est une traduction d'une page de la documentation de Qt, écrite par Nokia Corporation and/or its subsidiary(-ies). Les éventuels problèmes résultant d'une mauvaise traduction ne sont pas imputables à Nokia. Qt 5.0-snapshot
Copyright © 2012 Developpez LLC. Tous droits réservés Developpez LLC. Aucune reproduction, même partielle, ne peut être faite de ce site et de l'ensemble de son contenu : textes, documents et images sans l'autorisation expresse de Developpez LLC. Sinon, vous encourez selon la loi jusqu'à 3 ans de prison et jusqu'à 300 000 E de dommages et intérêts. Cette page est déposée à la SACD.
Vous avez déniché une erreur ? Un bug ? Une redirection cassée ? Ou tout autre problème, quel qu'il soit ? Ou bien vous désirez participer à ce projet de traduction ? N'hésitez pas à nous contacter ou par MP !
 
 
 
 
Partenaires

Hébergement Web