libkleo
gnupgprocessbase.cpp
Go to the documentation of this file.
165 for ( int lineEnd = d->statusBuffer.indexOf( '\n' ) ; lineEnd >= 0 ; lineEnd = d->statusBuffer.indexOf( '\n', lineStart = lineEnd+1 ) ) {
172 kDebug( 5150 ) <<"Kleo::GnuPGProcessBase::childStatus: status-fd protocol error: line doesn't begin with \""
179 kDebug( 5150 ) <<"Kleo::GnuPGProcessBase::childStatus: status-fd protocol error: line without content.";
186 for ( int tagEnd = command.indexOf( ' ' ) ; tagEnd >= 0 ; tagEnd = command.indexOf( ' ', tagStart = tagEnd+1 ) ) {
QByteArray trimmed() const
void push_back(const T &value)
void setUseStatusFD(bool use)
Definition: gnupgprocessbase.cpp:72
bool isEmpty() const
bool isNull() const
int indexOf(char ch, int from) const
QByteArray mid(int pos, int len) const
QByteArray simplified() const
QByteArray left(int len) const
GnuPGProcessBase(QObject *parent=0)
Definition: gnupgprocessbase.cpp:62
void insert(int i, const T &value)
char * data()
iterator begin()
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:33:38 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:33:38 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.