Konsole
Konsole::UnixProcessInfo Class Reference
Implementation of ProcessInfo for Unix platforms which uses the /proc filesystem. More...
#include <ProcessInfo.h>
Inheritance diagram for Konsole::UnixProcessInfo:

Public Member Functions | |
UnixProcessInfo (int pid, bool readEnvironment=false) | |
Protected Member Functions | |
virtual bool | readProcessInfo (int pid, bool readEnvironment) |
Detailed Description
Implementation of ProcessInfo for Unix platforms which uses the /proc filesystem.Definition at line 331 of file ProcessInfo.h.
Constructor & Destructor Documentation
UnixProcessInfo::UnixProcessInfo | ( | int | pid, | |
bool | readEnvironment = false | |||
) | [explicit] |
Constructs a new instance of UnixProcessInfo.
See ProcessInfo::newInstance()
Definition at line 297 of file ProcessInfo.cpp.
Member Function Documentation
bool UnixProcessInfo::readProcessInfo | ( | int | pid, | |
bool | readEnvironment | |||
) | [protected, virtual] |
Implementation of ProcessInfo::readProcessInfo(); calls the four private methods below in turn.
Implements Konsole::ProcessInfo.
Definition at line 302 of file ProcessInfo.cpp.
The documentation for this class was generated from the following files: