propertylist.h
Go to the documentation of this file.
114 virtual const TQValueList<TQPair<TQString, TQValueList<TQString> > >& propertiesOfGroup() const;
virtual void addProperty(Property *property)
Adds the property to the list to the "common" group.
Definition: propertylist.cpp:58
virtual const TQValueList< TQPair< TQString, TQValueList< TQString > > > & propertiesOfGroup() const
Definition: propertylist.cpp:149
virtual void removeProperty(Property *property)
Removes property from the list.
Definition: propertylist.cpp:95
virtual const TQMap< MultiProperty *, TQString > & groupOfProperty() const
Definition: propertylist.cpp:154
The list of properties which does not own them.
Definition: propertylist.h:183
TQPtrList< Property > properties(const TQString &name)
The list of properties with given name.
Definition: propertylist.cpp:227
virtual bool contains(const TQString &name)
Returns true if the list of properties contains property with given name.
Definition: propertylist.cpp:220
void propertyValueChanged(Property *property)
Emitted when the value of the property is changed.
MultiProperty * property(const TQString &name)
Accesses a property by it's name.
Definition: propertylist.cpp:50
void removeFromGroup(MultiProperty *property)
Removes property from a group.
Definition: propertylist.cpp:194
void addToGroup(const TQString &group, MultiProperty *property)
Adds property to a group.
Definition: propertylist.cpp:159
virtual MultiProperty * operator[](const TQString &name)
Accesses a property by it's name.
Definition: propertylist.cpp:42
Holds a list of properties with the same name and type.
Definition: multiproperty.h:49
void aboutToDeleteProperty(Property *property)
Emitted when property is about to be deleted.