29 : ID(), Type(), Value(), Children()
36 : ID(), Type(property ? property->type() : QString()), Value(property ? property->getValue() : QVariant()),
48 : ID(id), Type(property ? property->type() : QString()), Value(property ? property->getValue() : QVariant()),
55 : ID(id), Type(type), Value(value), Children()
64 foreach(
const VProperty* tmpChild, tmpChildren)
VPropertySet is a simple class for managing a set of properties. If you don't need all the Model-func...
virtual QString getPropertyID(const VProperty *prop, bool look_for_parent_id=true) const
Returns the ID of the property within the set The concept of property IDs is, that the object that ma...
QString ID
The property type.
VSerializedProperty()
Constructor.
void initChildren(const VProperty *property, const VPropertySet *set)