kleopatra
KLEOPATRACLIENT_NAMESPACE::SignEncryptFilesCommand Class Reference
#include <signencryptfilescommand.h>
Inheritance diagram for KLEOPATRACLIENT_NAMESPACE::SignEncryptFilesCommand:

Public Member Functions | |
| SignEncryptFilesCommand (QObject *parent=0) | |
| ~SignEncryptFilesCommand () | |
Public Member Functions inherited from KLEOPATRACLIENT_NAMESPACE::Command | |
| Command (QObject *parent=0) | |
| ~Command () | |
| bool | error () const |
| QString | errorString () const |
| WId | parentWId () const |
| QString | serverLocation () const |
| qint64 | serverPid () const |
| void | setParentWId (WId wid) |
| void | setServerLocation (const QString &location) |
| bool | waitForFinished () |
| bool | waitForFinished (unsigned long ms) |
| bool | wasCanceled () const |
Additional Inherited Members | |
Public Slots inherited from KLEOPATRACLIENT_NAMESPACE::Command | |
| void | cancel () |
| void | start () |
Signals inherited from KLEOPATRACLIENT_NAMESPACE::Command | |
| void | finished () |
| void | started () |
Protected Member Functions inherited from KLEOPATRACLIENT_NAMESPACE::Command | |
| Command (Private *p, QObject *parent) | |
| bool | areRecipientsInformative () const |
| bool | areSendersInformative () const |
| QByteArray | command () const |
| QStringList | filePaths () const |
| QByteArray | inquireData (const char *what) const |
| bool | isInquireDataSet (const char *what) const |
| bool | isOptionCritical (const char *name) const |
| bool | isOptionSet (const char *name) const |
| QVariant | optionValue (const char *name) const |
| QByteArray | receivedData () const |
| QStringList | recipients () const |
| QStringList | senders () const |
| void | setCommand (const char *command) |
| void | setFilePaths (const QStringList &filePaths) |
| void | setInquireData (const char *what, const QByteArray &data) |
| void | setOption (const char *name, bool critical=true) |
| void | setOptionValue (const char *name, const QVariant &value, bool critical=true) |
| void | setRecipients (const QStringList &recipients, bool informative) |
| void | setSenders (const QStringList &senders, bool informative) |
| void | unsetInquireData (const char *what) |
| void | unsetOption (const char *name) |
Protected Attributes inherited from KLEOPATRACLIENT_NAMESPACE::Command | |
| Private * | d |
Detailed Description
Definition at line 29 of file libkleopatraclient/core/signencryptfilescommand.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 26 of file libkleopatraclient/core/signencryptfilescommand.cpp.
| SignEncryptFilesCommand::~SignEncryptFilesCommand | ( | ) |
Definition at line 33 of file libkleopatraclient/core/signencryptfilescommand.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:56:43 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:43 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
KDE API Reference
Public Member Functions inherited from