#include </home/clem/local/src/opie/noncore/apps/tinykate/libkate/microkde/kdebug.h>
Collaboration diagram for kdbgstream:

Public Member Functions | |
| kdbgstream (unsigned int _area, unsigned int _level, bool _print=true) | |
| kdbgstream (const char *initialString, unsigned int _area, unsigned int _level, bool _print=true) | |
| ~kdbgstream () | |
| kdbgstream & | operator<< (bool i) |
| kdbgstream & | operator<< (short i) |
| kdbgstream & | operator<< (unsigned short i) |
| kdbgstream & | operator<< (char i) |
| kdbgstream & | operator<< (unsigned char i) |
| kdbgstream & | operator<< (int i) |
| kdbgstream & | operator<< (unsigned int i) |
| kdbgstream & | operator<< (long i) |
| kdbgstream & | operator<< (unsigned long i) |
| kdbgstream & | operator<< (const QString &string) |
| kdbgstream & | operator<< (const char *string) |
| kdbgstream & | operator<< (const QCString &string) |
| kdbgstream & | operator<< (KDBGFUNC f) |
| kdbgstream & | operator<< (double d) |
| void | flush () |
Private Attributes | |
| QString | output |
| unsigned int | area |
| unsigned int | level |
| bool | |
|
||||||||||||||||
|
|
|
||||||||||||||||||||
|
|
|
|
Definition at line 17 of file kdebug.h. References QString::isEmpty(), and output. |
|
|
Definition at line 96 of file kdebug.h. References QString::isEmpty(), QString::latin1(), QString::null, output, print, and printf. Referenced by operator<<(). |
|
|
Definition at line 92 of file kdebug.h. References output, and QString::setNum(). |
|
|
Definition at line 88 of file kdebug.h. References print. |
|
|
|
|
|
Definition at line 77 of file kdebug.h. References QString::at(), flush(), QString::fromUtf8(), QString::length(), output, and print. |
|
|
Definition at line 70 of file kdebug.h. References QString::at(), flush(), QString::length(), output, and print. |
|
|
Definition at line 65 of file kdebug.h. References output, print, and QString::setNum(). |
|
|
Definition at line 60 of file kdebug.h. References output, print, and QString::setNum(). |
|
|
Definition at line 55 of file kdebug.h. References output, print, and QString::setNum(). |
|
|
Definition at line 50 of file kdebug.h. References output, print, and QString::setNum(). |
|
|
Definition at line 44 of file kdebug.h. References output, print, and QString::setNum(). |
|
|
Definition at line 39 of file kdebug.h. References output, print, and QString::setNum(). |
|
|
Definition at line 34 of file kdebug.h. References output, print, and QString::setNum(). |
|
|
Definition at line 29 of file kdebug.h. References output, print, and QString::setNum(). |
|
|
Definition at line 24 of file kdebug.h. References QString::fromLatin1(), output, and print. |
|
|
|
|
|
|
|
|
Definition at line 103 of file kdebug.h. Referenced by flush(), operator<<(), and ~kdbgstream(). |
|
|
Definition at line 105 of file kdebug.h. Referenced by flush(), and operator<<(). |
1.4.2