kleopatra
commands/signencryptfilescommand.cpp
Go to the documentation of this file.
83 SignEncryptFilesCommand::Private * SignEncryptFilesCommand::d_func() { return static_cast<Private*>( d.get() ); }
84 const SignEncryptFilesCommand::Private * SignEncryptFilesCommand::d_func() const { return static_cast<const Private*>( d.get() ); }
95 controller.setOperationMode( SignEncryptFilesController::SignAllowed | SignEncryptFilesController::EncryptAllowed | SignEncryptFilesController::ArchiveAllowed );
106 SignEncryptFilesCommand::SignEncryptFilesCommand( QAbstractItemView * v, KeyListController * c )
112 SignEncryptFilesCommand::SignEncryptFilesCommand( const QStringList & files, KeyListController * c )
119 SignEncryptFilesCommand::SignEncryptFilesCommand( const QStringList & files, QAbstractItemView * v, KeyListController * c )
244 return FileDialog::getOpenFileNames( parentWidgetOrView(), i18n( "Select One or More Files to Sign and/or Encrypt" ), QLatin1String("enc") );
Definition: types.h:61
Definition: commands/command_p.h:52
Definition: types.h:62
Definition: keylistcontroller.h:55
Definition: types.h:60
QString fromLocal8Bit(const char *str, int size)
SignEncryptFilesCommand(QAbstractItemView *view, KeyListController *parent)
Definition: commands/signencryptfilescommand.cpp:106
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
Definition: types.h:59
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
virtual ~SignEncryptFilesCommand()
Definition: uiserver/signencryptfilescommand.cpp:77
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:11 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:11 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.