The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Qt::Core::QDebug

PUBLIC METHODS

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<<(T_FPOINTER_QTEXTSTREAMFUNCTION_QTEXTSTREAM f)
QDebug & operator<<(QTextStreamManipulator & m)
QDebug & operator=(const QDebug & other)
QDebug & space()

EXPORT

None by default.

AUTHOR

Dongxu Ma <dongxu@cpan.org>

COPYRIGHT AND LICENSE

Copyright (C) 2011 - 2011 by Dongxu Ma

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

See http://dev.perl.org/licenses/artistic.html