42 #ifndef QDECLARATIVEINFO_H 43 #define QDECLARATIVEINFO_H 45 #include <QtCore/qdebug.h> 46 #include <QtCore/qurl.h> 47 #include <QtDeclarative/qdeclarativeerror.h> 84 #ifndef QT_NO_DEBUG_STREAM 105 #endif // QDECLARATIVEINFO_H The QDebug class provides an output stream for debugging information.
QString toString() const
Returns a copy of the string reference as a QString object.
QDeclarativeInfo & operator<<(unsigned int t)
#define QT_END_NAMESPACE
This macro expands to.
QDeclarativeInfo & operator<<(unsigned short t)
QDeclarativeInfo & operator<<(bool t)
QDeclarativeInfo & operator<<(QTextStreamManipulator m)
QDeclarativeInfo & operator<<(const QLatin1String &t)
QDeclarativeInfo & operator<<(const char *t)
The QByteArray class provides an array of bytes.
QDeclarativeInfo & operator<<(QBool t)
QDeclarativeInfo & operator<<(double t)
The QUrl class provides a convenient interface for working with URLs.
The QString class provides a Unicode character string.
QDebug & operator<<(QChar t)
Writes the character, t, to the stream and returns a reference to the stream.
The QObject class is the base class of all Qt objects.
QDeclarativeInfo & operator<<(const QStringRef &t)
The QChar class provides a 16-bit Unicode character.
Q_DECLARATIVE_EXPORT QDeclarativeInfo qmlInfo(const QObject *me)
QDeclarativeInfo & operator<<(QChar t)
#define QT_BEGIN_NAMESPACE
This macro expands to.
const char * latin1() const
Returns the Latin-1 string stored in this object.
QDeclarativeInfo & operator<<(const QByteArray &t)
The QLatin1String class provides a thin wrapper around an US-ASCII/Latin-1 encoded string literal...
QDeclarativeInfo & operator<<(char t)
The QDeclarativeError class encapsulates a QML error.
QDeclarativeInfo & operator<<(quint64 t)
QByteArray toLocal8Bit() const Q_REQUIRED_RESULT
Returns the local 8-bit representation of the string as a QByteArray.
The QStringRef class provides a thin wrapper around QString substrings.
QTextStream &(* QTextStreamFunction)(QTextStream &)
const char * constData() const
Returns a pointer to the data stored in the byte array.
#define Q_DECLARATIVE_EXPORT
QDeclarativeInfo & operator<<(const QUrl &t)
QDeclarativeInfo & operator<<(const void *t)
QDeclarativeInfo & operator<<(signed int t)
QDeclarativeInfo & operator<<(qint64 t)
QDeclarativeInfo & operator<<(signed short t)
QDeclarativeInfo & operator<<(float t)
QDeclarativeInfo & operator<<(unsigned long t)
QDeclarativeInfoPrivate * d
QDeclarativeInfo & operator<<(signed long t)
QDeclarativeInfo & operator<<(const QString &t)
QDeclarativeInfo & operator<<(QTextStreamFunction f)