kgpg
KGpgRootNode.cpp
Go to the documentation of this file.
Definition: kgpgitemmodel.h:44
QStringList split(const QString &sep, SplitBehavior behavior, Qt::CaseSensitivity cs) const
const T & at(int i) const
const QObjectList & children() const
void removeAt(int i)
Definition: kgpgkey.h:236
virtual KgpgCore::KgpgItemType getType() const =0
Returns the item type of this object.
int count(const T &value) const
KgpgCore::KgpgKeyList readPublicKeys(const QStringList &ids=QStringList())
Definition: kgpginterface.cpp:288
Definition: kgpgkey.h:293
The abstract base class for all classes representing keyring data.
Definition: KGpgNode.h:42
KGpgKeyNode * findKey(const QString &keyId)
Find a key node with the given id.
Definition: KGpgRootNode.cpp:118
void addKeys(const QStringList &ids=QStringList())
Definition: KGpgRootNode.cpp:64
The abstract base class for all classes that may have child objects.
Definition: KGpgExpandableNode.h:34
KgpgCore::KgpgKeyList readSecretKeys(const QStringList &ids=QStringList())
Definition: kgpginterface.cpp:402
KGpgRootNode * asRootNode()
Return a pointer to this object or NULL.
Definition: KGpgRootNode.cpp:166
T takeFirst()
int findKeyRow(const QString &keyId)
Return the child number of the key with the given id.
Definition: KGpgRootNode.cpp:129
virtual KgpgCore::KgpgItemType getType() const
Returns the item type of this object.
Definition: KGpgRootNode.cpp:48
int indexOf(const QRegExp &rx, int from) const
void newKeyNode(KGpgKeyNode *)
bool compareId(const QString &other) const
compare the id of this node to the given other node
Definition: KGpgKeyNode.cpp:339
void setKey(const KgpgCore::KgpgKey &key)
Replaces the current key information with the new one.
Definition: KGpgKeyNode.cpp:180
virtual void readChildren()
reimplemented in every base class to read in the child data
Definition: KGpgRootNode.cpp:43
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.