KDBindings::ReadOnlyProperty¶
#include <property.h>
Inherits from std::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 2024-07-13 at 00:00:32 +0000