Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members

FXEX::FXProcessManager Class Reference

A Process Manager is required to be created in the main process, since there may be a number of child processes, each capable of delivering signals and stdout/stderr output to the main process. More...

#include <FXProcessManager.h>

Inheritance diagram for FXEX::FXProcessManager::

FXEX::FXBaseObject FXObject List of all members.

Detailed Description

A Process Manager is required to be created in the main process, since there may be a number of child processes, each capable of delivering signals and stdout/stderr output to the main process.

As such, this needs special handling so that the correct FOX event is generated for each child process event.

FXProcessManager is a singleton object, ie you can only create one of them.

Definition at line 43 of file FXProcessManager.h.