kleopatra
commands/decryptverifyfilescommand.cpp
Go to the documentation of this file.
59 DecryptVerifyFilesCommand * q_func() const { return static_cast<DecryptVerifyFilesCommand*>( q ); }
83 DecryptVerifyFilesCommand::Private * DecryptVerifyFilesCommand::d_func() { return static_cast<Private*>( d.get() ); }
84 const DecryptVerifyFilesCommand::Private * DecryptVerifyFilesCommand::d_func() const { return static_cast<const Private*>( d.get() ); }
89 DecryptVerifyFilesCommand::Private::Private( DecryptVerifyFilesCommand * qq, KeyListController * c )
105 DecryptVerifyFilesCommand::DecryptVerifyFilesCommand( QAbstractItemView * v, KeyListController * c )
111 DecryptVerifyFilesCommand::DecryptVerifyFilesCommand( const QStringList & files, KeyListController * c )
118 DecryptVerifyFilesCommand::DecryptVerifyFilesCommand( const QStringList & files, QAbstractItemView * v, KeyListController * c )
131 DecryptVerifyFilesCommand::~DecryptVerifyFilesCommand() { kDebug(); }
174 return FileDialog::getOpenFileNames( parentWidgetOrView(), i18n( "Select One or More Files to Decrypt and/or Verify" ), QLatin1String("enc") );
DecryptVerifyFilesCommand(QAbstractItemView *view, KeyListController *parent)
Definition: commands/decryptverifyfilescommand.cpp:105
Definition: commands/command_p.h:52
Definition: keylistcontroller.h:55
QString fromLocal8Bit(const char *str, int size)
QStringList getOpenFileNames(QWidget *parent=0, const QString &caption=QString(), const QString &dirID=QString(), const QString &filter=QString())
Definition: filedialog.cpp:116
KeyListController * controller() const
Definition: commands/command_p.h:63
void information(const QString &text, const QString &caption=QString(), const QString &dontShowAgainName=QString(), KMessageBox::Options options=KMessageBox::Notify) const
Definition: commands/command_p.h:89
bool connect(const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type)
Private(Command *qq, KeyListController *controller)
Definition: commands/command.cpp:48
Definition: commands/command.h:58
void error(const QString &text, const QString &caption=QString(), KMessageBox::Options options=KMessageBox::Notify) const
Definition: commands/command_p.h:83
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:33:10 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:10 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.