libkpgp
kpgp.h File Reference
#include "libkpgp_export.h"
#include "kpgpkey.h"
#include <QtCore/QByteArray>
#include <QtCore/QString>
#include <QWidget>
#include <QComboBox>
#include <QLayout>
#include <QPushButton>
#include <QRadioButton>
#include <QCheckBox>
#include <QGridLayout>
#include <stdio.h>
Include dependency graph for kpgp.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | Kpgp::Module |
Namespaces | |
Kpgp | |
Enumerations | |
enum | { Kpgp::PublicKeys = 1, Kpgp::SecretKeys = 2, Kpgp::EncryptionKeys = 4, Kpgp::SigningKeys = 8, Kpgp::ValidKeys = 16, Kpgp::TrustedKeys = 32, Kpgp::AllKeys = PublicKeys | SecretKeys | EncryptionKeys | SigningKeys, Kpgp::PubSecKeys = PublicKeys | SecretKeys, Kpgp::EncrSignKeys = EncryptionKeys | SigningKeys } |
enum | Kpgp::Result { Kpgp::Failure = 0, Kpgp::Ok = 1, Kpgp::Canceled = 2 } |
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:55:48 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:55:48 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.