certmanager/lib
QGpgMECryptoConfigGroup Class Reference
Inheritance diagram for QGpgMECryptoConfigGroup:

Detailed Description
Definition at line 108 of file qgpgmecryptoconfig.h.
Public Member Functions | |
QGpgMECryptoConfigGroup (const QString &name, const QString &description, int level) | |
~QGpgMECryptoConfigGroup () | |
QString | name () const |
QString | iconName () const |
QString | description () const |
Kleo::CryptoConfigEntry::Level | level () const |
QStringList | entryList () const |
Kleo::CryptoConfigEntry * | entry (const QString &name) const |
Friends | |
class | QGpgMECryptoConfigComponent |
Member Function Documentation
QString QGpgMECryptoConfigGroup::name | ( | ) | const [inline, virtual] |
Return the internal name of this group.
Implements Kleo::CryptoConfigGroup.
Definition at line 114 of file qgpgmecryptoconfig.h.
QString QGpgMECryptoConfigGroup::iconName | ( | ) | const [inline, virtual] |
Return the name of the icon for this group.
Implements Kleo::CryptoConfigGroup.
Definition at line 115 of file qgpgmecryptoconfig.h.
QString QGpgMECryptoConfigGroup::description | ( | ) | const [inline, virtual] |
- Returns:
- user-visible description of this group
Implements Kleo::CryptoConfigGroup.
Definition at line 116 of file qgpgmecryptoconfig.h.
Kleo::CryptoConfigEntry::Level QGpgMECryptoConfigGroup::level | ( | ) | const [inline, virtual] |
User level.
Implements Kleo::CryptoConfigGroup.
Definition at line 117 of file qgpgmecryptoconfig.h.
QStringList QGpgMECryptoConfigGroup::entryList | ( | ) | const [virtual] |
Returns the list of entries that are known by this group.
- Returns:
- list of group entry names.
Implements Kleo::CryptoConfigGroup.
Definition at line 332 of file qgpgmecryptoconfig.cpp.
Kleo::CryptoConfigEntry * QGpgMECryptoConfigGroup::entry | ( | const QString & | name | ) | const [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.
Implements Kleo::CryptoConfigGroup.
Definition at line 341 of file qgpgmecryptoconfig.cpp.
The documentation for this class was generated from the following files: