kgpg
KGpgUatNode Class Reference
#include <kgpgitemnode.h>

Detailed Description
Definition at line 349 of file kgpgitemnode.h.
Public Member Functions | |
| virtual QDate | getCreation () const |
| virtual QString | getId () const |
| virtual QString | getName () const |
| virtual KGpgKeyNode * | getParentKeyNode () const |
| QPixmap | getPixmap () const |
| virtual QString | getSignCount () const |
| virtual QString | getSize () const |
| virtual KgpgKeyTrust | getTrust () const |
| virtual KgpgItemType | getType () const |
| KGpgUatNode (KGpgKeyNode *parent, const KgpgKeyUat &k, const QString &index) | |
| virtual | ~KGpgUatNode () |
Protected Member Functions | |
| virtual void | readChildren () |
Constructor & Destructor Documentation
| KGpgUatNode::KGpgUatNode | ( | KGpgKeyNode * | parent, | |
| const KgpgKeyUat & | k, | |||
| const QString & | index | |||
| ) | [explicit] |
Definition at line 451 of file kgpgitemnode.cpp.
| virtual KGpgUatNode::~KGpgUatNode | ( | ) | [inline, virtual] |
Definition at line 364 of file kgpgitemnode.h.
Member Function Documentation
| QDate KGpgUatNode::getCreation | ( | ) | const [virtual] |
| virtual QString KGpgUatNode::getId | ( | ) | const [inline, virtual] |
| QString KGpgUatNode::getName | ( | ) | const [virtual] |
| virtual KGpgKeyNode* KGpgUatNode::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 378 of file kgpgitemnode.h.
| QPixmap KGpgUatNode::getPixmap | ( | ) | const [inline] |
Definition at line 371 of file kgpgitemnode.h.
| QString KGpgUatNode::getSignCount | ( | ) | const [virtual] |
Return the number of signatures of this attribute.
- Returns:
- the number of signatures to this attribute
Definition at line 478 of file kgpgitemnode.cpp.
| QString KGpgUatNode::getSize | ( | ) | const [virtual] |
| virtual KgpgKeyTrust KGpgUatNode::getTrust | ( | ) | const [inline, virtual] |
| virtual KgpgItemType KGpgUatNode::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 367 of file kgpgitemnode.h.
| virtual void KGpgUatNode::readChildren | ( | ) | [inline, protected, virtual] |
The documentation for this class was generated from the following files:
KDE 4.2 API Reference