39 const QString& description,
41 const char *changed_slot,
43 :
Property( name, default_value, description, parent, changed_slot, receiver )
44 , disable_children_if_false_(false)
bool disable_children_if_false_
void setDisableChildrenIfFalse(bool disable)
A single element of a property tree, with a name, value, description, and possibly children...
virtual bool getDisableChildren()
If true, the children of this property should set their ItemIsEnabled flag to false.
virtual bool getDisableChildren()
If true, the children of this property should set their ItemIsEnabled flag to false.
virtual bool getBool() const
bool getDisableChildrenIfFalse()
virtual QVariant getValue() const
Return the value of this Property as a QVariant. If the value has never been set, an invalid QVariant...
BoolProperty(const QString &name=QString(), bool default_value=false, const QString &description=QString(), Property *parent=0, const char *changed_slot=0, QObject *receiver=0)