![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <QtQml/qtqmlglobal.h>#include <QtCore/qdebug.h>#include <QtCore/qurl.h>#include <QtQml/qqmlerror.h>Go to the source code of this file.
Classes | |
| class | QQmlInfo |
| \inmodule QtQml More... | |
Functions | |
| Q_QML_EXPORT QQmlInfo | qmlDebug (const QObject *me) |
| Q_QML_EXPORT QQmlInfo | qmlDebug (const QObject *me, const QQmlError &error) |
| Q_QML_EXPORT QQmlInfo | qmlDebug (const QObject *me, const QList< QQmlError > &errors) |
| Q_QML_EXPORT QQmlInfo | qmlInfo (const QObject *me) |
| Q_QML_EXPORT QQmlInfo | qmlInfo (const QObject *me, const QQmlError &error) |
| Q_QML_EXPORT QQmlInfo | qmlInfo (const QObject *me, const QList< QQmlError > &errors) |
| Q_QML_EXPORT QQmlInfo | qmlWarning (const QObject *me) |
| Q_QML_EXPORT QQmlInfo | qmlWarning (const QObject *me, const QQmlError &error) |
| Q_QML_EXPORT QQmlInfo | qmlWarning (const QObject *me, const QList< QQmlError > &errors) |