kgpg
KGpgSubkeyNode Class Reference
#include <kgpgitemnode.h>

Detailed Description
Definition at line 305 of file kgpgitemnode.h.
Public Member Functions | |
| virtual QDate | getCreation () const |
| virtual QDate | getExpiration () const |
| virtual QString | getId () const |
| virtual QString | getName () const |
| virtual KGpgKeyNode * | getParentKeyNode () const |
| virtual QString | getSignCount () const |
| virtual QString | getSize () const |
| virtual KgpgKeyTrust | getTrust () const |
| virtual KgpgItemType | getType () const |
| KGpgSubkeyNode (KGpgKeyNode *parent, const KgpgKeySub &k) | |
| virtual | ~KGpgSubkeyNode () |
Protected Member Functions | |
| virtual void | readChildren () |
Constructor & Destructor Documentation
| KGpgSubkeyNode::KGpgSubkeyNode | ( | KGpgKeyNode * | parent, | |
| const KgpgKeySub & | k | |||
| ) | [explicit] |
Definition at line 395 of file kgpgitemnode.cpp.
| virtual KGpgSubkeyNode::~KGpgSubkeyNode | ( | ) | [inline, virtual] |
Definition at line 316 of file kgpgitemnode.h.
Member Function Documentation
| QDate KGpgSubkeyNode::getCreation | ( | ) | const [virtual] |
| QDate KGpgSubkeyNode::getExpiration | ( | ) | const [virtual] |
| QString KGpgSubkeyNode::getId | ( | ) | const [virtual] |
| QString KGpgSubkeyNode::getName | ( | ) | const [virtual] |
| virtual KGpgKeyNode* KGpgSubkeyNode::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 328 of file kgpgitemnode.h.
| QString KGpgSubkeyNode::getSignCount | ( | ) | const [virtual] |
Return the number of signatures of this subkey.
- Returns:
- the number of signatures to this subkey
Definition at line 432 of file kgpgitemnode.cpp.
| QString KGpgSubkeyNode::getSize | ( | ) | const [virtual] |
| virtual KgpgKeyTrust KGpgSubkeyNode::getTrust | ( | ) | const [inline, virtual] |
| virtual KgpgItemType KGpgSubkeyNode::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 319 of file kgpgitemnode.h.
| virtual void KGpgSubkeyNode::readChildren | ( | ) | [inline, protected, virtual] |
The documentation for this class was generated from the following files:
KDE 4.2 API Reference