kleopatra
encryptclipboardcommand.cpp
Go to the documentation of this file.
87 EncryptClipboardCommand::Private * EncryptClipboardCommand::d_func() { return static_cast<Private*>( d.get() ); }
88 const EncryptClipboardCommand::Private * EncryptClipboardCommand::d_func() const { return static_cast<const Private*>( d.get() ); }
110 EncryptClipboardCommand::EncryptClipboardCommand( QAbstractItemView * v, KeyListController * c )
Definition: commands/command_p.h:52
Definition: keylistcontroller.h:55
~EncryptClipboardCommand()
Definition: encryptclipboardcommand.cpp:122
static bool canEncryptCurrentClipboard()
Definition: encryptclipboardcommand.cpp:125
static boost::shared_ptr< Output > createFromClipboard()
Definition: output.cpp:483
QString fromLocal8Bit(const char *str, int size)
QClipboard * clipboard()
static boost::shared_ptr< Input > createFromClipboard()
Definition: input.cpp:326
EncryptClipboardCommand(QAbstractItemView *view, KeyListController *parent)
Definition: encryptclipboardcommand.cpp:110
bool connect(const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type)
Definition: commands/command.h:58
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.