multiproperty.h
Go to the documentation of this file.
void setValueList(const TQMap< TQString, TQVariant > &valueList)
Sets the list of possible values of a property.
Definition: multiproperty.cpp:179
bool operator==(const MultiProperty &prop) const
Compares two multiproperties.
Definition: multiproperty.cpp:200
bool valid() const
Returns true if the multiproperty has no properties in the list (i.e.
Definition: multiproperty.cpp:257
TQMap< TQString, TQVariant > valueList() const
The string-to-value correspondence list of the property.
Definition: multiproperty.cpp:132
Contains PropertyLib::Property class and PropertyLib::Property::PropertyType enum.
void setDescription(const TQString &description)
Sets the description of a property.
Definition: multiproperty.cpp:139
The list of properties which does not own them.
Definition: propertylist.h:183
bool visible() const
Returns the visibility attribute of a property.
Definition: multiproperty.cpp:114
void removeProperty(Property *prop)
Removes property from the list.
Definition: multiproperty.cpp:191
void setValue(const TQVariant &value)
Sets the value of a property.
Definition: multiproperty.cpp:154
TQVariant findValueDescription() const
Finds string description for a value.
Definition: multiproperty.cpp:230
Holds a list of properties with the same name and type.
Definition: multiproperty.h:49
MultiProperty(Property *prop)
Constructs multiproperty with one property which is not connected to a property list.
Definition: multiproperty.cpp:25