certmanager/lib Library API Documentation

Kleo::CryptoConfigComponent Class Reference

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

#include <cryptoconfig.h>

Inheritance diagram for Kleo::CryptoConfigComponent:

Inheritance graph
[legend]
List of all members.

Public Member Functions

virtual QString name () const =0
virtual QString iconName () const =0
virtual QString description () const =0
virtual QStringList groupList () const =0
virtual CryptoConfigGroupgroup (const QString &name) const =0

Detailed Description

Crypto config for one component (e.g.

gpg-agent, dirmngr etc.)

Definition at line 295 of file cryptoconfig.h.


Member Function Documentation

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

Return the internal name of this component.

Implemented in QGpgMECryptoConfigComponent.

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

Return the name of the icon for this component.

Implemented in QGpgMECryptoConfigComponent.

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.

Referenced by Kleo::CryptoConfig::entry().


The documentation for this class was generated from the following file:
KDE Logo
This file is part of the documentation for certmanager/lib Library Version 3.3.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Thu Aug 23 18:19:36 2007 by doxygen 1.4.2 written by Dimitri van Heesch, © 1997-2003