kgpg
kgpgeditkeytransaction.cpp
Go to the documentation of this file.
int getSuccess() const
get the success value that will be returned with the done signal
Definition: kgpgtransaction.cpp:442
int addArgument(const QString &arg)
add a command line argument to gpg process
Definition: kgpgtransaction.cpp:562
void replaceArgument(const int pos, const QString &arg)
replace the argument at the given position
Definition: kgpgtransaction.cpp:582
QString getKeyid() const
return the id of the key we are editing
Definition: kgpgeditkeytransaction.cpp:46
void addArgumentRef(int *ref)
make sure the reference to a specific argument is kept up to date
Definition: kgpgtransaction.cpp:617
virtual bool nextLine(const QString &line)
handle standard GnuPG prompts
Definition: kgpgeditkeytransaction.cpp:60
virtual ts_boolanswer boolQuestion(const QString &line)
Called for every boolean question GnuPG answers.
Definition: kgpgtransaction.cpp:457
unexpected sequence of GnuPG messages
Definition: kgpgtransaction.h:62
void replaceCommand(const QString &cmd)
replace the command
Definition: kgpgeditkeytransaction.cpp:101
bool contains(QChar ch, Qt::CaseSensitivity cs) const
virtual ts_boolanswer boolQuestion(const QString &line)
Called for every boolean question GnuPG answers.
Definition: kgpgeditkeytransaction.cpp:83
void setSuccess(const int v)
set the success value that will be returned with the done signal
Definition: kgpgtransaction.cpp:448
virtual bool preStart()
reset class before next operation starts
Definition: kgpgeditkeytransaction.cpp:52
void replaceValue(const QString &arg)
replace the argument of the edit command
Definition: kgpgeditkeytransaction.cpp:93
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.