KDE PIM / Developers / API Docs / certmanager / lib

Kleo::CryptoConfigComponent Class Reference

Crypto config for one component (e.g. More...

#include <cryptoconfig.h>

Inherited by QGpgMECryptoConfigComponent.

List of all members.

Public Member Functions


Detailed Description

Crypto config for one component (e.g.

gpg-agent, dirmngr etc.)


Member Function Documentation

virtual QString Kleo::CryptoConfigComponent::description  )  const [pure virtual]
 

Return user-visible description of this component.

Implemented in QGpgMECryptoConfigComponent.

virtual QStringList Kleo::CryptoConfigComponent::groupList  )  const [pure virtual]
 

Returns the list of groups that are known about.

Returns:
list of group names. One of them can be "<nogroup>", which is the group where all "toplevel" options (belonging to no group) are.

Implemented in QGpgMECryptoConfigComponent.

virtual CryptoConfigGroup* Kleo::CryptoConfigComponent::group const QString &  name  )  const [pure virtual]
 

Returns:
the configuration object for a given group The object is owned by CryptoConfigComponent, don't delete it.

Implemented in QGpgMECryptoConfigComponent.


The documentation for this class was generated from the following file: