org.kde.koala
public class KShellProcess extends KProcess
UNKNOWN: A class derived from KProcess to start child processes through a shell.
| Constructor Summary | |
|---|---|
| protected | KShellProcess(Class dummy) |
| KShellProcess(String shellname)
Constructor
If no shellname is specified, the user's default shell is used. | |
| KShellProcess() | |
| Method Summary | |
|---|---|
| String | className() |
| void | dispose() Delete the wrapped C++ instance ahead of finalize() |
| protected void | finalize() Deletes the wrapped C++ instance |
| boolean | isDisposed() Has the wrapped C++ instance been deleted? |
| QMetaObject | metaObject() |
| static String | quote(String arg) |
| boolean | start(int runmode, int comm) |
| boolean | start(int runmode) |
| boolean | start() |
UNKNOWN: Constructor