cryptoconfig.h
360 CryptoConfigEntry* entry( const TQString& componentName, const TQString& groupName, const TQString& entryName ) const {
virtual void setURLValueList(const KURL::List &)=0
Set value as a URL list (only meaningful for Path (if all URLs are local) and URL argtypes...
virtual KURL urlValue() const =0
Return value as a URL (only meaningful for Path and URL argtypes)
virtual unsigned int numberOfTimesSet() const =0
Return number of times the option is set (only valid for ArgType_None, if isList()) ...
virtual CryptoConfigGroup * group(const TQString &name) const =0
virtual TQValueList< unsigned int > uintValueList() const =0
Return value as a list of unsigned ints.
virtual void setUIntValue(unsigned int)=0
Set a new unsigned int value.
virtual bool isList() const =0
virtual bool isReadOnly() const =0
Definition: chiasmusbackend.h:41
virtual void resetToDefault()=0
Reset an option to its default value.
virtual bool isOptional() const =0
CryptoConfigEntry * entry(const TQString &componentName, const TQString &groupName, const TQString &entryName) const
Convenience method to get hold of a single configuration entry when its component, group and name are known.
Definition: cryptoconfig.h:360
virtual void setNumberOfTimesSet(unsigned int)=0
Set the number of times the option is set (only valid for ArgType_None, if isList()) ...
virtual void setIntValueList(const TQValueList< int > &)=0
Set a new list of signed int values.
virtual void setUIntValueList(const TQValueList< unsigned int > &)=0
Set a new list of unsigned int values.
virtual unsigned int uintValue() const =0
Return value as an unsigned int.
virtual void setStringValueList(const TQStringList &)=0
Set a new string-list value (only allowed for String, Path and URL argtypes, if isList()) ...
virtual void setBoolValue(bool)=0
Define whether the option is set or not (only allowed for ArgType_None) TODO: and for options with op...
virtual void setURLValue(const KURL &)=0
Set value as a URL (only meaningful for Path (if local) and URL argtypes)
virtual bool isDirty() const =0
virtual TQStringList stringValueList() const =0
Return value as a list of strings (mostly meaningful for String, Path and URL argtypes, if isList())
virtual TQString description() const =0
virtual TQString name() const =0
Return the internal name of this entry.
virtual bool boolValue() const =0
Return value as a bool (only allowed for ArgType_None)
virtual KURL::List urlValueList() const =0
Return value as a list of URLs (only meaningful for Path and URL argtypes, if isList()) ...
virtual void setStringValue(const TQString &)=0
Set string value (allowed for all argtypes)
virtual bool isRuntime() const =0
virtual TQValueList< int > intValueList() const =0
Return value as a list of signed ints.
virtual CryptoConfigEntry * entry(const TQString &name) const =0
virtual TQString stringValue() const =0
Return value as a string (available for all argtypes) The returned string can be empty (explicitely s...