Interfaces
TerminalInterfaceV2 Class Referenceabstract
#include <kde_terminal_interface_v2.h>
Inheritance diagram for TerminalInterfaceV2:
Public Member Functions | |
virtual | ~TerminalInterfaceV2 () |
virtual int | foregroundProcessId ()=0 |
virtual QString | foregroundProcessName ()=0 |
virtual int | terminalProcessId ()=0 |
Public Member Functions inherited from TerminalInterface | |
virtual | ~TerminalInterface () |
virtual void | sendInput (const QString &text)=0 |
virtual void | showShellInDir (const QString &dir)=0 |
virtual void | startProgram (const QString &program, const QStringList &args)=0 |
Detailed Description
TerminalInterfaceV2 is an extension to TerminalInterface that implemented by KonsolePart to allow developers access to the KonsolePart in ways that are not possible through the normal KPart interface.
Definition at line 32 of file kde_terminal_interface_v2.h.
Constructor & Destructor Documentation
|
inlinevirtual |
Definition at line 35 of file kde_terminal_interface_v2.h.
Member Function Documentation
|
pure virtual |
Return foregound PID, If there is no foreground process running, returns -1.
|
pure virtual |
Returns sub process name.
If there is no sub process running, returns empty QString
|
pure virtual |
Return terminal PID.
The documentation for this class was generated from the following file:
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
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.