Interfaces
TerminalInterfaceV2 Class Reference
#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 |
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
| virtual TerminalInterfaceV2::~TerminalInterfaceV2 | ( | ) | [inline, virtual] |
Definition at line 35 of file kde_terminal_interface_v2.h.
Member Function Documentation
| virtual int TerminalInterfaceV2::foregroundProcessId | ( | ) | [pure virtual] |
Return foregound PID, If there is no foreground process running, returns -1.
| virtual QString TerminalInterfaceV2::foregroundProcessName | ( | ) | [pure virtual] |
Returns sub process name.
If there is no sub process running, returns empty QString
| virtual int TerminalInterfaceV2::terminalProcessId | ( | ) | [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-2012 The KDE developers.
Generated on Wed May 2 2012 19:09:41 by doxygen 1.8.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2012 The KDE developers.
Generated on Wed May 2 2012 19:09:41 by doxygen 1.8.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.