Skip to content

KDBindings::ReadOnlyProperty

More...

#include <property.h>

Inherits from std::runtime_error

Public Functions

Name
ReadOnlyProperty() =delete

Detailed Description

1
struct KDBindings::ReadOnlyProperty;

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
ReadOnlyProperty() =delete

Updated on 2024-03-19 at 00:03:31 +0000