libkleo
Kleo::SymCryptRunProcessBase Class Reference
#include <symcryptrunprocessbase.h>
Inheritance diagram for Kleo::SymCryptRunProcessBase:

Detailed Description
Definition at line 42 of file symcryptrunprocessbase.h.
Public Types | |
| enum | Operation { Encrypt, Decrypt } |
Public Member Functions | |
| bool | launch (const QByteArray &input, bool block=true) |
| const QByteArray & | output () const |
| const QString & | stdErr () const |
| SymCryptRunProcessBase (const QString &class_, const QString &program, const QString &keyFile, const QString &options, Operation op, QObject *parent=0) | |
| virtual | ~SymCryptRunProcessBase () |
Member Enumeration Documentation
Constructor & Destructor Documentation
| Kleo::SymCryptRunProcessBase::SymCryptRunProcessBase | ( | const QString & | class_, | |
| const QString & | program, | |||
| const QString & | keyFile, | |||
| const QString & | options, | |||
| Operation | op, | |||
| QObject * | parent = 0 | |||
| ) |
Definition at line 45 of file symcryptrunprocessbase.cpp.
| Kleo::SymCryptRunProcessBase::~SymCryptRunProcessBase | ( | ) | [virtual] |
Definition at line 59 of file symcryptrunprocessbase.cpp.
Member Function Documentation
| bool Kleo::SymCryptRunProcessBase::launch | ( | const QByteArray & | input, | |
| bool | block = true | |||
| ) |
Definition at line 61 of file symcryptrunprocessbase.cpp.
| const QByteArray& Kleo::SymCryptRunProcessBase::output | ( | ) | const [inline] |
Definition at line 56 of file symcryptrunprocessbase.h.
| const QString& Kleo::SymCryptRunProcessBase::stdErr | ( | ) | const [inline] |
Definition at line 57 of file symcryptrunprocessbase.h.
The documentation for this class was generated from the following files:
KDE 4.2 API Reference