libkpgp
kpgp.h File Reference
#include "libkpgp_export.h"
#include "kpgpkey.h"
#include <QtCore/QByteArray>
#include <QtCore/QString>
#include <QtGui/QWidget>
#include <QtGui/QComboBox>
#include <QtGui/QLayout>
#include <QtGui/QPushButton>
#include <QtGui/QRadioButton>
#include <QtGui/QCheckBox>
#include <QtGui/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.
Namespaces | |
| namespace | Kpgp |
Classes | |
| class | Kpgp::Module |
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 } |
KDE 4.2 API Reference