kgpg
#include <kgpgexternalactions.h>

Signals | |
void | createNewKey () |
void | updateDefault (QString) |
Public Member Functions | |
KGpgExternalActions (KeysManager *parent, KGpgItemModel *model) | |
~KGpgExternalActions () | |
void | showDroppedFile (const KUrl &file) |
void | verifyFile (KUrl url) |
Static Public Member Functions | |
static void | decryptFiles (KeysManager *parent, const KUrl::List &urls) |
static void | encryptFiles (KeysManager *parent, const KUrl::List &urls) |
static void | encryptFolders (KeysManager *parent, const KUrl::List &urls) |
static void | signFiles (KeysManager *parent, const KUrl::List &urls) |
Detailed Description
handle actions called from outside the application
This class takes care about everything sent to us from outside the application, e.g. command line arguments given on startup.
Definition at line 41 of file kgpgexternalactions.h.
Constructor & Destructor Documentation
KGpgExternalActions::KGpgExternalActions | ( | KeysManager * | parent, |
KGpgItemModel * | model | ||
) |
Definition at line 51 of file kgpgexternalactions.cpp.
KGpgExternalActions::~KGpgExternalActions | ( | ) |
Definition at line 61 of file kgpgexternalactions.cpp.
Member Function Documentation
|
signal |
|
static |
Definition at line 337 of file kgpgexternalactions.cpp.
|
static |
create a new object, encrypt the given files, and destroy the object
Definition at line 66 of file kgpgexternalactions.cpp.
|
static |
Definition at line 128 of file kgpgexternalactions.cpp.
void KGpgExternalActions::showDroppedFile | ( | const KUrl & | file | ) |
Definition at line 414 of file kgpgexternalactions.cpp.
|
static |
create a detached signature for the given files
Definition at line 292 of file kgpgexternalactions.cpp.
|
signal |
void KGpgExternalActions::verifyFile | ( | KUrl | url | ) |
Definition at line 238 of file kgpgexternalactions.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:07:52 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.