• Skip to content
  • Skip to link menu
KDE API Reference
  • KDE API Reference
  • kdelibs API Reference
  • KDE Home
  • Contact Us
 

Interfaces

  • sources
  • kde-4.12
  • kdelibs
  • interfaces
  • terminal
kde_terminal_interface.h
Go to the documentation of this file.
1 // interface.h
2 // Copyright (C) 2002 Dominique Devriese <devriese@kde.org>
3 
4 // This library is free software; you can redistribute it and/or
5 // modify it under the terms of the GNU Lesser General Public
6 // License as published by the Free Software Foundation; either
7 // version 2.1 of the License, or (at your option) any later version.
8 
9 // This library is distributed in the hope that it will be useful,
10 // but WITHOUT ANY WARRANTY; without even the implied warranty of
11 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 // Lesser General Public License for more details.
13 
14 // You should have received a copy of the GNU Lesser General Public
15 // License along with this library; if not, write to the Free Software
16 // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17 // 02110-1301 USA
18 
19 #ifndef KDELIBS_KDE_TERMINAL_INTERFACE_H
20 #define KDELIBS_KDE_TERMINAL_INTERFACE_H
21 
22 #include <QtCore/QObject>
23 
24 class QStringList;
25 
85 class TerminalInterface
86 {
87 public:
88  virtual ~TerminalInterface(){}
92  virtual void startProgram( const QString& program,
93  const QStringList& args ) = 0;
99  virtual void showShellInDir( const QString& dir ) = 0;
100 
105  virtual void sendInput( const QString& text ) = 0;
106 
107 };
108 
109 Q_DECLARE_INTERFACE(TerminalInterface, "org.kde.TerminalInterface")
110 
111 #endif
TerminalInterface::sendInput
virtual void sendInput(const QString &text)=0
This sends.
TerminalInterface::~TerminalInterface
virtual ~TerminalInterface()
Definition: kde_terminal_interface.h:88
TerminalInterface::showShellInDir
virtual void showShellInDir(const QString &dir)=0
QString
QStringList
TerminalInterface::startProgram
virtual void startProgram(const QString &program, const QStringList &args)=0
This starts program, with arguments args.
TerminalInterface
TerminalInterface is an interface implemented by KonsolePart to allow developers access to the Konsol...
Definition: kde_terminal_interface.h:85
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:52:10 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

Interfaces

Skip menu "Interfaces"
  • Main Page
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members
  • Related Pages

kdelibs API Reference

Skip menu "kdelibs API Reference"
  • DNSSD
  • Interfaces
  •   KHexEdit
  •   KMediaPlayer
  •   KSpeech
  •   KTextEditor
  • kconf_update
  • KDE3Support
  •   KUnitTest
  • KDECore
  • KDED
  • KDEsu
  • KDEUI
  • KDEWebKit
  • KDocTools
  • KFile
  • KHTML
  • KImgIO
  • KInit
  • kio
  • KIOSlave
  • KJS
  •   KJS-API
  • kjsembed
  •   WTF
  • KNewStuff
  • KParts
  • KPty
  • Kross
  • KUnitConversion
  • KUtils
  • Nepomuk
  • Nepomuk-Core
  • Nepomuk
  • Plasma
  • Solid
  • Sonnet
  • ThreadWeaver

Search



Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal