kgpg
kgpgdecrypt.cpp
Go to the documentation of this file.
57 ret << KGpgSettings::customDecrypt().simplified().split(QLatin1Char(' '), QString::SkipEmptyParts);
118 emit statusMessage(i18nc("Status message 'Decrypting <filename>' (operation starts)", "Decrypting %1", inputFiles.at(m_fileIndex).fileName()));
121 emit statusMessage(i18nc("Status message 'Decrypted <filename>' (operation was completed)", "Decrypted %1", inputFiles.at(m_fileIndex).fileName()));
int indexOf(QChar ch, int from, Qt::CaseSensitivity cs) const
virtual bool nextLine(const QString &line)
Called for every line the gpg process writes.
Definition: kgpgdecrypt.cpp:112
QStringList split(const QString &sep, SplitBehavior behavior, Qt::CaseSensitivity cs) const
void infoProgress(qulonglong processedAmount, qulonglong totalAmount)
emits procentual status information
QString simplified() const
void chop(int n)
static bool isEncryptedText(const QString &text, int *startPos=NULL, int *endPos=NULL)
check if the given text contains an encoded message
Definition: kgpgdecrypt.cpp:93
int count(const T &value) const
void append(const T &value)
void statusMessage(const QString &msg)
emits textual status information
int toInt(bool *ok, int base) const
bool isEmpty() const
bool isEmpty() const
bool startsWith(const QString &s, Qt::CaseSensitivity cs) const
bool endsWith(const QString &s, Qt::CaseSensitivity cs) const
const KUrl::List & getInputFiles() const
Definition: kgpgtextorfiletransaction.cpp:176
virtual bool nextLine(const QString &line)
Called for every line the gpg process writes.
Definition: kgpgtextorfiletransaction.cpp:143
QString mid(int position, int n) const
T & last()
int length() const
const QStringList & getMessages() const
get gpg info message
Definition: kgpgtextorfiletransaction.cpp:159
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.