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

Detailed Description
Definition at line 24 of file selectsecretkey.h.
Public Member Functions | |
| KgpgSelectSecretKey (QWidget *parent=0, const bool &signkey=false, const int &countkey=1) | |
| QString | getKeyID () const |
| QString | getKeyMail () const |
| int | getSignTrust () const |
| bool | isLocalSign () const |
| bool | isTerminalSign () const |
Constructor & Destructor Documentation
| KgpgSelectSecretKey::KgpgSelectSecretKey | ( | QWidget * | parent = 0, |
|
| const bool & | signkey = false, |
|||
| const int & | countkey = 1 | |||
| ) | [explicit] |
Constructor.
- Parameters:
-
parent is the parent object signkey set to true if you are going to sign a key, set to false if you are going to sign a message. Default is false countkey if signkey is set to true, countkey is the number of keys that you are going to sign. Default is 1.
Definition at line 26 of file selectsecretkey.cpp.
Member Function Documentation
| QString KgpgSelectSecretKey::getKeyID | ( | ) | const |
Definition at line 130 of file selectsecretkey.cpp.
| QString KgpgSelectSecretKey::getKeyMail | ( | ) | const |
Definition at line 137 of file selectsecretkey.cpp.
| int KgpgSelectSecretKey::getSignTrust | ( | ) | const |
Definition at line 144 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 151 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 156 of file selectsecretkey.cpp.
The documentation for this class was generated from the following files:
KDE 4.0 API Reference