QGpgME
10.3.4.0000000
Qt API for GpgME
|
Public Member Functions | |
QGpgMENewCryptoConfigEntry (const std::shared_ptr< QGpgMENewCryptoConfigGroup > &group, const GpgME::Configuration::Option &option) | |
QString | name () const Q_DECL_OVERRIDE |
QString | description () const Q_DECL_OVERRIDE |
QString | path () const Q_DECL_OVERRIDE |
bool | isOptional () const Q_DECL_OVERRIDE |
bool | isReadOnly () const Q_DECL_OVERRIDE |
bool | isList () const Q_DECL_OVERRIDE |
bool | isRuntime () const Q_DECL_OVERRIDE |
Level | level () const Q_DECL_OVERRIDE |
ArgType | argType () const Q_DECL_OVERRIDE |
bool | isSet () const Q_DECL_OVERRIDE |
bool | boolValue () const Q_DECL_OVERRIDE |
QString | stringValue () const Q_DECL_OVERRIDE |
int | intValue () const Q_DECL_OVERRIDE |
unsigned int | uintValue () const Q_DECL_OVERRIDE |
QUrl | urlValue () const Q_DECL_OVERRIDE |
unsigned int | numberOfTimesSet () const Q_DECL_OVERRIDE |
std::vector< int > | intValueList () const Q_DECL_OVERRIDE |
std::vector< unsigned int > | uintValueList () const Q_DECL_OVERRIDE |
QList< QUrl > | urlValueList () const Q_DECL_OVERRIDE |
void | resetToDefault () Q_DECL_OVERRIDE |
void | setBoolValue (bool) Q_DECL_OVERRIDE |
void | setStringValue (const QString &) Q_DECL_OVERRIDE |
void | setIntValue (int) Q_DECL_OVERRIDE |
void | setUIntValue (unsigned int) Q_DECL_OVERRIDE |
void | setURLValue (const QUrl &) Q_DECL_OVERRIDE |
void | setNumberOfTimesSet (unsigned int) Q_DECL_OVERRIDE |
void | setIntValueList (const std::vector< int > &) Q_DECL_OVERRIDE |
void | setUIntValueList (const std::vector< unsigned int > &) Q_DECL_OVERRIDE |
void | setURLValueList (const QList< QUrl > &) Q_DECL_OVERRIDE |
bool | isDirty () const Q_DECL_OVERRIDE |
QStringList | stringValueList () const |