QtQml Namespace

Provides functions for producing logging messages for QML types. More...

Header: #include <QtQml>
qmake: QT += qml

Functions

QQmlInfo qmlDebug(const QObject *me)
QQmlInfo qmlDebug(const QObject *me, const QQmlError &error)
QQmlInfo qmlDebug(const QObject *me, const QList<QQmlError> &errors)
QQmlInfo qmlInfo(const QObject *me)
QQmlInfo qmlInfo(const QObject *me, const QQmlError &error)
QQmlInfo qmlInfo(const QObject *me, const QList<QQmlError> &errors)
QQmlInfo qmlWarning(const QObject *me)
QQmlInfo qmlWarning(const QObject *me, const QQmlError &error)
QQmlInfo qmlWarning(const QObject *me, const QList<QQmlError> &errors)

Detailed Description

Provides functions for producing logging messages for QML types.

Function Documentation

QQmlInfo QtQml::qmlDebug(const QObject *me)

QQmlInfo QtQml::qmlDebug(const QObject *me, const QQmlError &error)

QQmlInfo QtQml::qmlDebug(const QObject *me, const QList<QQmlError> &errors)

QQmlInfo QtQml::qmlInfo(const QObject *me)

QQmlInfo QtQml::qmlInfo(const QObject *me, const QQmlError &error)

QQmlInfo QtQml::qmlInfo(const QObject *me, const QList<QQmlError> &errors)

QQmlInfo QtQml::qmlWarning(const QObject *me)

QQmlInfo QtQml::qmlWarning(const QObject *me, const QQmlError &error)

QQmlInfo QtQml::qmlWarning(const QObject *me, const QList<QQmlError> &errors)