Public Attributes | |
PropertyHandle * | handle |
The common handle behind this context property. | |
bool | subscribed |
True, if we are subscribed to the handle behind us. | |
QVariant | value |
Our knowledge of the value. |
The common handle behind this context property.
True, if we are subscribed to the handle behind us.
QVariant ContextPropertyPrivate::value |
Our knowledge of the value.
Needed because several valueChanged signals might be emitted (queued) by the PropertyHandle before we handle the first one of them, and we need to emit only one valueChanged signal in this class.