kgpg
kgpgexport.cpp
Go to the documentation of this file.
21 KGpgExport::KGpgExport(QObject *parent, const QStringList &ids, QProcess *outp, const QStringList &options, const bool secret)
30 KGpgExport::KGpgExport(QObject *parent, const QStringList &ids, const QString &file, const QStringList &options, const bool secret)
40 KGpgExport::KGpgExport(QObject *parent, const QStringList &ids, const QStringList &options, const bool secret)
49 KGpgExport::KGpgExport(QObject *parent, const QStringList &ids, KGpgTransaction *outt, const QStringList &options, const bool secret)
void clear()
void clear()
int addArgument(const QString &arg)
add a command line argument to gpg process
Definition: kgpgtransaction.cpp:562
int addArguments(const QStringList &args)
add command line arguments to gpg process
Definition: kgpgtransaction.cpp:572
const QByteArray & getOutputData() const
return the data read from standard output
Definition: kgpgexport.cpp:117
const QString & getOutputFile() const
return the output filename currently set
Definition: kgpgexport.cpp:111
bool remove()
bool contains(const QString &str, Qt::CaseSensitivity cs) const
virtual bool nextLine(const QString &line)
Called for every line the gpg process writes.
Definition: kgpgexport.cpp:169
bool exists() const
void setInputTransaction(KGpgTransaction *ta)
connect the standard input of this transaction to another process
Definition: kgpgtransaction.cpp:709
void clear()
void append(const T &value)
void setOutputFile(const QString &filename)
set filename to send output to
Definition: kgpgexport.cpp:91
bool isEmpty() const
unexpected sequence of GnuPG messages
Definition: kgpgtransaction.h:62
QByteArray & append(char ch)
void resetProcess(const QString &binary=QString())
Reset the class to the state it had right after creation.
Definition: gpgproc.cpp:165
void setSuccess(const int v)
set the success value that will be returned with the done signal
Definition: kgpgtransaction.cpp:448
void setOutputTransaction(KGpgTransaction *outt)
set the transaction the output is sent to
Definition: kgpgexport.cpp:102
QObject * parent() const
void setOutputProcess(QProcess *outp)
set the process the output is sent to
Definition: kgpgexport.cpp:83
QByteArray toAscii() const
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:42:08 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:42:08 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.