• 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
  • transactions
kgpgprimaryuid.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2009,2013 Rolf Eike Beer <kde@opensource.sf-tec.de>
3  */
4 
5 /***************************************************************************
6  * *
7  * This program is free software; you can redistribute it and/or modify *
8  * it under the terms of the GNU General Public License as published by *
9  * the Free Software Foundation; either version 2 of the License, or *
10  * (at your option) any later version. *
11  * *
12  ***************************************************************************/
13 
14 #ifndef KGPGPRIMARYUID_H
15 #define KGPGPRIMARYUID_H
16 
17 #include <QList>
18 #include <QObject>
19 
20 #include "kgpguidtransaction.h"
21 
22 class KGpgUidNode;
23 
27 class KGpgPrimaryUid: public KGpgUidTransaction {
28  Q_OBJECT
29 
30  Q_DISABLE_COPY(KGpgPrimaryUid)
31  KGpgPrimaryUid(); // = delete C++0x
32 
33 public:
39  KGpgPrimaryUid(QObject *parent, KGpgUidNode *uid);
43  virtual ~KGpgPrimaryUid();
44 
45 protected:
46  virtual bool nextLine(const QString &line);
47  virtual bool passphraseReceived();
48 
49 private:
50  int m_fixargs;
51 };
52 
53 #endif // KGPGPRIMARYUID_H
KGpgPrimaryUid
transaction class to change the primary user id of a key
Definition: kgpgprimaryuid.h:27
KGpgPrimaryUid::nextLine
virtual bool nextLine(const QString &line)
Called for every line the gpg process writes.
Definition: kgpgprimaryuid.cpp:30
QObject
kgpguidtransaction.h
KGpgPrimaryUid::passphraseReceived
virtual bool passphraseReceived()
called when GnuPG accepted the passphrase
Definition: kgpgprimaryuid.cpp:37
QString
KGpgPrimaryUid::~KGpgPrimaryUid
virtual ~KGpgPrimaryUid()
destructor
Definition: kgpgprimaryuid.cpp:25
KGpgUidNode
A user id of a public key or key pair.
Definition: KGpgUidNode.h:33
QObject::parent
QObject * parent() const
KGpgUidTransaction
base class for transactions involving only one user id of a key
Definition: kgpguidtransaction.h:25
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