| Home · All Namespaces · All Classes · Main Classes |
Functions | |
| void | time (const QString &msg="") |
| Prints out a message with the current time. | |
| void | start (const QString &msg="") |
| Marks the start of msg. Can be used with DcpDebug::end to easily debug how long time it took between start and end. | |
| void | end (const QString &msg="") |
| Marks the end of msg. | |
| void | dcpMsg (QtMsgType type, const char *msg) |
| message handler for qDebug | |
| void | dcpPrintMsg (QtMsgType type, const char *function, const char *formatstring,...) |
| void DcpDebug::dcpMsg | ( | QtMsgType | type, | |
| const char * | msg | |||
| ) |
message handler for qDebug
this function can be installed as a message handler for for debugging with Qt way, using qDebug()
| void DcpDebug::dcpPrintMsg | ( | QtMsgType | type, | |
| const char * | function, | |||
| const char * | formatstring, | |||
| ... | ||||
| ) |
| void DcpDebug::end | ( | const QString & | msg = "" |
) |
Marks the end of msg.
DcpDebug::start marks the start, it can be used to easily debug how long time it took between start and end.
| void DcpDebug::start | ( | const QString & | msg = "" |
) |
Marks the start of msg. Can be used with DcpDebug::end to easily debug how long time it took between start and end.
| void DcpDebug::time | ( | const QString & | msg = "" |
) |
Prints out a message with the current time.
| Copyright © 2009 Nokia Corporation | Generated on Thu Feb 24 06:03:40 2011 Doxygen 1.6.1 |
Meego control panel |