• 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
caff.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2009,2010,2012 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 _KGPGCAFF_H
15 #define _KGPGCAFF_H
16 
17 #include "core/KGpgSignableNode.h"
18 
19 #include <QObject>
20 
21 class QStringList;
22 
23 class KGpgCaffPrivate;
24 
25 class KGpgCaff : public QObject {
26  Q_OBJECT
27 
28  KGpgCaffPrivate * const d_ptr;
29  Q_DECLARE_PRIVATE(KGpgCaff)
30  Q_DISABLE_COPY(KGpgCaff)
31 
32 public:
33  enum OperationFlags {
34  DefaultMode = 0,
35  IgnoreAlreadySigned = 1
36  };
37 
45  KGpgCaff(QObject *parent, const KGpgSignableNode::List &ids, const QStringList &signids,
46  const int checklevel = 0, const OperationFlags flags = DefaultMode);
47 
48 public slots:
49  void run();
50 
51 signals:
52  void done();
53  void aborted();
54 };
55 
56 #endif /* _KGPGCAFF_H */
KGpgCaff
Definition: caff.h:25
KGpgCaff::run
void run()
Definition: caff.cpp:365
KGpgCaff::OperationFlags
OperationFlags
Definition: caff.h:33
KGpgCaff::aborted
void aborted()
QObject
KGpgCaff::IgnoreAlreadySigned
uids that are already signed will not be mailed again
Definition: caff.h:35
QList< KGpgSignableNode * >
KGpgCaff::DefaultMode
use none of the other flags
Definition: caff.h:34
QStringList
KGpgCaffPrivate
Definition: caff_p.h:29
KGpgCaff::done
void done()
KGpgCaff::KGpgCaff
KGpgCaff(QObject *parent, const KGpgSignableNode::List &ids, const QStringList &signids, const int checklevel=0, const OperationFlags flags=DefaultMode)
create a new object to sign and mail key ids
Definition: caff.cpp:357
KGpgSignableNode.h
QObject::parent
QObject * parent() const
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