certmanager/lib
Kleo::GnuPGProcessBase Class Reference
#include <gnupgprocessbase.h>
List of all members.
Detailed Description
a base class for GPG and GPGSM processes.
This KProcess subclass implements the status-fd handling common to GPG and GPGSM.
- Author:
- Marc Mutz <mutz@kde.org>
Definition at line 48 of file gnupgprocessbase.h.
|
Signals |
void | status (Kleo::GnuPGProcessBase *proc, const QString &type, const QStringList &args) |
Public Member Functions |
| GnuPGProcessBase (QObject *parent=0, const char *name=0) |
void | setUseStatusFD (bool use) |
bool | start (RunMode runmode, Communication comm) |
bool | closeStatus () |
Protected Member Functions |
int | setupCommunication (Communication comm) |
int | commSetupDoneP () |
int | commSetupDoneC () |
int | childStatus (int fd) |
void | virtual_hook (int id, void *data) |
Member Function Documentation
int Kleo::GnuPGProcessBase::commSetupDoneC |
( |
|
) |
[protected] |
|
int Kleo::GnuPGProcessBase::commSetupDoneP |
( |
|
) |
[protected] |
|
int Kleo::GnuPGProcessBase::setupCommunication |
( |
Communication |
comm |
) |
[protected] |
|
bool Kleo::GnuPGProcessBase::start |
( |
RunMode |
runmode, |
|
|
Communication |
comm |
|
) |
|
|
void Kleo::GnuPGProcessBase::virtual_hook |
( |
int |
id, |
|
|
void * |
data |
|
) |
[protected] |
|
The documentation for this class was generated from the following file: