property.h
Go to the documentation of this file.
124 const TQString &description, const TQVariant &value = TQVariant(), bool save = true, bool readOnly = false);
virtual void setValueList(const TQMap< TQString, TQVariant > &list)
Sets the string-to-value correspondence list of the property.
Definition: property.cpp:101
TQMap< TQString, TQVariant > valueList
The string-to-value correspondence list of the property.
Definition: property.h:149
virtual bool allowSaving() const
Tells if the property can be saved to a stream, xml, etc.
Definition: property.cpp:44
plugin defined properties should start here
Definition: property.h:114
virtual void setDescription(const TQString &description)
Sets the description of the property.
Definition: property.cpp:96
virtual void setName(const TQString &name)
Sets the name of the property.
Definition: property.cpp:62
virtual void setValue(const TQVariant &value, bool rememberOldValue=true)
Sets the value of the property.
Definition: property.cpp:82