• Skip to content
  • Skip to link menu
KDE API Reference
  • KDE API Reference
  • kdeutils API Reference
  • KDE Home
  • Contact Us
 

kgpg

  • sources
  • kde-4.14
  • kdeutils
  • kgpg
  • core
KGpgUidNode.h
Go to the documentation of this file.
1 /* Copyright 2008,2009,2010 Rolf Eike Beer <kde@opensource.sf-tec.de>
2  *
3  * This program is free software; you can redistribute it and/or
4  * modify it under the terms of the GNU General Public License as
5  * published by the Free Software Foundation; either version 2 of
6  * the License or (at your option) version 3 or any later version
7  * accepted by the membership of KDE e.V. (or its successor approved
8  * by the membership of KDE e.V.), which shall act as a proxy
9  * defined in Section 14 of version 3 of the license.
10  *
11  * This program is distributed in the hope that it will be useful,
12  * but WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14  * GNU General Public License for more details.
15  *
16  * You should have received a copy of the GNU General Public License
17  * along with this program. If not, see <http://www.gnu.org/licenses/>.
18  */
19 #ifndef KGPGUIDNODE_H
20 #define KGPGUIDNODE_H
21 
22 #include "KGpgSignableNode.h"
23 
24 #include "kgpgkey.h"
25 
26 class KGpgKeyNode;
27 
28 class KGpgUidNodePrivate;
29 
33 class KGpgUidNode : public KGpgSignableNode
34 {
35 private:
36  KGpgUidNodePrivate * const d_ptr;
37  Q_DECLARE_PRIVATE(KGpgUidNode)
38 
39 protected:
40  virtual void readChildren();
41 
42 public:
43  explicit KGpgUidNode(KGpgKeyNode *parent, const unsigned int index, const QStringList &sl);
44  virtual ~KGpgUidNode();
45 
46  virtual KgpgCore::KgpgItemType getType() const;
47  virtual KgpgCore::KgpgKeyTrust getTrust() const;
48  virtual QString getName() const;
49  virtual QString getEmail() const;
50  virtual QString getId() const;
51  virtual KGpgKeyNode *getKeyNode(void);
52  virtual const KGpgKeyNode *getKeyNode(void) const;
53  virtual KGpgKeyNode *getParentKeyNode() const;
54  virtual QString getComment() const;
55 };
56 
57 #endif /* KGPGUIDNODE_H */
KGpgUidNode::KGpgUidNode
KGpgUidNode(KGpgKeyNode *parent, const unsigned int index, const QStringList &sl)
Definition: KGpgUidNode.cpp:68
KGpgUidNode::getEmail
virtual QString getEmail() const
Definition: KGpgUidNode.cpp:88
KGpgUidNode::getTrust
virtual KgpgCore::KgpgKeyTrust getTrust() const
Definition: KGpgUidNode.cpp:133
kgpgkey.h
KGpgUidNode::getId
virtual QString getId() const
Definition: KGpgUidNode.cpp:96
KGpgKeyNode
A public key with or without corresponding secret key.
Definition: KGpgKeyNode.h:33
KGpgUidNode::getName
virtual QString getName() const
Definition: KGpgUidNode.cpp:80
QString
KGpgUidNode::getType
virtual KgpgCore::KgpgItemType getType() const
Returns the item type of this object.
Definition: KGpgUidNode.cpp:127
QStringList
KGpgUidNode::getComment
virtual QString getComment() const
Definition: KGpgUidNode.cpp:141
KGpgUidNode::~KGpgUidNode
virtual ~KGpgUidNode()
Definition: KGpgUidNode.cpp:74
KGpgUidNode::getParentKeyNode
virtual KGpgKeyNode * getParentKeyNode() const
Definition: KGpgUidNode.cpp:116
KGpgSignableNode.h
KGpgUidNode
A user id of a public key or key pair.
Definition: KGpgUidNode.h:33
KGpgUidNode::readChildren
virtual void readChildren()
reimplemented in every base class to read in the child data
Definition: KGpgUidNode.cpp:122
QObject::parent
QObject * parent() const
KGpgUidNode::getKeyNode
virtual KGpgKeyNode * getKeyNode(void)
returns the key node this node belongs to
Definition: KGpgUidNode.cpp:104
KGpgSignableNode
An object that may have KGpgSignNode children.
Definition: KGpgSignableNode.h:31
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

KDE's Doxygen guidelines are available online.

kgpg

Skip menu "kgpg"
  • Main Page
  • Namespace List
  • Namespace Members
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members
  • Related Pages

kdeutils API Reference

Skip menu "kdeutils API Reference"
  • ark
  • filelight
  • kcalc
  • kcharselect
  • kdf
  • kfloppy
  • kgpg
  • ktimer
  • kwallet
  • sweeper

Search



Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal