class KProcessController

KProcess. More...

Internal Use Only
Definition#include <kprocctrl.h>
InheritsQObject
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods

Public Slots

Public Members


Detailed Description

A class for internal use by KProcess only. -- Exactly one instance of this class is generated by the first instance of KProcess that is created (a pointer to it gets stored in theKProcessController ).

This class takes care of the actual (UN*X) signal handling.

 KProcessController ()

KProcessController ()

QList<KProcess> * processList

void  slotDoHousekeeping (int socket)

[slot]

static KProcessController * theKProcessController

Only a single instance of this class is allowed at a time, and this static variable is used to track the one instance.