kdbgstream Class Reference
[Debug message generators]
kdbgstream is a text stream that allows you to print debug messages.
More...
#include <kdebug.h>
Collaboration diagram for kdbgstream:

Detailed Description
kdbgstream is a text stream that allows you to print debug messages.Using the overloaded "<<" operator you can send messages. Usually you do not create the kdbgstream yourself, but use kdDebug() kdWarning(), kdError() or kdFatal to obtain one.
Example:
- See also:
- kndbgstream
Definition at line 80 of file kdebug.h.
Constructor & Destructor Documentation
|
Copy constructor.
Definition at line 327 of file kdebug.cpp. References output, and QString::truncate(). |
Member Function Documentation
|
Prints the given value.
Definition at line 99 of file kdebug.h. References QString::fromLatin1(). |
|
Prints the given value.
Definition at line 109 of file kdebug.h. References QString::setNum(). |
|
Prints the given value.
Definition at line 119 of file kdebug.h. References QString::setNum(). |
|
Prints the given value.
Definition at line 359 of file kdebug.cpp. References flush(), and QString::number(). |
|
Prints the given value.
|
|
Prints the given value.
Definition at line 143 of file kdebug.h. References QString::setNum(). |
|
Prints the given value.
Definition at line 153 of file kdebug.h. References QString::setNum(). |
|
Prints the given value.
Definition at line 163 of file kdebug.h. References QString::setNum(). |
|
Prints the given value.
Definition at line 173 of file kdebug.h. References QString::setNum(). |
|
Prints the given value.
Definition at line 183 of file kdebug.h. References QString::setNum(). |
|
Prints the given value.
Definition at line 193 of file kdebug.h. References QString::setNum(). |
|
Flushes the output.
Definition at line 333 of file kdebug.cpp. References QString::isEmpty(), and QString::local8Bit(). Referenced by KGlobal::flush(), and operator<<(). |
|
Prints the given value.
Definition at line 371 of file kdebug.cpp. References flush(), QChar::isPrint(), QString::number(), and QChar::unicode(). |
|
Prints the given value.
Definition at line 216 of file kdebug.h. References flush(). |
|
Prints the given value.
Definition at line 228 of file kdebug.h. References flush(), and QString::fromUtf8(). |
|
Prints the given value.
|
|
Prints the given value.
|
|
Invokes the given function.
|
|
Prints the given value.
Definition at line 267 of file kdebug.h. References QString::setNum(). |
|
Prints the string
Definition at line 340 of file kdebug.cpp. |
|
Operator to print out basic information about a QWidget. Output of class names only works if the class is moc'ified.
Definition at line 388 of file kdebug.cpp. References QString::at(), flush(), QString::length(), and QString::setNum(). |
|
Prints the given value.
Definition at line 428 of file kdebug.cpp. References QDateTime::toString(). |
|
Prints the given value.
Definition at line 432 of file kdebug.cpp. References QDate::toString(). |
|
Prints the given value.
Definition at line 437 of file kdebug.cpp. References QTime::toString(). |
|
Prints the given value.
Definition at line 441 of file kdebug.cpp. References QPoint::x(), and QPoint::y(). |
|
Prints the given value.
Definition at line 445 of file kdebug.cpp. References QSize::height(), and QSize::width(). |
|
Prints the given value.
Definition at line 449 of file kdebug.cpp. References QRect::height(), QRect::width(), QRect::x(), and QRect::y(). |
|
Prints the given value.
Definition at line 453 of file kdebug.cpp. References QRegion::rects(), and QMemArray::size(). |
|
Prints the given value.
Definition at line 463 of file kdebug.cpp. References KURL::prettyURL(). |
|
Prints the given value.
Definition at line 467 of file kdebug.cpp. References QStringList::join(). |
|
Prints the given value.
Definition at line 474 of file kdebug.cpp. References QColor::isValid(), and QColor::name(). |
|
Prints the given value.
Definition at line 481 of file kdebug.cpp. References QPen::capStyle(), QPen::color(), QPen::style(), and QPen::width(). |
|
Prints the given value.
Definition at line 505 of file kdebug.cpp. References QBrush::color(), QBrush::pixmap(), and QBrush::style(). |
|
Prints the given value.
Definition at line 526 of file kdebug.cpp. References QVariant::toString(), and QVariant::typeName(). |
|
Prints the given value.
Definition at line 537 of file kdebug.cpp. References QString::number(). |
The documentation for this class was generated from the following files: