certmanager/lib
Kleo::CryptoConfigGroup Class Reference
#include <cryptoconfig.h>
Inheritance diagram for Kleo::CryptoConfigGroup:

Detailed Description
Group containing a set of config options.
Definition at line 252 of file cryptoconfig.h.
Public Member Functions | |
| virtual | ~CryptoConfigGroup () |
| virtual QString | name () const =0 |
| virtual QString | iconName () const =0 |
| virtual QString | description () const =0 |
| virtual CryptoConfigEntry::Level | level () const =0 |
| virtual QStringList | entryList () const =0 |
| virtual CryptoConfigEntry * | entry (const QString &name) const =0 |
Member Function Documentation
|
|
Implemented in QGpgMECryptoConfigGroup. |
|
|
Implemented in QGpgMECryptoConfigGroup. |
|
|
Returns the list of entries that are known by this group.
Implemented in QGpgMECryptoConfigGroup. |
|
|
Return the name of the icon for this group.
Implemented in QGpgMECryptoConfigGroup. |
|
|
User level.
Implemented in QGpgMECryptoConfigGroup. |
|
|
Return the internal name of this group.
Implemented in QGpgMECryptoConfigGroup. |
The documentation for this class was generated from the following file:

