kde_terminal_interface.h
virtual void startProgram(const TQString &program, const TQStrList &args)=0
This starts program, with arguments args.
This class is used analogically to TerminalInterface (see it's documentation), but provides 2 further...
Definition: kde_terminal_interface.h:129
virtual void showShellInDir(const TQString &dir)=0
If a shell is currently shown, this sends it a cd command.
virtual void startProgram(const TQString &program, const TQStrList &args)=0
This starts program, with arguments args.
virtual void setAutoStartShell(bool enabled)=0
Call this to disable the automatic shell that is normally loaded when konsolePart is instantiated;.
virtual void showShellInDir(const TQString &dir)=0
If a shell is currently shown, this sends it a cd command.
virtual void setAutoDestroy(bool enabled)=0
If set to true (which is default), konsolePart will destroy itself as soon as the running program ter...
TerminalInterface is an interface implemented by KonsolePart to allow developers access to the Konsol...
Definition: kde_terminal_interface.h:92