libkleo
#include <qgpgmenewcryptoconfig.h>
Inherits CryptoConfigEntry.
Public Member Functions | |
| QGpgMENewCryptoConfigEntry (const boost::shared_ptr< QGpgMENewCryptoConfigGroup > &group, const GpgME::Configuration::Option &option) | |
| ~QGpgMENewCryptoConfigEntry () | |
| ArgType | argType () const |
| bool | boolValue () const |
| QString | description () const |
| int | intValue () const |
| std::vector< int > | intValueList () const |
| bool | isDirty () const |
| bool | isList () const |
| bool | isOptional () const |
| bool | isReadOnly () const |
| bool | isRuntime () const |
| bool | isSet () const |
| Level | level () const |
| QString | name () const |
| unsigned int | numberOfTimesSet () const |
| QString | path () const |
| void | resetToDefault () |
| void | setBoolValue (bool) |
| void | setIntValue (int) |
| void | setIntValueList (const std::vector< int > &) |
| void | setNumberOfTimesSet (unsigned int) |
| void | setStringValue (const QString &) |
| void | setStringValueList (const QStringList &) |
| void | setUIntValue (unsigned int) |
| void | setUIntValueList (const std::vector< unsigned int > &) |
| void | setURLValue (const KUrl &) |
| void | setURLValueList (const KUrl::List &) |
| QString | stringValue () const |
| QStringList | stringValueList () const |
| unsigned int | uintValue () const |
| std::vector< unsigned int > | uintValueList () const |
| KUrl | urlValue () const |
| KUrl::List | urlValueList () const |
Detailed Description
Definition at line 61 of file qgpgmenewcryptoconfig.h.
Constructor & Destructor Documentation
| QGpgMENewCryptoConfigEntry::QGpgMENewCryptoConfigEntry | ( | const boost::shared_ptr< QGpgMENewCryptoConfigGroup > & | group, |
| const GpgME::Configuration::Option & | option | ||
| ) |
Definition at line 318 of file qgpgmenewcryptoconfig.cpp.
| QGpgMENewCryptoConfigEntry::~QGpgMENewCryptoConfigEntry | ( | ) |
Definition at line 370 of file qgpgmenewcryptoconfig.cpp.
Member Function Documentation
| CryptoConfigEntry::ArgType QGpgMENewCryptoConfigEntry::argType | ( | ) | const |
Definition at line 423 of file qgpgmenewcryptoconfig.cpp.
| bool QGpgMENewCryptoConfigEntry::boolValue | ( | ) | const |
Definition at line 438 of file qgpgmenewcryptoconfig.cpp.
| QString QGpgMENewCryptoConfigEntry::description | ( | ) | const |
Definition at line 384 of file qgpgmenewcryptoconfig.cpp.
| int QGpgMENewCryptoConfigEntry::intValue | ( | ) | const |
Definition at line 453 of file qgpgmenewcryptoconfig.cpp.
| std::vector< int > QGpgMENewCryptoConfigEntry::intValueList | ( | ) | const |
Definition at line 547 of file qgpgmenewcryptoconfig.cpp.
| bool QGpgMENewCryptoConfigEntry::isDirty | ( | ) | const |
Definition at line 690 of file qgpgmenewcryptoconfig.cpp.
| bool QGpgMENewCryptoConfigEntry::isList | ( | ) | const |
Definition at line 407 of file qgpgmenewcryptoconfig.cpp.
| bool QGpgMENewCryptoConfigEntry::isOptional | ( | ) | const |
Definition at line 397 of file qgpgmenewcryptoconfig.cpp.
| bool QGpgMENewCryptoConfigEntry::isReadOnly | ( | ) | const |
Definition at line 402 of file qgpgmenewcryptoconfig.cpp.
| bool QGpgMENewCryptoConfigEntry::isRuntime | ( | ) | const |
Definition at line 412 of file qgpgmenewcryptoconfig.cpp.
| bool QGpgMENewCryptoConfigEntry::isSet | ( | ) | const |
Definition at line 433 of file qgpgmenewcryptoconfig.cpp.
| CryptoConfigEntry::Level QGpgMENewCryptoConfigEntry::level | ( | ) | const |
Definition at line 417 of file qgpgmenewcryptoconfig.cpp.
| QString QGpgMENewCryptoConfigEntry::name | ( | ) | const |
Definition at line 379 of file qgpgmenewcryptoconfig.cpp.
| unsigned int QGpgMENewCryptoConfigEntry::numberOfTimesSet | ( | ) | const |
Definition at line 528 of file qgpgmenewcryptoconfig.cpp.
| QString QGpgMENewCryptoConfigEntry::path | ( | ) | const |
Definition at line 389 of file qgpgmenewcryptoconfig.cpp.
| void QGpgMENewCryptoConfigEntry::resetToDefault | ( | ) |
Definition at line 580 of file qgpgmenewcryptoconfig.cpp.
| void QGpgMENewCryptoConfigEntry::setBoolValue | ( | bool | b | ) |
Definition at line 585 of file qgpgmenewcryptoconfig.cpp.
| void QGpgMENewCryptoConfigEntry::setIntValue | ( | int | i | ) |
Definition at line 610 of file qgpgmenewcryptoconfig.cpp.
| void QGpgMENewCryptoConfigEntry::setIntValueList | ( | const std::vector< int > & | lst | ) |
Definition at line 661 of file qgpgmenewcryptoconfig.cpp.
| void QGpgMENewCryptoConfigEntry::setNumberOfTimesSet | ( | unsigned int | i | ) |
Definition at line 639 of file qgpgmenewcryptoconfig.cpp.
| void QGpgMENewCryptoConfigEntry::setStringValue | ( | const QString & | str | ) |
Definition at line 594 of file qgpgmenewcryptoconfig.cpp.
| void QGpgMENewCryptoConfigEntry::setStringValueList | ( | const QStringList & | lst | ) |
Definition at line 646 of file qgpgmenewcryptoconfig.cpp.
| void QGpgMENewCryptoConfigEntry::setUIntValue | ( | unsigned int | i | ) |
Definition at line 617 of file qgpgmenewcryptoconfig.cpp.
| void QGpgMENewCryptoConfigEntry::setUIntValueList | ( | const std::vector< unsigned int > & | lst | ) |
Definition at line 668 of file qgpgmenewcryptoconfig.cpp.
| void QGpgMENewCryptoConfigEntry::setURLValue | ( | const KUrl & | url | ) |
Definition at line 624 of file qgpgmenewcryptoconfig.cpp.
| void QGpgMENewCryptoConfigEntry::setURLValueList | ( | const KUrl::List & | urls | ) |
Definition at line 675 of file qgpgmenewcryptoconfig.cpp.
| QString QGpgMENewCryptoConfigEntry::stringValue | ( | ) | const |
Definition at line 445 of file qgpgmenewcryptoconfig.cpp.
| QStringList QGpgMENewCryptoConfigEntry::stringValueList | ( | ) | const |
Definition at line 535 of file qgpgmenewcryptoconfig.cpp.
| unsigned int QGpgMENewCryptoConfigEntry::uintValue | ( | ) | const |
Definition at line 460 of file qgpgmenewcryptoconfig.cpp.
| std::vector< unsigned int > QGpgMENewCryptoConfigEntry::uintValueList | ( | ) | const |
Definition at line 554 of file qgpgmenewcryptoconfig.cpp.
| KUrl QGpgMENewCryptoConfigEntry::urlValue | ( | ) | const |
Definition at line 514 of file qgpgmenewcryptoconfig.cpp.
| KUrl::List QGpgMENewCryptoConfigEntry::urlValueList | ( | ) | const |
Definition at line 561 of file qgpgmenewcryptoconfig.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:33:38 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
KDE API Reference