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
00087 class TerminalInterface
00088 {
00089 public:
00093 virtual void startProgram( const QString& program,
00094 const QStrList& args ) = 0;
00100 virtual void showShellInDir( const QString& dir ) = 0;
00101
00106 virtual void sendInput( const QString& text ) = 0;
00107
00108 };
00109
00110 #endif
This file is part of the documentation for interfaces Library Version 3.2.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Wed Apr 21 18:44:28 2004 by
doxygen 1.3.6-20040222 written by
Dimitri van Heesch, © 1997-2003