kgpg
KgpgCore::KgpgKeyUid Class Reference
#include <kgpgkey.h>

Detailed Description
Definition at line 257 of file kgpgkey.h.
Public Member Functions | |
| KgpgKeyUid () | |
| KgpgKeyUid (const KgpgKeyUid &other) | |
| void | setName (const QString &name) |
| void | setEmail (const QString &email) |
| void | setComment (const QString &comment) |
| void | setValid (const bool &valid) |
| void | setTrust (const KgpgKeyTrust &trust) |
| void | setIndex (const unsigned int &index) |
| QString | name () const |
| QString | email () const |
| QString | comment () const |
| bool | valid () const |
| KgpgKeyTrust | trust () const |
| unsigned int | index () const |
| void | addSign (const KgpgKeySign &sign) |
| KgpgKeySignList | signList () const |
| bool | operator== (const KgpgKeyUid &other) const |
| bool | operator!= (const KgpgKeyUid &other) const |
| KgpgKeyUid & | operator= (const KgpgKeyUid &other) |
Constructor & Destructor Documentation
| KgpgCore::KgpgKeyUid::KgpgKeyUid | ( | ) |
Definition at line 251 of file kgpgkey.cpp.
| KgpgCore::KgpgKeyUid::KgpgKeyUid | ( | const KgpgKeyUid & | other | ) |
Definition at line 259 of file kgpgkey.cpp.
Member Function Documentation
| void KgpgCore::KgpgKeyUid::setName | ( | const QString & | name | ) |
Definition at line 265 of file kgpgkey.cpp.
| void KgpgCore::KgpgKeyUid::setEmail | ( | const QString & | ) |
Definition at line 270 of file kgpgkey.cpp.
| void KgpgCore::KgpgKeyUid::setComment | ( | const QString & | comment | ) |
Definition at line 275 of file kgpgkey.cpp.
| void KgpgCore::KgpgKeyUid::setValid | ( | const bool & | valid | ) |
Definition at line 280 of file kgpgkey.cpp.
| void KgpgCore::KgpgKeyUid::setTrust | ( | const KgpgKeyTrust & | trust | ) |
Definition at line 285 of file kgpgkey.cpp.
| void KgpgCore::KgpgKeyUid::setIndex | ( | const unsigned int & | index | ) |
Definition at line 290 of file kgpgkey.cpp.
| QString KgpgCore::KgpgKeyUid::name | ( | ) | const |
Definition at line 295 of file kgpgkey.cpp.
| QString KgpgCore::KgpgKeyUid::email | ( | ) | const |
Definition at line 300 of file kgpgkey.cpp.
| QString KgpgCore::KgpgKeyUid::comment | ( | ) | const |
Definition at line 305 of file kgpgkey.cpp.
| bool KgpgCore::KgpgKeyUid::valid | ( | ) | const |
Definition at line 310 of file kgpgkey.cpp.
| KgpgKeyTrust KgpgCore::KgpgKeyUid::trust | ( | ) | const |
Definition at line 315 of file kgpgkey.cpp.
| unsigned int KgpgCore::KgpgKeyUid::index | ( | ) | const |
Definition at line 320 of file kgpgkey.cpp.
| void KgpgCore::KgpgKeyUid::addSign | ( | const KgpgKeySign & | sign | ) |
Definition at line 325 of file kgpgkey.cpp.
| KgpgKeySignList KgpgCore::KgpgKeyUid::signList | ( | ) | const |
Definition at line 330 of file kgpgkey.cpp.
| bool KgpgCore::KgpgKeyUid::operator== | ( | const KgpgKeyUid & | other | ) | const |
Definition at line 335 of file kgpgkey.cpp.
| bool KgpgCore::KgpgKeyUid::operator!= | ( | const KgpgKeyUid & | other | ) | const [inline] |
| KgpgKeyUid & KgpgCore::KgpgKeyUid::operator= | ( | const KgpgKeyUid & | other | ) |
Definition at line 342 of file kgpgkey.cpp.
The documentation for this class was generated from the following files:
KDE 4.0 API Reference