• 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
kgpgrevokewidget.h
Go to the documentation of this file.
1 /***************************************************************************
2  begin : Thu Jul 4 2002
3  copyright : (C) 2002 by Jean-Baptiste Mardelle
4  email : bj@altern.org
5  ***************************************************************************/
6 
7 /***************************************************************************
8  * *
9  * This program is free software; you can redistribute it and/or modify *
10  * it under the terms of the GNU General Public License as published by *
11  * the Free Software Foundation; either version 2 of the License, or *
12  * (at your option) any later version. *
13  * *
14  ***************************************************************************/
15 
16 
17 #ifndef KGPGREVOKEWIDGET_H
18 #define KGPGREVOKEWIDGET_H
19 
20 #include "ui_kgpgrevokewidget.h"
21 #include <KDialog>
22 
23 class KGpgKeyNode;
24 
25 class KgpgRevokeWidget : public QWidget, public Ui_KgpgRevokeWidget
26 {
27  Q_OBJECT
28 
29 public:
30  explicit KgpgRevokeWidget(QWidget* parent = 0);
31 
32 
33 public slots:
34  virtual void cbSave_toggled(bool isOn);
35 };
36 
37 class KGpgRevokeDialog: public KDialog
38 {
39  Q_OBJECT
40 
41  Q_DISABLE_COPY(KGpgRevokeDialog)
42  KGpgRevokeDialog(); // = delete C++0x
43 public:
44  KGpgRevokeDialog(QWidget* parent, const KGpgKeyNode* node);
45 
46  QString getDescription() const;
47  int getReason() const;
48  KUrl saveUrl() const;
49  QString getId() const;
50  bool printChecked();
51  bool importChecked();
52 
53 private:
54  KgpgRevokeWidget *m_revWidget;
55  const QString m_id;
56 };
57 
58 #endif
Ui_KgpgRevokeWidget
QWidget
KGpgRevokeDialog::getId
QString getId() const
Definition: kgpgrevokewidget.cpp:73
KDialog
KGpgRevokeDialog::getReason
int getReason() const
Definition: kgpgrevokewidget.cpp:60
KGpgKeyNode
A public key with or without corresponding secret key.
Definition: KGpgKeyNode.h:33
KGpgRevokeDialog
Definition: kgpgrevokewidget.h:37
QString
KgpgRevokeWidget
Definition: kgpgrevokewidget.h:25
KGpgRevokeDialog::getDescription
QString getDescription() const
Definition: kgpgrevokewidget.cpp:55
KgpgRevokeWidget::cbSave_toggled
virtual void cbSave_toggled(bool isOn)
Definition: kgpgrevokewidget.cpp:31
KGpgRevokeDialog::printChecked
bool printChecked()
Definition: kgpgrevokewidget.cpp:83
KGpgRevokeDialog::importChecked
bool importChecked()
Definition: kgpgrevokewidget.cpp:78
KGpgRevokeDialog::saveUrl
KUrl saveUrl() const
Definition: kgpgrevokewidget.cpp:65
KgpgRevokeWidget::KgpgRevokeWidget
KgpgRevokeWidget(QWidget *parent=0)
Definition: kgpgrevokewidget.cpp:23
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