kgpg
KgpgSelectSecretKey Class Reference
#include <selectsecretkey.h>
Inheritance diagram for KgpgSelectSecretKey:
Public Member Functions | |
KgpgSelectSecretKey (QWidget *parent, KGpgItemModel *model, const int countkey=0, const bool allowLocal=true, const bool allowTerminal=true) | |
~KgpgSelectSecretKey () | |
QString | getKeyID () const |
QString | getKeyMail () const |
int | getSignTrust () const |
bool | isLocalSign () const |
bool | isTerminalSign () const |
Detailed Description
Definition at line 23 of file selectsecretkey.h.
Constructor & Destructor Documentation
KgpgSelectSecretKey::KgpgSelectSecretKey | ( | QWidget * | parent, |
KGpgItemModel * | model, | ||
const int | countkey = 0 , |
||
const bool | allowLocal = true , |
||
const bool | allowTerminal = true |
||
) |
Constructor.
- Parameters
-
parent is the parent object model pass a pointer to a KGpgItemModel that stores the keys to select from countkey set to the number of keys that you are going to sign, 0 if you are going to sign a file allowLocal if option to sign keys locally should be offered (ignored if countkey == 0) allowTerminal if option to sign keys in terminal should be offered (ignored if countkey > 1)
Definition at line 27 of file selectsecretkey.cpp.
KgpgSelectSecretKey::~KgpgSelectSecretKey | ( | ) |
Definition at line 93 of file selectsecretkey.cpp.
Member Function Documentation
QString KgpgSelectSecretKey::getKeyID | ( | ) | const |
Definition at line 97 of file selectsecretkey.cpp.
QString KgpgSelectSecretKey::getKeyMail | ( | ) | const |
Definition at line 104 of file selectsecretkey.cpp.
int KgpgSelectSecretKey::getSignTrust | ( | ) | const |
Definition at line 111 of file selectsecretkey.cpp.
bool KgpgSelectSecretKey::isLocalSign | ( | ) | const |
- Returns
- true if the constructor is called with signkey to true and if the user checked localsign
- false otherwise
Definition at line 118 of file selectsecretkey.cpp.
bool KgpgSelectSecretKey::isTerminalSign | ( | ) | const |
- Returns
- true if the constructor is called with signkey to true and if the user checked terminalsign
- false otherwise
Definition at line 123 of file selectsecretkey.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:42:08 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:42:08 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.