messageviewer
attachmentencryptwithchiasmusjob.cpp
Go to the documentation of this file.
41 return base.endsWith( suffix, cs ? (Qt::CaseSensitive) : (Qt::CaseInsensitive) ) ? base.left( base.length() - suffix.length() ) : base ;
92 const std::auto_ptr<Kleo::SpecialJob> listjob( chiasmus->specialJob( "x-obtain-keys", QMap<QString,QVariant>() ) );
174 void AttachmentEncryptWithChiasmusJob::slotAtmDecryptWithChiasmusResult( const GpgME::Error & err, const QVariant & result )
206 const KUrl url = KFileDialog::getSaveUrl( chomp( mCurrentFileName, QLatin1String(".xia"), false ), QString(), mMainWindow );
QByteArray toByteArray() const
void setCurrentFileName(const QString ¤tFileName)
Definition: attachmentencryptwithchiasmusjob.cpp:64
void start()
Definition: attachmentencryptwithchiasmusjob.cpp:74
QObject * sender() const
void setMainWindow(QWidget *mainWindow)
Definition: attachmentencryptwithchiasmusjob.cpp:69
void setContent(KMime::Content *content)
Definition: attachmentencryptwithchiasmusjob.cpp:59
AttachmentEncryptWithChiasmusJob(QObject *parent=0)
Definition: attachmentencryptwithchiasmusjob.cpp:45
static const QString chomp(const QString &base, const QString &suffix, bool cs)
Definition: attachmentencryptwithchiasmusjob.cpp:39
bool empty() const
A QPointer which when destructed, deletes the object it points to.
Definition: autoqpointer.h:38
QString options() const
Definition: chiasmuskeyselector.cpp:67
~AttachmentEncryptWithChiasmusJob()
Definition: attachmentencryptwithchiasmusjob.cpp:54
bool endsWith(const QString &s, Qt::CaseSensitivity cs) const
void deleteLater()
QStringList toStringList() const
bool MESSAGEVIEWER_EXPORT checkOverwrite(const KUrl &url, QWidget *w)
Definition: util.cpp:79
int length() const
QString left(int n) const
Type type() const
bool connect(const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type)
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:32:45 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:32:45 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.