62 QString description()
const override;
64 bool isOptional()
const override;
65 bool isReadOnly()
const override;
66 bool isList()
const override;
67 bool isRuntime()
const override;
68 Level level()
const override;
69 ArgType argType()
const override;
70 bool isSet()
const override;
71 bool boolValue()
const override;
72 QString stringValue()
const override;
73 int intValue()
const override;
74 unsigned int uintValue()
const override;
75 QUrl urlValue()
const override;
76 unsigned int numberOfTimesSet()
const override;
77 std::vector<int> intValueList()
const override;
78 std::vector<unsigned int> uintValueList()
const override;
80 void resetToDefault()
override;
81 void setBoolValue(
bool)
override;
82 void setStringValue(
const QString &)
override;
83 void setIntValue(
int)
override;
84 void setUIntValue(
unsigned int)
override;
85 void setURLValue(
const QUrl &)
override;
86 void setNumberOfTimesSet(
unsigned int)
override;
87 void setIntValueList(
const std::vector<int> &)
override;
88 void setUIntValueList(
const std::vector<unsigned int> &)
override;
90 bool isDirty()
const override;
105 std::weak_ptr<QGpgMENewCryptoConfigGroup> m_group;
106 GpgME::Configuration::Option m_option;
Definition qgpgmenewcryptoconfig.h:56