certmanager/lib
QGpgMECryptoConfigComponent Class Reference
#include <qgpgmecryptoconfig.h>
Inheritance diagram for QGpgMECryptoConfigComponent:

Detailed Description
For docu, see kleo/cryptoconfig.h.
Definition at line 80 of file qgpgmecryptoconfig.h.
Public Member Functions | |
QGpgMECryptoConfigComponent (QGpgMECryptoConfig *, const QString &name, const QString &description) | |
~QGpgMECryptoConfigComponent () | |
QString | name () const |
QString | iconName () const |
QString | description () const |
QStringList | groupList () const |
Kleo::CryptoConfigGroup * | group (const QString &name) const |
void | sync (bool runtime) |
Member Function Documentation
QString QGpgMECryptoConfigComponent::name | ( | ) | const [inline, virtual] |
Return the internal name of this component.
Implements Kleo::CryptoConfigComponent.
Definition at line 87 of file qgpgmecryptoconfig.h.
QString QGpgMECryptoConfigComponent::iconName | ( | ) | const [inline, virtual] |
Return the name of the icon for this component.
Implements Kleo::CryptoConfigComponent.
Definition at line 88 of file qgpgmecryptoconfig.h.
QString QGpgMECryptoConfigComponent::description | ( | ) | const [inline, virtual] |
Return user-visible description of this component.
Implements Kleo::CryptoConfigComponent.
Definition at line 89 of file qgpgmecryptoconfig.h.
QStringList 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 231 of file qgpgmecryptoconfig.cpp.
Kleo::CryptoConfigGroup * QGpgMECryptoConfigComponent::group | ( | const QString & | 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 240 of file qgpgmecryptoconfig.cpp.
The documentation for this class was generated from the following files: