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

Public Member Functions | |
| SignEncryptFilesCommand () | |
| virtual | ~SignEncryptFilesCommand () | 
Static Public Member Functions | |
| static const char * | staticName () | 
Protected Types | |
| enum | Operation {  SignDisallowed = 0, SignAllowed = 1, SignForced = 2, SignMask = SignAllowed|SignForced, EncryptDisallowed = 0, EncryptAllowed = 4, EncryptForced = 8, EncryptMask = EncryptAllowed|EncryptForced }  | 
Additional Inherited Members | |
  Protected Member Functions inherited from Kleo::AssuanCommandMixin< SignEncryptFilesCommand > | |
| const char * | name () const | 
Detailed Description
Definition at line 42 of file uiserver/signencryptfilescommand.h.
Member Enumeration Documentation
      
  | 
  protected | 
| Enumerator | |
|---|---|
| SignDisallowed | |
| SignAllowed | |
| SignForced | |
| SignMask | |
| EncryptDisallowed | |
| EncryptAllowed | |
| EncryptForced | |
| EncryptMask | |
Definition at line 48 of file uiserver/signencryptfilescommand.h.
Constructor & Destructor Documentation
| SignEncryptFilesCommand::SignEncryptFilesCommand | ( | ) | 
Definition at line 71 of file uiserver/signencryptfilescommand.cpp.
      
  | 
  virtual | 
Definition at line 77 of file uiserver/signencryptfilescommand.cpp.
Member Function Documentation
      
  | 
  inlinestatic | 
Definition at line 68 of file uiserver/signencryptfilescommand.h.
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
 Protected Member Functions inherited from