Konsole
ProcessInfo.h File Reference
#include <QtCore/QFile>
#include <QtCore/QMap>
#include <QtCore/QString>
#include <QtCore/QVector>
Include dependency graph for ProcessInfo.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
namespace | Konsole |
Classes | |
class | Konsole::NullProcessInfo |
Implementation of ProcessInfo which does nothing. More... | |
class | Konsole::ProcessInfo |
Takes a snapshot of the state of a process and provides access to information such as the process name, parent process, the foreground process in the controlling terminal, the arguments with which the process was started and the environment. More... | |
class | Konsole::SSHProcessInfo |
Lightweight class which provides additional information about SSH processes. More... | |
class | Konsole::UnixProcessInfo |
Implementation of ProcessInfo for Unix platforms which uses the /proc filesystem. More... |