ValueProperty

Undocumented in source.

Constructors

this
this(FlexibleObject owner, Variant value)
Undocumented in source.
this
this(FlexibleObject owner, T value)
Undocumented in source.

Members

Functions

value
Variant value()
Undocumented in source. Be warned that the author may not have intended to support it.
value
Variant value(Variant newValue)
Undocumented in source. Be warned that the author may not have intended to support it.
valueChanged
PropertyChangedSignal valueChanged()
Undocumented in source. Be warned that the author may not have intended to support it.
valueChanging
PropertyChangingSignal valueChanging()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_isChanging
bool _isChanging;
Undocumented in source.
_owner
FlexibleObject _owner;
Undocumented in source.
_value
Variant _value;
Undocumented in source.
_valueChanged
PropertyChangedSignal _valueChanged;
Undocumented in source.
_valueChanging
PropertyChangingSignal _valueChanging;
Undocumented in source.

Inherited Members

From IProperty

PropertyChangedSignal
alias PropertyChangedSignal = Signal!(FlexibleObject, Variant)
Undocumented in source.
PropertyChangingSignal
alias PropertyChangingSignal = Signal!(FlexibleObject, Variant*)
Undocumented in source.
value
Variant value()
Undocumented in source.
value
Variant value(Variant )
Undocumented in source.
valueChanged
PropertyChangedSignal valueChanged()
Undocumented in source.
valueChanging
PropertyChangingSignal valueChanging()
Undocumented in source.

Meta