kgpg
KgpgSelectSecretKey Class Reference
#include <selectsecretkey.h>
Inheritance diagram for KgpgSelectSecretKey:

Detailed Description
Definition at line 23 of file selectsecretkey.h.
Public Member Functions | |
| QString | getKeyID () const |
| QString | getKeyMail () const |
| int | getSignTrust () const |
| bool | isLocalSign () const |
| bool | isTerminalSign () const |
| KgpgSelectSecretKey (QWidget *parent, KGpgItemModel *model, const int &countkey=0) | |
| ~KgpgSelectSecretKey () | |
Constructor & Destructor Documentation
| KgpgSelectSecretKey::KgpgSelectSecretKey | ( | QWidget * | parent, | |
| KGpgItemModel * | model, | |||
| const int & | countkey = 0 | |||
| ) |
Constructor.
- Parameters:
-
parent is the parent object model pass a pointer to a KGpgItemModel that stores the keys to select from signkey set to true if you are going to sign keys, countkey is the number of keys that you are going to sign. If you are going to sign a file, pass 0. Default is 0.
Definition at line 28 of file selectsecretkey.cpp.
| KgpgSelectSecretKey::~KgpgSelectSecretKey | ( | ) |
Definition at line 95 of file selectsecretkey.cpp.
Member Function Documentation
| QString KgpgSelectSecretKey::getKeyID | ( | ) | const |
Definition at line 99 of file selectsecretkey.cpp.
| QString KgpgSelectSecretKey::getKeyMail | ( | ) | const |
Definition at line 106 of file selectsecretkey.cpp.
| int KgpgSelectSecretKey::getSignTrust | ( | ) | const |
Definition at line 113 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
- Returns:
- false otherwise
Definition at line 120 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
- Returns:
- false otherwise
Definition at line 125 of file selectsecretkey.cpp.
The documentation for this class was generated from the following files:
KDE 4.2 API Reference