certmanager/lib

QGpgMECryptoConfigComponent Class Reference

#include <qgpgmecryptoconfig.h>

Inheritance diagram for QGpgMECryptoConfigComponent:
Kleo::CryptoConfigComponent

Public Member Functions

 QGpgMECryptoConfigComponent (QGpgMECryptoConfig *, const TQString &name, const TQString &description)
 
TQString name () const
 
TQString iconName () const
 
TQString description () const
 
TQStringList groupList () const
 
Kleo::CryptoConfigGroupgroup (const TQString &name) const
 
void sync (bool runtime)
 
virtual TQString name () const =0
 
virtual TQString iconName () const =0
 
virtual TQString description () const =0
 
virtual TQStringList groupList () const =0
 
virtual CryptoConfigGroupgroup (const TQString &name) const =0
 

Detailed Description

For docu, see kleo/cryptoconfig.h.

Definition at line 81 of file qgpgmecryptoconfig.h.

Constructor & Destructor Documentation

◆ QGpgMECryptoConfigComponent()

QGpgMECryptoConfigComponent::QGpgMECryptoConfigComponent ( QGpgMECryptoConfig ,
const TQString &  name,
const TQString &  description 
)

Definition at line 154 of file qgpgmecryptoconfig.cpp.

◆ ~QGpgMECryptoConfigComponent()

QGpgMECryptoConfigComponent::~QGpgMECryptoConfigComponent ( )

Definition at line 161 of file qgpgmecryptoconfig.cpp.

Member Function Documentation

◆ description()

TQString QGpgMECryptoConfigComponent::description ( ) const
inlinevirtual

Return user-visible description of this component.

Implements Kleo::CryptoConfigComponent.

Definition at line 91 of file qgpgmecryptoconfig.h.

◆ group()

Kleo::CryptoConfigGroup * QGpgMECryptoConfigComponent::group ( const TQString &  name) const
virtual
Returns
the configuration object for a given group The object is owned by CryptoConfigComponent, don't delete it.

Implements Kleo::CryptoConfigComponent.

Definition at line 241 of file qgpgmecryptoconfig.cpp.

◆ groupList()

TQStringList QGpgMECryptoConfigComponent::groupList ( ) const
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.

Implements Kleo::CryptoConfigComponent.

Definition at line 232 of file qgpgmecryptoconfig.cpp.

◆ iconName()

TQString QGpgMECryptoConfigComponent::iconName ( ) const
inlinevirtual

Return the name of the icon for this component.

Implements Kleo::CryptoConfigComponent.

Definition at line 90 of file qgpgmecryptoconfig.h.

◆ name()

TQString QGpgMECryptoConfigComponent::name ( ) const
inlinevirtual

Return the internal name of this component.

Implements Kleo::CryptoConfigComponent.

Definition at line 89 of file qgpgmecryptoconfig.h.

◆ sync()

void QGpgMECryptoConfigComponent::sync ( bool  runtime)

Definition at line 246 of file qgpgmecryptoconfig.cpp.


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