19 #ifndef KDELIBS_TERMINAL_INTERFACE_H
20 #define KDELIBS_TERMINAL_INTERFACE_H
25 #include <kdemacros.h>
97 virtual void startProgram(
const TQString& program,
98 const TQStrList& args ) = 0;
104 virtual void showShellInDir(
const TQString& dir ) = 0;
110 virtual void sendInput(
const TQString& text ) = 0;
134 virtual void startProgram(
const TQString& program,
135 const TQStrList& args ) = 0;
141 virtual void showShellInDir(
const TQString& dir ) = 0;
147 virtual void sendInput(
const TQString& text ) = 0;
157 virtual void setAutoStartShell(
bool enabled) = 0;
164 virtual void setAutoDestroy(
bool enabled) = 0;
166 virtual bool setPtyFd(
int master_pty) = 0;
This class is used analogically to TerminalInterface (see it's documentation), but provides 2 further...
TerminalInterface is an interface implemented by KonsolePart to allow developers access to the Konsol...