• 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
KGpgSignNode.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 KGPGSIGNNODE_H
20 #define KGPGSIGNNODE_H
21 
22 #include "KGpgRefNode.h"
23 
24 class KGpgSignableNode;
25 
26 class KGpgSignNodePrivate;
27 
31 class KGpgSignNode : public KGpgRefNode
32 {
33 private:
34  KGpgSignNodePrivate * const d_ptr;
35  Q_DECLARE_PRIVATE(KGpgSignNode)
36 
37 public:
38  typedef QList<KGpgSignNode *> List;
39 
45  explicit KGpgSignNode(KGpgSignableNode *parent, const QStringList &s);
46  virtual ~KGpgSignNode();
47 
48  virtual KgpgCore::KgpgItemType getType() const;
49  virtual QDateTime getExpiration() const;
50  virtual QString getName() const;
51  virtual QDateTime getCreation() const;
52 };
53 
54 #endif /* KGPGSIGNNODE_H */
KGpgRefNode.h
KGpgSignNode::getName
virtual QString getName() const
Definition: KGpgSignNode.cpp:80
KGpgSignNode::getExpiration
virtual QDateTime getExpiration() const
Definition: KGpgSignNode.cpp:64
KGpgSignNode::List
QList< KGpgSignNode * > List
Definition: KGpgSignNode.h:38
KGpgRefNode
Class for child objects that are only a reference to a primary key.
Definition: KGpgRefNode.h:39
KGpgSignNode::~KGpgSignNode
virtual ~KGpgSignNode()
Definition: KGpgSignNode.cpp:58
QString
QList< KGpgSignNode * >
QStringList
KGpgSignNode::KGpgSignNode
KGpgSignNode(KGpgSignableNode *parent, const QStringList &s)
constructor for KGpgSignNode
Definition: KGpgSignNode.cpp:52
KGpgSignNode::getType
virtual KgpgCore::KgpgItemType getType() const
Returns the item type of this object.
Definition: KGpgSignNode.cpp:92
KGpgSignNode
A signature to another key object.
Definition: KGpgSignNode.h:31
QObject::parent
QObject * parent() const
KGpgSignNode::getCreation
virtual QDateTime getCreation() const
Definition: KGpgSignNode.cpp:72
KGpgSignableNode
An object that may have KGpgSignNode children.
Definition: KGpgSignableNode.h:31
QDateTime
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