libkleo
#include <qgpgmecryptoconfig.h>
Inherits CryptoConfigEntry.
Public Member Functions | |
| QGpgMECryptoConfigEntry (QGpgMECryptoConfigGroup *group, const QStringList &parsedLine) | |
| ~QGpgMECryptoConfigEntry () | |
| 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 | outputString () const |
| QString | path () const |
| void | resetToDefault () |
| void | setBoolValue (bool) |
| void | setDirty (bool b) |
| 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 |
Protected Member Functions | |
| bool | isStringType () const |
| QVariant | stringToValue (const QString &value, bool unescape) const |
| QString | toString (bool escape) const |
Detailed Description
Definition at line 141 of file qgpgmecryptoconfig.h.
Constructor & Destructor Documentation
| QGpgMECryptoConfigEntry::QGpgMECryptoConfigEntry | ( | QGpgMECryptoConfigGroup * | group, |
| const QStringList & | parsedLine | ||
| ) |
Definition at line 470 of file qgpgmecryptoconfig.cpp.
| QGpgMECryptoConfigEntry::~QGpgMECryptoConfigEntry | ( | ) |
Definition at line 561 of file qgpgmecryptoconfig.cpp.
Member Function Documentation
|
inline |
Definition at line 154 of file qgpgmecryptoconfig.h.
| bool QGpgMECryptoConfigEntry::boolValue | ( | ) | const |
Definition at line 595 of file qgpgmecryptoconfig.cpp.
|
inline |
Definition at line 147 of file qgpgmecryptoconfig.h.
| int QGpgMECryptoConfigEntry::intValue | ( | ) | const |
Definition at line 607 of file qgpgmecryptoconfig.cpp.
| std::vector< int > QGpgMECryptoConfigEntry::intValueList | ( | ) | const |
Definition at line 696 of file qgpgmecryptoconfig.cpp.
|
inline |
Definition at line 177 of file qgpgmecryptoconfig.h.
| bool QGpgMECryptoConfigEntry::isList | ( | ) | const |
Definition at line 580 of file qgpgmecryptoconfig.cpp.
| bool QGpgMECryptoConfigEntry::isOptional | ( | ) | const |
Definition at line 570 of file qgpgmecryptoconfig.cpp.
| bool QGpgMECryptoConfigEntry::isReadOnly | ( | ) | const |
Definition at line 575 of file qgpgmecryptoconfig.cpp.
| bool QGpgMECryptoConfigEntry::isRuntime | ( | ) | const |
Definition at line 585 of file qgpgmecryptoconfig.cpp.
| bool QGpgMECryptoConfigEntry::isSet | ( | ) | const |
Definition at line 590 of file qgpgmecryptoconfig.cpp.
|
protected |
Definition at line 918 of file qgpgmecryptoconfig.cpp.
|
inline |
Definition at line 153 of file qgpgmecryptoconfig.h.
|
inline |
Definition at line 146 of file qgpgmecryptoconfig.h.
| unsigned int QGpgMECryptoConfigEntry::numberOfTimesSet | ( | ) | const |
Definition at line 682 of file qgpgmecryptoconfig.cpp.
| QString QGpgMECryptoConfigEntry::outputString | ( | ) | const |
Definition at line 912 of file qgpgmecryptoconfig.cpp.
|
inline |
Definition at line 148 of file qgpgmecryptoconfig.h.
| void QGpgMECryptoConfigEntry::resetToDefault | ( | ) |
Definition at line 741 of file qgpgmecryptoconfig.cpp.
| void QGpgMECryptoConfigEntry::setBoolValue | ( | bool | b | ) |
Definition at line 755 of file qgpgmecryptoconfig.cpp.
| void QGpgMECryptoConfigEntry::setDirty | ( | bool | b | ) |
Definition at line 926 of file qgpgmecryptoconfig.cpp.
| void QGpgMECryptoConfigEntry::setIntValue | ( | int | i | ) |
Definition at line 779 of file qgpgmecryptoconfig.cpp.
| void QGpgMECryptoConfigEntry::setIntValueList | ( | const std::vector< int > & | lst | ) |
Definition at line 825 of file qgpgmecryptoconfig.cpp.
| void QGpgMECryptoConfigEntry::setNumberOfTimesSet | ( | unsigned int | i | ) |
Definition at line 806 of file qgpgmecryptoconfig.cpp.
| void QGpgMECryptoConfigEntry::setStringValue | ( | const QString & | str | ) |
Definition at line 766 of file qgpgmecryptoconfig.cpp.
| void QGpgMECryptoConfigEntry::setStringValueList | ( | const QStringList & | lst | ) |
Definition at line 815 of file qgpgmecryptoconfig.cpp.
| void QGpgMECryptoConfigEntry::setUIntValue | ( | unsigned int | i | ) |
Definition at line 788 of file qgpgmecryptoconfig.cpp.
| void QGpgMECryptoConfigEntry::setUIntValueList | ( | const std::vector< unsigned int > & | lst | ) |
Definition at line 839 of file qgpgmecryptoconfig.cpp.
| void QGpgMECryptoConfigEntry::setURLValue | ( | const KUrl & | url | ) |
Definition at line 795 of file qgpgmecryptoconfig.cpp.
| void QGpgMECryptoConfigEntry::setURLValueList | ( | const KUrl::List & | urls | ) |
Definition at line 853 of file qgpgmecryptoconfig.cpp.
|
protected |
Definition at line 516 of file qgpgmecryptoconfig.cpp.
| QString QGpgMECryptoConfigEntry::stringValue | ( | ) | const |
Definition at line 602 of file qgpgmecryptoconfig.cpp.
| QStringList QGpgMECryptoConfigEntry::stringValueList | ( | ) | const |
Definition at line 689 of file qgpgmecryptoconfig.cpp.
|
protected |
Definition at line 867 of file qgpgmecryptoconfig.cpp.
| unsigned int QGpgMECryptoConfigEntry::uintValue | ( | ) | const |
Definition at line 614 of file qgpgmecryptoconfig.cpp.
| std::vector< unsigned int > QGpgMECryptoConfigEntry::uintValueList | ( | ) | const |
Definition at line 709 of file qgpgmecryptoconfig.cpp.
| KUrl QGpgMECryptoConfigEntry::urlValue | ( | ) | const |
Definition at line 668 of file qgpgmecryptoconfig.cpp.
| KUrl::List QGpgMECryptoConfigEntry::urlValueList | ( | ) | const |
Definition at line 722 of file qgpgmecryptoconfig.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