#include <cryptoconfig.h>
Inherited by QGpgMECryptoConfigGroup.
Group containing a set of config options.
Definition at line 252 of file cryptoconfig.h.
◆ description()
virtual TQString Kleo::CryptoConfigGroup::description |
( |
| ) |
const |
|
pure virtual |
- Returns
- user-visible description of this group
◆ entry()
virtual CryptoConfigEntry* Kleo::CryptoConfigGroup::entry |
( |
const TQString & |
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.
◆ entryList()
virtual TQStringList Kleo::CryptoConfigGroup::entryList |
( |
| ) |
const |
|
pure virtual |
Returns the list of entries that are known by this group.
- Returns
- list of group entry names.
◆ iconName()
virtual TQString Kleo::CryptoConfigGroup::iconName |
( |
| ) |
const |
|
pure virtual |
Return the name of the icon for this group.
◆ level()
◆ name()
virtual TQString Kleo::CryptoConfigGroup::name |
( |
| ) |
const |
|
pure virtual |
Return the internal name of this group.
The documentation for this class was generated from the following file: