kdbgstream Class Reference
[Debug message generators]
#include <kdebug.h>
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 328 of file kdebug.cpp. |
Member Function Documentation
|
|
Flushes the output.
Definition at line 334 of file kdebug.cpp. |
|
||||||||||||
|
Prints the string
Definition at line 341 of file kdebug.cpp. |
|
|
Prints the given value.
Definition at line 538 of file kdebug.cpp. |
|
|
Prints the given value.
Definition at line 527 of file kdebug.cpp. |
|
|
Prints the given value.
Definition at line 506 of file kdebug.cpp. |
|
|
Prints the given value.
Definition at line 482 of file kdebug.cpp. |
|
|
Prints the given value.
Definition at line 475 of file kdebug.cpp. |
|
|
Prints the given value.
Definition at line 468 of file kdebug.cpp. |
|
|
Prints the given value.
Definition at line 464 of file kdebug.cpp. |
|
|
Prints the given value.
Definition at line 454 of file kdebug.cpp. |
|
|
Prints the given value.
Definition at line 450 of file kdebug.cpp. |
|
|
Prints the given value.
Definition at line 446 of file kdebug.cpp. |
|
|
Prints the given value.
Definition at line 442 of file kdebug.cpp. |
|
|
Prints the given value.
Definition at line 438 of file kdebug.cpp. |
|
|
Prints the given value.
Definition at line 433 of file kdebug.cpp. |
|
|
Prints the given value.
Definition at line 429 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 389 of file kdebug.cpp. |
|
|
Prints the given value.
|
|
|
Invokes the given function.
|
|
|
Prints the given value.
|
|
|
Prints the given value.
|
|
|
Prints the given value.
|
|
|
Prints the given value.
|
|
|
Prints the given value.
Definition at line 372 of file kdebug.cpp. |
|
|
Prints the given value.
|
|
|
Prints the given value.
|
|
|
Prints the given value.
|
|
|
Prints the given value.
|
|
|
Prints the given value.
|
|
|
Prints the given value.
|
|
|
Prints the given value.
|
|
|
Prints the given value.
Definition at line 360 of file kdebug.cpp. |
|
|
Prints the given value.
|
|
|
Prints the given value.
|
|
|
Prints the given value.
|
The documentation for this class was generated from the following files:

