• Skip to content
  • Skip to link menu
KDE 4.4 API Reference
  • KDE API Reference
  • kdepim
  • Sitemap
  • Contact Us
 

libkleo

Class Hierarchy

Go to the graphical class hierarchy

This inheritance list is sorted roughly, but not completely, alphabetically:
  • AddDirectoryServiceDialog
    • AddDirectoryServiceDialogImpl
  • Attribute [external]
    • Kleo::DN
  • CryptPlug::CertificateInfo
  • Kleo::ChiasmusLibrary
  • Kleo::KeyListView::ColumnStrategy
  • Kleo::CryptoBackend
    • Kleo::ChiasmusBackend
    • Kleo::QGpgMEBackend
  • CryptoConfig
    • QGpgMECryptoConfig
  • CryptoConfigComponent
    • QGpgMECryptoConfigComponent
  • CryptoConfigEntry
    • QGpgMECryptoConfigEntry
  • CryptoConfigGroup
    • QGpgMECryptoConfigGroup
  • CryptPlug
    • OpenPGPCryptPlug
    • SMIMECryptPlug
  • Kleo::KeyListView::DisplayStrategy
  • Kleo::DNAttributeMapper
  • CryptPlug::DnPair
  • Kleo::KeyFilter::FontDescription
  • Kleo::KeyApprovalDialog::Item
  • K3ListView
    • Kleo::KeyListView
  • KDialog
    • Kleo::CryptoConfigDialog
    • Kleo::KeyApprovalDialog
    • Kleo::KeySelectionDialog
  • Kleo::KeyFilter
    • Kleo::KeyFilterImplBase
      • Kleo::KConfigBasedKeyFilter
  • kleo_chiasmus_config_data
  • KPageWidget
    • Kleo::CryptoConfigModule
  • KProcess
    • Kleo::GnuPGProcessBase
    • Kleo::SymCryptRunProcessBase
  • Kleo::lt_i_str
  • Kleo::MessageBox
  • Kleo::ParsedKeyserver
  • Kleo::_detail::PatternConverter
  • ProgressProvider
    • Kleo::_detail::ThreadedJobMixin< T_base, T_result >
    • Kleo::_detail::ThreadedJobMixin< AddUserIDJob >
      • Kleo::QGpgMEAddUserIDJob
    • Kleo::_detail::ThreadedJobMixin< ChangeExpiryJob >
      • Kleo::QGpgMEChangeExpiryJob
    • Kleo::_detail::ThreadedJobMixin< ChangeOwnerTrustJob >
      • Kleo::QGpgMEChangeOwnerTrustJob
    • Kleo::_detail::ThreadedJobMixin< DecryptJob, boost::tuple< GpgME::DecryptionResult, QByteArray, QString, GpgME::Error > >
      • Kleo::QGpgMEDecryptJob
    • Kleo::_detail::ThreadedJobMixin< DecryptVerifyJob, boost::tuple< GpgME::DecryptionResult, GpgME::VerificationResult, QByteArray, QString, GpgME::Error > >
      • Kleo::QGpgMEDecryptVerifyJob
    • Kleo::_detail::ThreadedJobMixin< DeleteJob >
      • Kleo::QGpgMEDeleteJob
    • Kleo::_detail::ThreadedJobMixin< DownloadJob, boost::tuple< GpgME::Error, QByteArray, QString, GpgME::Error > >
      • Kleo::QGpgMEDownloadJob
    • Kleo::_detail::ThreadedJobMixin< EncryptJob, boost::tuple< GpgME::EncryptionResult, QByteArray, QString, GpgME::Error > >
      • Kleo::QGpgMEEncryptJob
    • Kleo::_detail::ThreadedJobMixin< ExportJob, boost::tuple< GpgME::Error, QByteArray, QString, GpgME::Error > >
      • Kleo::QGpgMEExportJob
    • Kleo::_detail::ThreadedJobMixin< ImportFromKeyserverJob, boost::tuple< GpgME::ImportResult, QString, GpgME::Error > >
      • Kleo::QGpgMEImportFromKeyserverJob
    • Kleo::_detail::ThreadedJobMixin< ImportJob, boost::tuple< GpgME::ImportResult, QString, GpgME::Error > >
      • Kleo::QGpgMEImportJob
    • Kleo::_detail::ThreadedJobMixin< KeyGenerationJob, boost::tuple< GpgME::KeyGenerationResult, QByteArray, QString, GpgME::Error > >
      • Kleo::QGpgMEKeyGenerationJob
    • Kleo::_detail::ThreadedJobMixin< KeyListJob, boost::tuple< GpgME::KeyListResult, std::vector< GpgME::Key >, QString, GpgME::Error > >
      • Kleo::QGpgMEKeyListJob
    • Kleo::_detail::ThreadedJobMixin< SignEncryptJob, boost::tuple< GpgME::SigningResult, GpgME::EncryptionResult, QByteArray, QString, GpgME::Error > >
      • Kleo::QGpgMESignEncryptJob
    • Kleo::_detail::ThreadedJobMixin< SignJob, boost::tuple< GpgME::SigningResult, QByteArray, QString, GpgME::Error > >
      • Kleo::QGpgMESignJob
    • Kleo::_detail::ThreadedJobMixin< SignKeyJob >
      • Kleo::QGpgMESignKeyJob
    • Kleo::_detail::ThreadedJobMixin< VerifyDetachedJob, boost::tuple< GpgME::VerificationResult, QString, GpgME::Error > >
      • Kleo::QGpgMEVerifyDetachedJob
    • Kleo::_detail::ThreadedJobMixin< VerifyOpaqueJob, boost::tuple< GpgME::VerificationResult, QByteArray, QString, GpgME::Error > >
      • Kleo::QGpgMEVerifyOpaqueJob
  • Kleo::CryptoBackend::Protocol
    • CryptPlugWrapper
  • Q3ListViewItem [external]
    • Kleo::KeyListViewItem
      • Kleo::SignatureKeyListViewItem
      • Kleo::SubkeyKeyListViewItem
      • Kleo::UserIDKeyListViewItem
  • Q3PtrList< CryptPlugWrapper > [external]
    • CryptPlugWrapperList
  • QDialog [external]
    • AddDirectoryServiceDialogImpl
  • QFrame [external]
    • KDHorizontalLine
  • QObject [external]
    • Kleo::CryptoBackendFactory
      • KMail::CryptPlugFactory
    • Kleo::Job
      • Kleo::AbstractImportJob
        • Kleo::ImportFromKeyserverJob
          • Kleo::_detail::ThreadedJobMixin< ImportFromKeyserverJob, boost::tuple< GpgME::ImportResult, QString, GpgME::Error > >
        • Kleo::ImportJob
          • Kleo::_detail::ThreadedJobMixin< ImportJob, boost::tuple< GpgME::ImportResult, QString, GpgME::Error > >
      • Kleo::AddUserIDJob
        • Kleo::_detail::ThreadedJobMixin< AddUserIDJob >
      • Kleo::ChangeExpiryJob
        • Kleo::_detail::ThreadedJobMixin< ChangeExpiryJob >
      • Kleo::ChangeOwnerTrustJob
        • Kleo::_detail::ThreadedJobMixin< ChangeOwnerTrustJob >
      • Kleo::DecryptJob
        • Kleo::_detail::ThreadedJobMixin< DecryptJob, boost::tuple< GpgME::DecryptionResult, QByteArray, QString, GpgME::Error > >
      • Kleo::DecryptVerifyJob
        • Kleo::_detail::ThreadedJobMixin< DecryptVerifyJob, boost::tuple< GpgME::DecryptionResult, GpgME::VerificationResult, QByteArray, QString, GpgME::Error > >
      • Kleo::DeleteJob
        • Kleo::_detail::ThreadedJobMixin< DeleteJob >
      • Kleo::DownloadJob
        • Kleo::_detail::ThreadedJobMixin< DownloadJob, boost::tuple< GpgME::Error, QByteArray, QString, GpgME::Error > >
      • Kleo::EncryptJob
        • Kleo::_detail::ThreadedJobMixin< EncryptJob, boost::tuple< GpgME::EncryptionResult, QByteArray, QString, GpgME::Error > >
      • Kleo::ExportJob
        • Kleo::QGpgMESecretKeyExportJob
        • Kleo::_detail::ThreadedJobMixin< ExportJob, boost::tuple< GpgME::Error, QByteArray, QString, GpgME::Error > >
      • Kleo::KeyGenerationJob
        • Kleo::_detail::ThreadedJobMixin< KeyGenerationJob, boost::tuple< GpgME::KeyGenerationResult, QByteArray, QString, GpgME::Error > >
      • Kleo::KeyListJob
        • Kleo::HierarchicalKeyListJob
        • Kleo::_detail::ThreadedJobMixin< KeyListJob, boost::tuple< GpgME::KeyListResult, std::vector< GpgME::Key >, QString, GpgME::Error > >
      • Kleo::MultiDeleteJob
      • Kleo::RefreshKeysJob
        • Kleo::QGpgMERefreshKeysJob
      • Kleo::SignEncryptJob
        • Kleo::_detail::ThreadedJobMixin< SignEncryptJob, boost::tuple< GpgME::SigningResult, GpgME::EncryptionResult, QByteArray, QString, GpgME::Error > >
      • Kleo::SignJob
        • Kleo::_detail::ThreadedJobMixin< SignJob, boost::tuple< GpgME::SigningResult, QByteArray, QString, GpgME::Error > >
      • Kleo::SignKeyJob
        • Kleo::_detail::ThreadedJobMixin< SignKeyJob >
      • Kleo::SpecialJob
        • Kleo::ChiasmusJob
        • Kleo::ObtainKeysJob
      • Kleo::VerifyDetachedJob
        • Kleo::_detail::ThreadedJobMixin< VerifyDetachedJob, boost::tuple< GpgME::VerificationResult, QString, GpgME::Error > >
      • Kleo::VerifyOpaqueJob
        • Kleo::_detail::ThreadedJobMixin< VerifyOpaqueJob, boost::tuple< GpgME::VerificationResult, QByteArray, QString, GpgME::Error > >
    • Kleo::KeyFilterManager
    • QGpgMECryptoConfig
    • QGpgMECryptoConfigComponent
  • QProgressBar [external]
    • Kleo::ProgressBar
  • QProgressDialog [external]
    • Kleo::ProgressDialog
  • QThread [external]
    • Kleo::_detail::Thread< T_result >
    • Kleo::_detail::Thread< boost::tuple< GpgME::DecryptionResult, GpgME::VerificationResult, QByteArray, QString, GpgME::Error > >
    • Kleo::_detail::Thread< boost::tuple< GpgME::DecryptionResult, QByteArray, QString, GpgME::Error > >
    • Kleo::_detail::Thread< boost::tuple< GpgME::EncryptionResult, QByteArray, QString, GpgME::Error > >
    • Kleo::_detail::Thread< boost::tuple< GpgME::Error, QByteArray, QString, GpgME::Error > >
    • Kleo::_detail::Thread< boost::tuple< GpgME::Error, QString, GpgME::Error > >
    • Kleo::_detail::Thread< boost::tuple< GpgME::ImportResult, QString, GpgME::Error > >
    • Kleo::_detail::Thread< boost::tuple< GpgME::KeyGenerationResult, QByteArray, QString, GpgME::Error > >
    • Kleo::_detail::Thread< boost::tuple< GpgME::KeyListResult, std::vector< GpgME::Key >, QString, GpgME::Error > >
    • Kleo::_detail::Thread< boost::tuple< GpgME::SigningResult, GpgME::EncryptionResult, QByteArray, QString, GpgME::Error > >
    • Kleo::_detail::Thread< boost::tuple< GpgME::SigningResult, QByteArray, QString, GpgME::Error > >
    • Kleo::_detail::Thread< boost::tuple< GpgME::VerificationResult, QByteArray, QString, GpgME::Error > >
    • Kleo::_detail::Thread< boost::tuple< GpgME::VerificationResult, QString, GpgME::Error > >
  • QWidget [external]
    • Kleo::BackendConfigWidget
    • Kleo::DirectoryServicesWidget
    • Kleo::DNAttributeOrderConfigWidget
    • Kleo::FileNameRequester
    • Kleo::KeyRequester
      • Kleo::EncryptionKeyRequester
      • Kleo::SigningKeyRequester
  • CryptPlug::SignatureMetaData
  • CryptPlug::SignatureMetaDataExtendedInfo
  • CryptPlug::StructuringInfo
  • StructuringInfoWrapper
  • Kleo::_detail::ToThreadMover
  • function< boost::tuple< GpgME::DecryptionResult, GpgME::VerificationResult, QByteArray, QString, GpgME::Error >()>
  • function< boost::tuple< GpgME::DecryptionResult, QByteArray, QString, GpgME::Error >()>
  • function< boost::tuple< GpgME::EncryptionResult, QByteArray, QString, GpgME::Error >()>
  • function< boost::tuple< GpgME::Error, QByteArray, QString, GpgME::Error >()>
  • function< boost::tuple< GpgME::Error, QString, GpgME::Error >()>
  • function< boost::tuple< GpgME::ImportResult, QString, GpgME::Error >()>
  • function< boost::tuple< GpgME::KeyGenerationResult, QByteArray, QString, GpgME::Error >()>
  • function< boost::tuple< GpgME::KeyListResult, std::vector< GpgME::Key >, QString, GpgME::Error >()>
  • function< boost::tuple< GpgME::SigningResult, GpgME::EncryptionResult, QByteArray, QString, GpgME::Error >()>
  • function< boost::tuple< GpgME::SigningResult, QByteArray, QString, GpgME::Error >()>
  • function< boost::tuple< GpgME::VerificationResult, QByteArray, QString, GpgME::Error >()>
  • function< boost::tuple< GpgME::VerificationResult, QString, GpgME::Error >()>
  • T_base
    • Kleo::_detail::ThreadedJobMixin< T_base, T_result >
  • tuple< GpgME::DecryptionResult, GpgME::VerificationResult, QByteArray, QString, GpgME::Error >
  • tuple< GpgME::DecryptionResult, QByteArray, QString, GpgME::Error >
  • tuple< GpgME::EncryptionResult, QByteArray, QString, GpgME::Error >
  • tuple< GpgME::Error, QByteArray, QString, GpgME::Error >
  • tuple< GpgME::Error, QString, GpgME::Error >
  • tuple< GpgME::ImportResult, QString, GpgME::Error >
  • tuple< GpgME::KeyGenerationResult, QByteArray, QString, GpgME::Error >
  • tuple< GpgME::KeyListResult, std::vector< GpgME::Key >, QString, GpgME::Error >
  • tuple< GpgME::SigningResult, GpgME::EncryptionResult, QByteArray, QString, GpgME::Error >
  • tuple< GpgME::SigningResult, QByteArray, QString, GpgME::Error >
  • tuple< GpgME::VerificationResult, QByteArray, QString, GpgME::Error >
  • tuple< GpgME::VerificationResult, QString, GpgME::Error >

libkleo

Skip menu "libkleo"
  • Main Page
  • Modules
  • Namespace List
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Namespace Members
  • Class Members

kdepim

Skip menu "kdepim"
  • akonadi
  •   akonadi_next
  •   clients
  •   kcal
  •   kcm
  •       libmaildir
  • akregator
  • console
  •   kabcclient
  •   konsolekalendar
  • kalarm
  •   lib
  • kdgantt
  • kdgantt1
  • kjots
  • kleopatra
  • kmail
  • knode
  • knotes
  • kontact
  • korganizer
  •   korgac
  • kpilot
  • ktimetracker
  • libkdepim
  • libkleo
  • libkpgp
Generated for kdepim by doxygen 1.5.9-20090814
This website is maintained by Adriaan de Groot and Allen Winter.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal