certmanager/lib
- certmanager
- lib
- backends
- qgpgme
33#ifndef __KLEO_GNUPGPROCESSBASE_H__
34#define __KLEO_GNUPGPROCESSBASE_H__
48 class GnuPGProcessBase : public TDEProcess {
52 GnuPGProcessBase( TQObject * parent=0, const char * name=0 );
55 void setUsetStatusFD( bool use );
58 bool start( RunMode runmode, Communication comm );
73 int childStatus( int fd );
77 void slotChildStatus( int fd );
80 void parsetStatusOutput();
a base class for GPG and GPGSM processes.
int setupCommunication(Communication comm)
void virtual_hook(int id, void *data)
bool start(RunMode runmode, Communication comm)
|