Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qqmlinfo.h File Reference

(0dc4fd240a2897c5c443a0ef6d84c416843e4938)

#include <QtQml/qtqmlglobal.h>
#include <QtCore/qdebug.h>
#include <QtCore/qurl.h>
#include <QtQml/qqmlerror.h>
Include dependency graph for qqmlinfo.h:
This graph shows which files directly or indirectly include this file:

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)

Function Documentation

◆ qmlDebug() [1/3]

Q_QML_EXPORT QQmlInfo qmlDebug ( const QObject * me)

◆ qmlDebug() [2/3]

Q_QML_EXPORT QQmlInfo qmlDebug ( const QObject * object,
const QList< QQmlError > & errors )

◆ qmlDebug() [3/3]

Q_QML_EXPORT QQmlInfo qmlDebug ( const QObject * object,
const QQmlError & error )

◆ qmlInfo() [1/3]

Q_QML_EXPORT QQmlInfo qmlInfo ( const QObject * me)

◆ qmlInfo() [2/3]

Q_QML_EXPORT QQmlInfo qmlInfo ( const QObject * object,
const QList< QQmlError > & errors )

◆ qmlInfo() [3/3]

Q_QML_EXPORT QQmlInfo qmlInfo ( const QObject * object,
const QQmlError & error )

◆ qmlWarning() [1/3]

Q_QML_EXPORT QQmlInfo qmlWarning ( const QObject * me)

◆ qmlWarning() [2/3]

Q_QML_EXPORT QQmlInfo qmlWarning ( const QObject * object,
const QList< QQmlError > & errors )

◆ qmlWarning() [3/3]

Q_QML_EXPORT QQmlInfo qmlWarning ( const QObject * object,
const QQmlError & error )