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