Interfaces
TerminalInterfaceV2 Class Reference
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. More...
#include <kde_terminal_interface_v2.h>
Inheritance diagram for TerminalInterfaceV2:

Public Member Functions | |
virtual int | foregroundProcessId ()=0 |
virtual QString | foregroundProcessName ()=0 |
virtual int | terminalProcessId ()=0 |
virtual | ~TerminalInterfaceV2 () |
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: