certmanager/lib
Kleo::CryptoConfigGroup Class Reference
Group containing a set of config options. More...
#include <cryptoconfig.h>
Inherited by QGpgMECryptoConfigGroup.
Public Member Functions | |
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 |
Detailed Description
Group containing a set of config options.Definition at line 252 of file cryptoconfig.h.
Member Function Documentation
virtual QString Kleo::CryptoConfigGroup::description | ( | ) | const [pure virtual] |
- Returns:
- user-visible description of this group
virtual CryptoConfigEntry* Kleo::CryptoConfigGroup::entry | ( | const QString & | name | ) | const [pure virtual] |
- Returns:
- the configuration object for a given entry in this group The object is owned by CryptoConfigGroup, don't delete it. Groups cannot be nested, so all entries returned here are pure entries, no groups.
virtual QStringList Kleo::CryptoConfigGroup::entryList | ( | ) | const [pure virtual] |
Returns the list of entries that are known by this group.
- Returns:
- list of group entry names.
virtual QString Kleo::CryptoConfigGroup::iconName | ( | ) | const [pure virtual] |
Return the name of the icon for this group.
virtual CryptoConfigEntry::Level Kleo::CryptoConfigGroup::level | ( | ) | const [pure virtual] |
User level.
virtual QString Kleo::CryptoConfigGroup::name | ( | ) | const [pure virtual] |
Return the internal name of this group.
The documentation for this class was generated from the following file: