
Public Member Functions | |
| DebugBackend () | |
| ~DebugBackend () | |
| void | debug (unsigned short level, unsigned int, const QString &data) |
Private Member Functions | |
| void | debugFile (const QString &, const QString &data) |
| void | debugMsgB (const QString &, const QString &data) |
| void | debugShel (const QString &, const QString &data) |
| void | debugSysl (int, const QString &) |
| void | debugSock (const QString &, const QString &data) |
| QCString | line (const QString &, const QString &data) |
Private Attributes | |
| bool | m_opened: 1 |
| QFile * | m_file |
| QHostAddress | m_addr |
| int | m_port |
| QSocketDevice * | m_sock |
| short | m_outp |
|
|
Definition at line 97 of file odebug.cpp. References Opie::Core::OGlobalSettings::debugMode(), and m_outp. |
|
|
Definition at line 100 of file odebug.cpp. |
|
||||||||||||||||
|
||||||||||||
|
Definition at line 167 of file odebug.cpp. References QFile::at(), Opie::Core::OGlobalSettings::debugOutput(), IO_Append, IO_WriteOnly, QCString::length(), line(), m_file, m_opened, QFile::open(), qDebug(), QFile::size(), and QFile::writeBlock(). Referenced by debug(). |
|
||||||||||||
|
Definition at line 188 of file odebug.cpp. Referenced by debug(). |
|
||||||||||||
|
Definition at line 192 of file odebug.cpp. References QString::local8Bit(), and output. Referenced by debug(). |
|
||||||||||||
|
Definition at line 202 of file odebug.cpp. References Opie::Core::OGlobalSettings::debugOutput(), QString::find(), QString::left(), QCString::length(), QString::length(), line(), m_addr, m_opened, m_port, m_sock, qDebug(), QString::right(), and QString::toInt(). Referenced by debug(). |
|
||||||||||||
|
Definition at line 198 of file odebug.cpp. References QString::local8Bit(). Referenced by debug(). |
|
||||||||||||
|
Definition at line 227 of file odebug.cpp. References QString::local8Bit(), and str. Referenced by debugFile(), and debugSock(). |
|
|
Definition at line 115 of file odebug.cpp. Referenced by debugSock(). |
|
|
Definition at line 114 of file odebug.cpp. Referenced by debugFile(), and ~DebugBackend(). |
|
|
Definition at line 113 of file odebug.cpp. Referenced by debugFile(), and debugSock(). |
|
|
Definition at line 118 of file odebug.cpp. Referenced by debug(), and DebugBackend(). |
|
|
Definition at line 116 of file odebug.cpp. Referenced by debugSock(). |
|
|
Definition at line 117 of file odebug.cpp. Referenced by debugSock(), and ~DebugBackend(). |
1.4.2