#include </home/clem/local/src/opie/noncore/settings/networksettings2/networksettings2/system.h>
Collaboration diagram for MyProcess:

Public Slots | |
| void | SLOT_Stdout (Opie::Core::OProcess *P, char *, int) |
| void | SLOT_Stderr (Opie::Core::OProcess *P, char *, int) |
| void | SLOT_ProcessExited (Opie::Core::OProcess *P) |
Signals | |
| void | stdoutLine (const QString &) |
| void | stderrLine (const QString &) |
| void | processExited (MyProcess *) |
Public Member Functions | |
| MyProcess () | |
| ~MyProcess () | |
| OProcess & | process () |
| void | setEchoMode (bool M) |
Private Attributes | |
| QString | StdoutBuffer |
| QString | StderrBuffer |
| OProcess * | P |
| bool | EchoMode |
|
|
Definition at line 540 of file system.cpp. References OProcess, P, processExited(), SLOT_ProcessExited(), SLOT_Stderr(), and SLOT_Stdout(). |
|
|
Definition at line 557 of file system.cpp. References P. |
|
|
Definition at line 29 of file system.h. References P. Referenced by System::execAsUser(), System::runAsRoot(), System::SLOT_ProcessExited(), and Opietooth2::OTSniffing::SLOT_Trace(). |
|
|
Referenced by MyProcess(), and SLOT_ProcessExited(). |
|
|
Definition at line 32 of file system.h. References EchoMode. Referenced by System::execAsUser(). |
|
|
Definition at line 613 of file system.cpp. References processExited(). Referenced by MyProcess(). |
|
||||||||||||||||
|
Definition at line 587 of file system.cpp. References QValueList< T >::count(), EchoMode, i, Log, odebug, oendl, QStringList::split(), StderrBuffer, stderrLine(), TRUE, and write(). Referenced by MyProcess(). |
|
||||||||||||||||
|
Definition at line 561 of file system.cpp. References QValueList< T >::count(), EchoMode, i, Log, odebug, oendl, QStringList::split(), StdoutBuffer, stdoutLine(), TRUE, and write(). Referenced by MyProcess(). |
|
|
Referenced by SLOT_Stderr(). |
|
|
Referenced by SLOT_Stdout(). |
|
|
Definition at line 54 of file system.h. Referenced by setEchoMode(), SLOT_Stderr(), and SLOT_Stdout(). |
|
|
Definition at line 52 of file system.h. Referenced by MyProcess(), process(), and ~MyProcess(). |
|
|
Definition at line 51 of file system.h. Referenced by SLOT_Stderr(). |
|
|
Definition at line 50 of file system.h. Referenced by SLOT_Stdout(). |
1.4.2