qgpgmecryptoconfig.h
86 QGpgMECryptoConfigComponent( QGpgMECryptoConfig*, const TQString& name, const TQString& description );
virtual bool isList() const =0
virtual TQStringList stringValueList() const =0
Return value as a list of strings (mostly meaningful for String, Path and URL argtypes,...
virtual bool isDirty() const =0
virtual bool isOptional() const =0
virtual KURL::List urlValueList() const =0
Return value as a list of URLs (only meaningful for Path and URL argtypes, if isList()).
virtual TQString name() const =0
Return the internal name of this entry.
virtual TQString stringValue() const =0
Return value as a string (available for all argtypes) The returned string can be empty (explicitely s...
virtual unsigned int uintValue() const =0
Return value as an unsigned int.
virtual TQString description() const =0
virtual bool boolValue() const =0
Return value as a bool (only allowed for ArgType_None).
virtual KURL urlValue() const =0
Return value as a URL (only meaningful for Path and URL argtypes).
virtual TQValueList< unsigned int > uintValueList() const =0
Return value as a list of unsigned ints.
virtual unsigned int numberOfTimesSet() const =0
Return number of times the option is set (only valid for ArgType_None, if isList()).
virtual bool isRuntime() const =0
virtual TQValueList< int > intValueList() const =0
Return value as a list of signed ints.
virtual void resetToDefault()=0
Reset an option to its default value.
virtual bool isReadOnly() const =0
virtual TQString description() const =0
virtual TQStringList entryList() const =0
Returns the list of entries that are known by this group.
virtual TQString iconName() const =0
Return the name of the icon for this group.
virtual TQString name() const =0
Return the internal name of this group.
TQStringList groupList() const
Returns the list of groups that are known about.
Definition qgpgmecryptoconfig.cpp:232
TQString description() const
Return user-visible description of this component.
Definition qgpgmecryptoconfig.h:91
TQString iconName() const
Return the name of the icon for this component.
Definition qgpgmecryptoconfig.h:90
Kleo::CryptoConfigGroup * group(const TQString &name) const
Definition qgpgmecryptoconfig.cpp:241
CryptoConfig implementation around the gpgconf command-line tool For method docu, see kleo/cryptoconf...
Definition qgpgmecryptoconfig.h:49
virtual TQStringList componentList() const
Returns the list of known components (e.g.
Definition qgpgmecryptoconfig.cpp:119
virtual Kleo::CryptoConfigComponent * component(const TQString &name) const
Definition qgpgmecryptoconfig.cpp:130
virtual void clear()
Tells the CryptoConfig to discard any cached information, including all components,...
Definition qgpgmecryptoconfig.cpp:144
