kde_terminal_interface.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019 #ifndef KDELIBS_TERMINAL_INTERFACE_H
00020 #define KDELIBS_TERMINAL_INTERFACE_H
00021
00022 class QString;
00023 class QStrList;
00024
00085 class TerminalInterface
00086 {
00087 public:
00091 virtual void startProgram( const QString& program,
00092 const QStrList& args ) = 0;
00098 virtual void showShellInDir( const QString& dir ) = 0;
00099
00104 virtual void sendInput( const QString& text ) = 0;
00105
00106 };
00107
00108 #endif
This file is part of the documentation for interfaces Library Version 3.3.0.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Thu Sep 23 17:12:49 2004 by
doxygen 1.3.8-20040913 written by
Dimitri van Heesch, © 1997-2003