org.kde.koala

Class KShellProcess

public class KShellProcess extends KProcess

Use KProcess and KProcess.setUseShell(true) instead.

Author: Christian Czezatke

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
StringclassName()
voiddispose()
Delete the wrapped C++ instance ahead of finalize()
protected voidfinalize()
Deletes the wrapped C++ instance
booleanisDisposed()
Has the wrapped C++ instance been deleted?
QMetaObjectmetaObject()
static Stringquote(String arg)
booleanstart(int runmode, int comm)
booleanstart(int runmode)
booleanstart()

Constructor Detail

KShellProcess

protected KShellProcess(Class dummy)

KShellProcess

public KShellProcess(String shellname)
Constructor If no shellname is specified, the user's default shell is used.

UNKNOWN: Constructor

KShellProcess

public KShellProcess()

Method Detail

className

public String className()

dispose

public void dispose()
Delete the wrapped C++ instance ahead of finalize()

finalize

protected void finalize()
Deletes the wrapped C++ instance

isDisposed

public boolean isDisposed()
Has the wrapped C++ instance been deleted?

metaObject

public QMetaObject metaObject()

quote

public static String quote(String arg)

start

public boolean start(int runmode, int comm)

start

public boolean start(int runmode)

start

public boolean start()