Kleo::CryptoConfigGroup Class Reference
#include <cryptoconfig.h>
Inherited by QGpgMECryptoConfigGroup.
Public Member Functions | |
virtual TQString | name () const =0 |
virtual TQString | iconName () const =0 |
virtual TQString | description () const =0 |
virtual CryptoConfigEntry::Level | level () const =0 |
virtual TQStringList | entryList () const =0 |
virtual CryptoConfigEntry * | entry (const TQString &name) const =0 |
Detailed Description
Group containing a set of config options.
Definition at line 252 of file cryptoconfig.h.
Member Function Documentation
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 CryptoConfigEntry::Level Kleo::CryptoConfigGroup::level | ( | ) | const [pure virtual] |
User level.
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: