libkleo
Kleo::SymCryptRunProcessBase Class Reference
#include <symcryptrunprocessbase.h>
Inheritance diagram for Kleo::SymCryptRunProcessBase:
Public Types | |
enum | Operation { Encrypt, Decrypt } |
Public Member Functions | |
SymCryptRunProcessBase (const QString &class_, const QString &program, const QString &keyFile, const QString &options, Operation op, QObject *parent=0) | |
virtual | ~SymCryptRunProcessBase () |
bool | launch (const QByteArray &input, bool block=true) |
const QByteArray & | output () const |
const QString & | stdErr () const |
Detailed Description
Definition at line 42 of file symcryptrunprocessbase.h.
Member Enumeration Documentation
Enumerator | |
---|---|
Encrypt | |
Decrypt |
Definition at line 45 of file symcryptrunprocessbase.h.
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.
|
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.
|
inline |
Definition at line 56 of file symcryptrunprocessbase.h.
|
inline |
Definition at line 57 of file symcryptrunprocessbase.h.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:57:49 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:57:49 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.