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 Tue Jul 5 2011 15:01:31 Doxygen 1.7.1 |
Meego control panel |