#include </home/clem/local/src/opie/libopie2/opiecore/odebug.h>
Collaboration diagram for Opie::Core::odbgstream:

Public Member Functions | |
| odbgstream (unsigned int _area, unsigned int _level, bool _print=true) | |
| odbgstream (const char *initialString, unsigned int _area, unsigned int _level, bool _print=true) | |
| odbgstream (odbgstream &str) | |
| odbgstream (const odbgstream &str) | |
| virtual | ~odbgstream () |
| odbgstream & | operator<< (bool i) |
| odbgstream & | operator<< (short i) |
| odbgstream & | operator<< (unsigned short i) |
| odbgstream & | operator<< (char i) |
| odbgstream & | operator<< (unsigned char i) |
| odbgstream & | operator<< (int i) |
| odbgstream & | operator<< (unsigned int i) |
| odbgstream & | operator<< (long i) |
| odbgstream & | operator<< (unsigned long i) |
| virtual void | flush () |
| odbgstream & | operator<< (const QString &string) |
| odbgstream & | operator<< (const char *string) |
| odbgstream & | operator<< (const QCString &string) |
| odbgstream & | operator<< (const void *p) |
| odbgstream & | operator<< (double d) |
| odbgstream & | form (const char *format,...) |
| odbgstream & | operator<< (QWidget *widget) |
| odbgstream & | operator<< (const QDateTime &dateTime) |
| odbgstream & | operator<< (const QDate &date) |
| odbgstream & | operator<< (const QTime &time) |
| odbgstream & | operator<< (const QPoint &point) |
| odbgstream & | operator<< (const QSize &size) |
| odbgstream & | operator<< (const QRect &rect) |
| odbgstream & | operator<< (const QRegion ®ion) |
| odbgstream & | operator<< (const QStringList &list) |
| odbgstream & | operator<< (const QColor &color) |
| odbgstream & | operator<< (const QBrush &brush) |
Private Attributes | |
| QString | output |
| unsigned int | area |
| unsigned int | level |
| bool | |
| odbgstreamprivate * | d |
Example:
int i = 5;
odebug << "The value of i is " << i << oendl;
Definition at line 96 of file odebug.h.
|
||||||||||||||||
|
For internal use only.
Definition at line 288 of file odebug.cpp. |
|
||||||||||||||||||||
|
Definition at line 294 of file odebug.cpp. |
|
|
Definition at line 300 of file odebug.cpp. References output, and QString::truncate(). |
|
|
Definition at line 307 of file odebug.cpp. |
|
|
Definition at line 450 of file odebug.cpp. References QString::isEmpty(), and output. |
|
|
Flushes the output. Definition at line 421 of file odebug.cpp. References area, Opie::Core::Internal::backEnd, Opie::Core::clean_up_routine(), QString::isEmpty(), level, QString::null, output, and print. Referenced by Opie::Core::flush(), and operator<<(). |
|
||||||||||||
|
Prints the string
Definition at line 438 of file odebug.cpp. References buf. Referenced by operator<<(). |
|
|
Prints the given value.
Definition at line 588 of file odebug.cpp. |
|
|
Prints the given value.
Definition at line 578 of file odebug.cpp. |
|
|
Prints the given value.
Definition at line 568 of file odebug.cpp. |
|
|
Prints the given value.
Definition at line 557 of file odebug.cpp. References i. |
|
|
Prints the given value.
Definition at line 550 of file odebug.cpp. |
|
|
Prints the given value.
Definition at line 543 of file odebug.cpp. |
|
|
Prints the given value.
Definition at line 536 of file odebug.cpp. |
|
|
Prints the given value.
Definition at line 529 of file odebug.cpp. References QTime::toString(). |
|
|
Prints the given value.
Definition at line 521 of file odebug.cpp. References QDate::toString(). |
|
|
Prints the given value.
Definition at line 514 of file odebug.cpp. References QDateTime::toString(). |
|
|
Operator to print out basic information about a QWidget. Output of class names only works if the class is moc'ified.
Definition at line 474 of file odebug.cpp. References QString::at(), flush(), QString::length(), output, print, QString::setNum(), and Opie::Internal::string(). |
|
|
Prints the given value.
Definition at line 407 of file odebug.cpp. References output, and QString::setNum(). |
|
|
Prints the given value.
Definition at line 401 of file odebug.cpp. References form(). |
|
|
Prints the given value.
Definition at line 394 of file odebug.cpp. |
|
|
Prints the given value.
Definition at line 384 of file odebug.cpp. References QString::at(), flush(), QString::fromUtf8(), QString::length(), output, and print. |
|
|
Prints the given value.
Definition at line 374 of file odebug.cpp. References QString::at(), flush(), QString::length(), output, and print. |
|
|
Prints the given value.
Definition at line 366 of file odebug.cpp. References output, print, and QString::setNum(). |
|
|
Prints the given value.
Definition at line 358 of file odebug.cpp. References output, print, and QString::setNum(). |
|
|
Prints the given value.
Definition at line 350 of file odebug.cpp. References output, print, and QString::setNum(). |
|
|
Prints the given value.
Definition at line 342 of file odebug.cpp. References output, print, and QString::setNum(). |
|
|
Prints the given value.
Definition at line 336 of file odebug.cpp. |
|
|
Prints the given value.
Definition at line 459 of file odebug.cpp. References flush(), QString::number(), output, and print. |
|
|
Prints the given value.
Definition at line 328 of file odebug.cpp. References output, print, and QString::setNum(). |
|
|
Prints the given value.
Definition at line 320 of file odebug.cpp. References output, print, and QString::setNum(). |
|
|
Prints the given value.
Definition at line 312 of file odebug.cpp. References QString::fromLatin1(), output, and print. |
|
|
Definition at line 282 of file odebug.h. Referenced by flush(). |
|
|
|
|
|
Definition at line 282 of file odebug.h. Referenced by flush(). |
|
|
Definition at line 281 of file odebug.h. Referenced by flush(), odbgstream(), operator<<(), and ~odbgstream(). |
|
|
Definition at line 283 of file odebug.h. Referenced by flush(), and operator<<(). |
1.4.2