20 #ifndef KDELIBS_TERMINAL_INTERFACE_H 21 #define KDELIBS_TERMINAL_INTERFACE_H 26 #include <kdemacros.h> 98 virtual void startProgram(
const TQString& program,
99 const TQStrList& args ) = 0;
105 virtual void showShellInDir(
const TQString& dir ) = 0;
111 virtual void sendInput(
const TQString& text ) = 0;
135 virtual void startProgram(
const TQString& program,
136 const TQStrList& args ) = 0;
142 virtual void showShellInDir(
const TQString& dir ) = 0;
148 virtual void sendInput(
const TQString& text ) = 0;
158 virtual void setAutoStartShell(
bool enabled) = 0;
165 virtual void setAutoDestroy(
bool enabled) = 0;
167 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...