bool UpdateChildren
Stores whether the views have to update the children of this property if it changes.
QVariant VariantValue
The property's value. This does not have to be used by subclasses, but it makes sense in cases where ...
QVariant::Type PropertyVariantType
Stores the property type.
bool IsEmpty
Specifies whether the property is empty or not.
QString Name
Property name.
bool updateParent
Stores whether the views have to update the parent of this property if it changes.
virtual ~VPropertyPrivate()
VPropertyPrivate()
Constructor.
QString Description
Description.
VProperty * Parent
The parent property.
QList< VProperty * > Children
List of child properties.
VPropertyPrivate(const QString &name, QVariant::Type type)
Constructor passing name and type.