KDBindings::ReadOnlyProperty¶
#include <property.h>
Inherits from runtime_error
Public Functions¶
Name | |
---|---|
ReadOnlyProperty() =delete |
Detailed Description¶
1 |
|
A ReadOnlyProperty is thrown when trying to set the value of a Property that has a PropertyUpdater associated with it.
Most commonly because the property holds the result of a binding expression.
Public Functions Documentation¶
function ReadOnlyProperty¶
1 |
|
Updated on 2022-04-12 at 00:03:55 +0000