QDebug
#include <QtCore/QDebug>
More information will be added here shortly. For now, you'll find more extensive information about this class in the Qt reference for QDebug
Overview
Classes
Public Functions Index
QDebug (QIODevice *device) | |
QDebug (QString *string) | |
QDebug (QtMsgType t) | |
QDebug (const QDebug &o) | |
~QDebug () | |
QDebug & | maybeSpace () |
QDebug & | nospace () |
QDebug & | operator<< (QChar t) |
QDebug & | operator<< (QBool t) |
QDebug & | operator<< (bool t) |
QDebug & | operator<< (char t) |
QDebug & | operator<< (signed short t) |
QDebug & | operator<< (unsigned short t) |
QDebug & | operator<< (signed int t) |
QDebug & | operator<< (unsigned int t) |
QDebug & | operator<< (signed long t) |
QDebug & | operator<< (unsigned long t) |
QDebug & | operator<< (qint64 t) |
QDebug & | operator<< (quint64 t) |
QDebug & | operator<< (float t) |
QDebug & | operator<< (double t) |
QDebug & | operator<< (const char *t) |
QDebug & | operator<< (const QString &t) |
QDebug & | operator<< (const QStringRef &t) |
QDebug & | operator<< (const QLatin1String &t) |
QDebug & | operator<< (const QByteArray &t) |
QDebug & | operator<< (const void *t) |
QDebug & | operator<< (QTextStreamFunction f) |
QDebug & | operator<< (QTextStreamManipulator m) |
QDebug & | operator= (const QDebug &other) |
QDebug & | space () |
Public Functions
© 2013 Digia Plc and/or its subsidiaries. Documentation contributions included herein are the copyrights of their respective owners.
The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation.
Documentation sources may be obtained from www.qt-project.org.
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide. All other trademarks are property of their respective owners. Privacy Policy