kleopatra
commands/signencryptfilescommand.cpp
Go to the documentation of this file.
84 SignEncryptFilesCommand::Private * SignEncryptFilesCommand::d_func() { return static_cast<Private*>( d.get() ); }
85 const SignEncryptFilesCommand::Private * SignEncryptFilesCommand::d_func() const { return static_cast<const Private*>( d.get() ); }
96 controller.setOperationMode( SignEncryptFilesController::SignAllowed | SignEncryptFilesController::EncryptAllowed | SignEncryptFilesController::ArchiveAllowed );
107 SignEncryptFilesCommand::SignEncryptFilesCommand( QAbstractItemView * v, KeyListController * c )
113 SignEncryptFilesCommand::SignEncryptFilesCommand( const QStringList & files, KeyListController * c )
120 SignEncryptFilesCommand::SignEncryptFilesCommand( const QStringList & files, QAbstractItemView * v, KeyListController * c )
245 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
SignEncryptFilesCommand(QAbstractItemView *view, KeyListController *parent)
Definition: commands/signencryptfilescommand.cpp:107
QStringList getOpenFileNames(QWidget *parent=0, const QString &caption=QString(), const QString &dirID=QString(), const QString &filter=QString())
Definition: filedialog.cpp:115
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
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-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:56:42 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:56:42 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.