kgpg
KGpgUidNode Class Reference
#include <kgpgitemnode.h>

Detailed Description
Definition at line 272 of file kgpgitemnode.h.
Public Member Functions | |
| virtual QString | getComment () const |
| virtual QString | getEmail () const |
| virtual QString | getId () const |
| virtual QString | getName () const |
| virtual KGpgKeyNode * | getParentKeyNode () const |
| virtual QString | getSignCount () const |
| virtual KgpgKeyTrust | getTrust () const |
| virtual KgpgItemType | getType () const |
| KGpgUidNode (KGpgKeyNode *parent, const KgpgKeyUid &u) | |
| virtual | ~KGpgUidNode () |
Protected Member Functions | |
| virtual void | readChildren () |
Constructor & Destructor Documentation
| KGpgUidNode::KGpgUidNode | ( | KGpgKeyNode * | parent, | |
| const KgpgKeyUid & | u | |||
| ) | [explicit] |
Definition at line 343 of file kgpgitemnode.cpp.
| virtual KGpgUidNode::~KGpgUidNode | ( | ) | [inline, virtual] |
Definition at line 283 of file kgpgitemnode.h.
Member Function Documentation
| virtual QString KGpgUidNode::getComment | ( | ) | const [inline, virtual] |
| QString KGpgUidNode::getEmail | ( | ) | const [virtual] |
| QString KGpgUidNode::getId | ( | ) | const [virtual] |
| QString KGpgUidNode::getName | ( | ) | const [virtual] |
| virtual KGpgKeyNode* KGpgUidNode::getParentKeyNode | ( | ) | const [inline, virtual] |
Returns the parent node in the key hierarchy.
For all "primary" items like keys and key groups this will return the (invisible) root node. Calling this function for the root node will return NULL. No other node but the root node has a NULL parent.
Reimplemented from KGpgNode.
Definition at line 293 of file kgpgitemnode.h.
| QString KGpgUidNode::getSignCount | ( | ) | const [virtual] |
Return the number of signatures of this user id.
- Returns:
- the number of signatures to this id
Definition at line 361 of file kgpgitemnode.cpp.
| virtual KgpgKeyTrust KGpgUidNode::getTrust | ( | ) | const [inline, virtual] |
| virtual KgpgItemType KGpgUidNode::getType | ( | ) | const [inline, virtual] |
Returns the item type of this object.
Since every subclass returns a distinct value you can use the result of this function to decide which cast to take. Note that there are subclasses (KGpgKeyNode, KGpgGroupMemberNode) that can return two different values.
Implements KGpgNode.
Definition at line 286 of file kgpgitemnode.h.
| virtual void KGpgUidNode::readChildren | ( | ) | [inline, protected, virtual] |
The documentation for this class was generated from the following files:
KDE 4.2 API Reference