33 #ifndef __KPIM_COLLECTINGPROCESS_H__
34 #define __KPIM_COLLECTINGPROCESS_H__
36 #include <tdeprocess.h>
37 #include <tdemacros.h>
59 bool start( RunMode runmode, Communication comm );
62 TQByteArray collectedStdout();
64 TQByteArray collectedStderr();
67 void slotReceivedStdout( TDEProcess *, char *, int );
68 void slotReceivedStderr( TDEProcess *, char *, int );
74 void virtual_hook( int id, void * data );
An output collecting TDEProcess class.
TDEPIM classes for drag and drop of mails.
|