The types of read channel.

Enumerator:
StdOut  stdout is the read channel
StdErr  stderr is the read channel
Combined  A combination of stdout and stderr is the read channel

Definition at line 84 of file QChildProcess.h.

00085     {
00086         StdOut=1,       
00087         StdErr=2,       
00088         Combined=3      
00089     };


(C) 2002-2009 Niall Douglas. Some parts (C) to assorted authors.
Generated on Fri Nov 20 18:37:36 2009 for TnFOX by doxygen v1.4.7