qca
gpgQCAPlugin::GPGProc Class Reference
#include <gpgproc.h>
Inheritance diagram for gpgQCAPlugin::GPGProc:

Public Types | |
| enum | Error { FailedToStart, UnexpectedExit, ErrorWrite } |
| enum | Mode { NormalMode, ExtendedMode } |
Signals | |
| void | bytesWrittenAux (int bytes) |
| void | bytesWrittenCommand (int bytes) |
| void | bytesWrittenStdin (int bytes) |
| void | debug (const QString &str) |
| void | error (gpgQCAPlugin::GPGProc::Error error) |
| void | finished (int exitCode) |
| void | readyReadStatusLines () |
| void | readyReadStderr () |
| void | readyReadStdout () |
Public Member Functions | |
| GPGProc (QObject *parent=0) | |
| ~GPGProc () | |
| void | closeAux () |
| void | closeCommand () |
| void | closeStdin () |
| bool | isActive () const |
| QStringList | readStatusLines () |
| QByteArray | readStderr () |
| QByteArray | readStdout () |
| void | reset () |
| void | start (const QString &bin, const QStringList &args, Mode m=ExtendedMode) |
| void | writeAux (const QByteArray &a) |
| void | writeCommand (const QCA::SecureArray &a) |
| void | writeStdin (const QByteArray &a) |
Detailed Description
Definition at line 67 of file gpgproc.h.
Member Enumeration Documentation
Constructor & Destructor Documentation
| gpgQCAPlugin::GPGProc::GPGProc | ( | QObject * | parent = 0 |
) |
Definition at line 631 of file gpgproc.cpp.
| gpgQCAPlugin::GPGProc::~GPGProc | ( | ) |
Definition at line 637 of file gpgproc.cpp.
Member Function Documentation
| void gpgQCAPlugin::GPGProc::bytesWrittenAux | ( | int | bytes | ) | [signal] |
| void gpgQCAPlugin::GPGProc::bytesWrittenCommand | ( | int | bytes | ) | [signal] |
| void gpgQCAPlugin::GPGProc::bytesWrittenStdin | ( | int | bytes | ) | [signal] |
| void gpgQCAPlugin::GPGProc::closeAux | ( | ) |
Definition at line 806 of file gpgproc.cpp.
| void gpgQCAPlugin::GPGProc::closeCommand | ( | ) |
Definition at line 817 of file gpgproc.cpp.
| void gpgQCAPlugin::GPGProc::closeStdin | ( | ) |
Definition at line 795 of file gpgproc.cpp.
| void gpgQCAPlugin::GPGProc::debug | ( | const QString & | str | ) | [signal] |
| void gpgQCAPlugin::GPGProc::error | ( | gpgQCAPlugin::GPGProc::Error | error | ) | [signal] |
| void gpgQCAPlugin::GPGProc::finished | ( | int | exitCode | ) | [signal] |
| bool gpgQCAPlugin::GPGProc::isActive | ( | ) | const |
Definition at line 647 of file gpgproc.cpp.
| QStringList gpgQCAPlugin::GPGProc::readStatusLines | ( | ) |
Definition at line 747 of file gpgproc.cpp.
| QByteArray gpgQCAPlugin::GPGProc::readStderr | ( | ) |
Definition at line 732 of file gpgproc.cpp.
| QByteArray gpgQCAPlugin::GPGProc::readStdout | ( | ) |
Definition at line 717 of file gpgproc.cpp.
| void gpgQCAPlugin::GPGProc::readyReadStatusLines | ( | ) | [signal] |
| void gpgQCAPlugin::GPGProc::readyReadStderr | ( | ) | [signal] |
| void gpgQCAPlugin::GPGProc::readyReadStdout | ( | ) | [signal] |
| void gpgQCAPlugin::GPGProc::reset | ( | ) |
Definition at line 642 of file gpgproc.cpp.
| void gpgQCAPlugin::GPGProc::start | ( | const QString & | bin, | |
| const QStringList & | args, | |||
| Mode | m = ExtendedMode | |||
| ) |
Definition at line 652 of file gpgproc.cpp.
| void gpgQCAPlugin::GPGProc::writeAux | ( | const QByteArray & | a | ) |
Definition at line 765 of file gpgproc.cpp.
| void gpgQCAPlugin::GPGProc::writeCommand | ( | const QCA::SecureArray & | a | ) |
Definition at line 777 of file gpgproc.cpp.
| void gpgQCAPlugin::GPGProc::writeStdin | ( | const QByteArray & | a | ) |
Definition at line 754 of file gpgproc.cpp.
The documentation for this class was generated from the following files:
KDE 4.4 API Reference