kgpg
KGpgNode.cpp
Go to the documentation of this file.
63 (getType() & (KgpgCore::ITYPE_PAIR | KgpgCore::ITYPE_SUB | KgpgCore::ITYPE_UID | KgpgCore::ITYPE_UAT)));
72 (getType() & (KgpgCore::ITYPE_PAIR | KgpgCore::ITYPE_SUB | KgpgCore::ITYPE_UID | KgpgCore::ITYPE_UAT)));
80 Q_ASSERT(getType() & (KgpgCore::ITYPE_PAIR | KgpgCore::ITYPE_SUB | KgpgCore::ITYPE_UID | KgpgCore::ITYPE_UAT));
88 Q_ASSERT(getType() & (KgpgCore::ITYPE_PAIR | KgpgCore::ITYPE_SUB | KgpgCore::ITYPE_UID | KgpgCore::ITYPE_UAT));
194 Q_ASSERT(((getType() & KgpgCore::ITYPE_GROUP) && (getType() & KgpgCore::ITYPE_PAIR)) || (getType() & KgpgCore::ITYPE_SIGN));
202 Q_ASSERT(((getType() & KgpgCore::ITYPE_GROUP) && (getType() & KgpgCore::ITYPE_PAIR)) || (getType() & KgpgCore::ITYPE_SIGN));
KGpgExpandableNode * getParentKeyNode() const
Returns the parent node in the key hierarchy.
Definition: KGpgNode.cpp:330
virtual void deleteChild(KGpgNode *child)
Definition: KGpgExpandableNode.cpp:83
void invalidateIndexes(KGpgNode *nd)
Definition: kgpgitemmodel.cpp:521
virtual KgpgCore::KgpgItemType getType() const =0
Returns the item type of this object.
virtual QString getSize() const
Returns a string describing the size of this object.
Definition: KGpgNode.cpp:288
Class for child objects that are only a reference to a primary key.
Definition: KGpgRefNode.h:39
virtual int getChildIndex(KGpgNode *node) const
Returns the index for a given child node.
Definition: KGpgNode.cpp:275
The abstract base class for all classes representing keyring data.
Definition: KGpgNode.h:42
The abstract base class for all classes that may have child objects.
Definition: KGpgExpandableNode.h:34
virtual KGpgNode * getChild(const int index) const
Returns the child node at the given index.
Definition: KGpgNode.cpp:268
This file is part of the KDE documentation.
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
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.