#include <cryptoconfig.h>
Inherited by QGpgMECryptoConfigGroup.
Group containing a set of config options.
Definition at line 252 of file cryptoconfig.h.
virtual TQString Kleo::CryptoConfigGroup::description |
( |
| ) |
const |
|
pure virtual |
- Returns
- user-visible description of this group
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.
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.
virtual TQString Kleo::CryptoConfigGroup::iconName |
( |
| ) |
const |
|
pure virtual |
Return the name of the icon for this group.
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: