QGpgMECryptoConfig Class Reference
CryptoConfig implementation around the gpgconf command-line tool For method docu, see kleo/cryptoconfig.h. More...
#include <qgpgmecryptoconfig.h>
Inherits QObject, and Kleo::CryptoConfig.
Public Member Functions
- QGpgMECryptoConfig ()
- virtual QStringList componentList () const
- virtual Kleo::CryptoConfigComponent * component (const QString &name) const
- virtual void clear ()
- virtual void sync (bool runtime)
Detailed Description
CryptoConfig implementation around the gpgconf command-line tool For method docu, see kleo/cryptoconfig.h.
Constructor & Destructor Documentation
|
Constructor.
|
Member Function Documentation
|
Returns the list of known components (e.g. "gpg-agent", "dirmngr" etc.). Use component() to retrieve more information about each one.
Implements Kleo::CryptoConfig. |
|
Implements Kleo::CryptoConfig. |
|
Tells the CryptoConfig to discard any cached information, including all components, groups and entries. Call this to free some memory when you won't be using the object for some time. DON'T call this if you're holding pointers to components, groups or entries. Implements Kleo::CryptoConfig. |
|
Write back changes.
Implements Kleo::CryptoConfig. |
The documentation for this class was generated from the following files:
- qgpgmecryptoconfig.h
- qgpgmecryptoconfig.cpp