• 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
kgpgtextinterface.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2002 Jean-Baptiste Mardelle <bj@altern.org>
3  * Copyright (C) 2007,2008,2009,2010,2011,2012 Rolf Eike Beer <kde@opensource.sf-tec.de>
4  */
5 
6 /***************************************************************************
7  * *
8  * This program is free software; you can redistribute it and/or modify *
9  * it under the terms of the GNU General Public License as published by *
10  * the Free Software Foundation; either version 2 of the License, or *
11  * (at your option) any later version. *
12  * *
13  ***************************************************************************/
14 
15 #ifndef KGPGTEXTINTERFACE_H
16 #define KGPGTEXTINTERFACE_H
17 
18 #include <KUrl>
19 
20 class KGpgTextInterfacePrivate;
21 class QString;
22 class QStringList;
23 
24 class KGpgTextInterface : public QObject
25 {
26  Q_OBJECT
27 
28 private:
29  KGpgTextInterfacePrivate * const d;
30 
31  KGpgTextInterface();
32  Q_DISABLE_COPY(KGpgTextInterface)
33 
34 public:
35  explicit KGpgTextInterface(QObject *parent, const QString &keyID, const QStringList &options);
36  ~KGpgTextInterface();
37 
38 signals:
42  void fileSignFinished();
43 
44 public Q_SLOTS:
51  void signFiles(const KUrl::List &srcUrl);
52 
53 private Q_SLOTS:
54  void slotSignFile();
55  void slotSignFinished();
56 };
57 
58 #endif
KGpgTextInterface::signFiles
void signFiles(const KUrl::List &srcUrl)
Sign file function.
Definition: kgpgtextinterface.cpp:84
QObject
QString
KGpgTextInterface::fileSignFinished
void fileSignFinished()
Emitted when all files passed to KgpgSignFile() where processed.
QStringList
KGpgTextInterface::~KGpgTextInterface
~KGpgTextInterface()
Definition: kgpgtextinterface.cpp:76
QObject::parent
QObject * parent() const
KGpgTextInterface
Definition: kgpgtextinterface.h:24
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