kgpg
#include <KGpgUidNode.h>
Public Member Functions | |
KGpgUidNode (KGpgKeyNode *parent, const unsigned int index, const QStringList &sl) | |
virtual | ~KGpgUidNode () |
virtual QString | getComment () const |
virtual QString | getEmail () const |
virtual QString | getId () const |
virtual KGpgKeyNode * | getKeyNode (void) |
virtual const KGpgKeyNode * | getKeyNode (void) const |
virtual QString | getName () const |
virtual KGpgKeyNode * | getParentKeyNode () const |
virtual KgpgCore::KgpgKeyTrust | getTrust () const |
virtual KgpgCore::KgpgItemType | getType () const |
Public Member Functions inherited from KGpgSignableNode | |
KGpgSignableNode (KGpgExpandableNode *parent=NULL) | |
virtual | ~KGpgSignableNode () |
KGpgSignNode::List | getSignatures (void) const |
virtual QString | getSignCount () const |
bool | operator< (const KGpgSignableNode &other) const |
bool | operator< (const KGpgSignableNode *other) const |
Public Member Functions inherited from KGpgExpandableNode | |
virtual | ~KGpgExpandableNode () |
virtual void | deleteChild (KGpgNode *child) |
virtual KGpgNode * | getChild (const int index) const |
virtual int | getChildCount () |
virtual int | getChildIndex (KGpgNode *node) const |
virtual const KGpgNode::List & | getChildren () const |
virtual bool | hasChildren () const |
virtual bool | wasExpanded () const |
Public Member Functions inherited from KGpgNode | |
virtual | ~KGpgNode () |
virtual QDateTime | getCreation () const |
virtual QDateTime | getExpiration () const |
virtual QString | getNameComment () const |
KGpgExpandableNode * | getParentKeyNode () const |
virtual QString | getSize () const |
KGpgExpandableNode * | toExpandableNode () |
const KGpgExpandableNode * | toExpandableNode () const |
KGpgGroupMemberNode * | toGroupMemberNode () |
const KGpgGroupMemberNode * | toGroupMemberNode () const |
KGpgGroupNode * | toGroupNode () |
const KGpgGroupNode * | toGroupNode () const |
KGpgKeyNode * | toKeyNode () |
const KGpgKeyNode * | toKeyNode () const |
KGpgOrphanNode * | toOrphanNode () |
const KGpgOrphanNode * | toOrphanNode () const |
KGpgRefNode * | toRefNode () |
const KGpgRefNode * | toRefNode () const |
KGpgRootNode * | toRootNode () |
const KGpgRootNode * | toRootNode () const |
KGpgSignableNode * | toSignableNode () |
const KGpgSignableNode * | toSignableNode () const |
KGpgSignNode * | toSignNode () |
const KGpgSignNode * | toSignNode () const |
KGpgSubkeyNode * | toSubkeyNode () |
const KGpgSubkeyNode * | toSubkeyNode () const |
KGpgUatNode * | toUatNode () |
const KGpgUatNode * | toUatNode () const |
KGpgUidNode * | toUidNode () |
const KGpgUidNode * | toUidNode () const |
Public Member Functions inherited from QObject | |
QObject (QObject *parent) | |
QObject (QObject *parent, const char *name) | |
virtual | ~QObject () |
bool | blockSignals (bool block) |
QObject * | child (const char *objName, const char *inheritsClass, bool recursiveSearch) const |
const QObjectList & | children () const |
const char * | className () const |
bool | connect (const QObject *sender, const char *signal, const char *method, Qt::ConnectionType type) const |
void | deleteLater () |
void | destroyed (QObject *obj) |
bool | disconnect (const QObject *receiver, const char *method) |
bool | disconnect (const char *signal, const QObject *receiver, const char *method) |
void | dumpObjectInfo () |
void | dumpObjectTree () |
QList< QByteArray > | dynamicPropertyNames () const |
virtual bool | event (QEvent *e) |
virtual bool | eventFilter (QObject *watched, QEvent *event) |
T | findChild (const QString &name) const |
QList< T > | findChildren (const QRegExp ®Exp) const |
QList< T > | findChildren (const QString &name) const |
bool | inherits (const char *className) const |
void | insertChild (QObject *object) |
void | installEventFilter (QObject *filterObj) |
bool | isA (const char *className) const |
bool | isWidgetType () const |
void | killTimer (int id) |
virtual const QMetaObject * | metaObject () const |
void | moveToThread (QThread *targetThread) |
const char * | name () const |
const char * | name (const char *defaultName) const |
QString | objectName () const |
QObject * | parent () const |
QVariant | property (const char *name) const |
void | removeChild (QObject *object) |
void | removeEventFilter (QObject *obj) |
void | setName (const char *name) |
void | setObjectName (const QString &name) |
void | setParent (QObject *parent) |
bool | setProperty (const char *name, const QVariant &value) |
bool | signalsBlocked () const |
int | startTimer (int interval) |
QThread * | thread () const |
Protected Member Functions | |
virtual void | readChildren () |
Protected Member Functions inherited from KGpgExpandableNode | |
KGpgExpandableNode (KGpgExpandableNode *parent=NULL) | |
Protected Member Functions inherited from KGpgNode | |
KGpgNode (KGpgExpandableNode *parent) | |
Protected Member Functions inherited from QObject | |
bool | checkConnectArgs (const char *signal, const QObject *object, const char *method) |
virtual void | childEvent (QChildEvent *event) |
virtual void | connectNotify (const char *signal) |
virtual void | customEvent (QEvent *event) |
virtual void | disconnectNotify (const char *signal) |
int | receivers (const char *signal) const |
QObject * | sender () const |
int | senderSignalIndex () const |
virtual void | timerEvent (QTimerEvent *event) |
Additional Inherited Members | |
Public Types inherited from KGpgSignableNode | |
typedef QList< const KGpgSignableNode * > | const_List |
typedef QList< KGpgSignableNode * > | List |
Public Types inherited from KGpgNode | |
typedef QList< KGpgNode * > | List |
Static Public Member Functions inherited from QObject | |
bool | connect (const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type) |
bool | connect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type) |
bool | disconnect (const QObject *sender, const char *signal, const QObject *receiver, const char *method) |
bool | disconnect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method) |
QString | tr (const char *sourceText, const char *disambiguation, int n) |
QString | trUtf8 (const char *sourceText, const char *disambiguation, int n) |
Static Protected Member Functions inherited from QObject | |
QByteArray | normalizeSignalSlot (const char *signalSlot) |
Protected Attributes inherited from KGpgExpandableNode | |
KGpgNode::List | children |
Protected Attributes inherited from KGpgNode | |
KGpgItemModel * | m_model |
KGpgExpandableNode * | m_parent |
Properties inherited from QObject | |
objectName | |
Detailed Description
A user id of a public key or key pair.
Definition at line 33 of file KGpgUidNode.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 68 of file KGpgUidNode.cpp.
|
virtual |
Definition at line 74 of file KGpgUidNode.cpp.
Member Function Documentation
|
virtual |
Reimplemented from KGpgNode.
Definition at line 141 of file KGpgUidNode.cpp.
|
virtual |
Reimplemented from KGpgNode.
Definition at line 88 of file KGpgUidNode.cpp.
|
virtual |
Reimplemented from KGpgNode.
Definition at line 96 of file KGpgUidNode.cpp.
|
virtual |
returns the key node this node belongs to
- Returns
- this node if the node itself is a key or it's parent otherwise
Implements KGpgSignableNode.
Definition at line 104 of file KGpgUidNode.cpp.
|
virtual |
Implements KGpgSignableNode.
Definition at line 110 of file KGpgUidNode.cpp.
|
virtual |
Reimplemented from KGpgNode.
Definition at line 80 of file KGpgUidNode.cpp.
|
virtual |
Definition at line 116 of file KGpgUidNode.cpp.
|
virtual |
Reimplemented from KGpgNode.
Definition at line 133 of file KGpgUidNode.cpp.
|
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 127 of file KGpgUidNode.cpp.
|
protectedvirtual |
reimplemented in every base class to read in the child data
This allows the child objects to delay the loading of the child objects until they are really needed to avoid time consuming operations for data never used.
Implements KGpgExpandableNode.
Definition at line 122 of file KGpgUidNode.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:42:08 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.