63 virtual T
get()
const = 0;
A PropertyUpdater defines the interface used to update a Property, e.g. from a binding expression.
PropertyUpdater(PropertyUpdater &&other)=default
PropertyUpdater & operator=(PropertyUpdater const &other)=default
virtual void setUpdateFunction(std::function< void(T &&)> const &updateFunction)=0
PropertyUpdater()=default
virtual ~PropertyUpdater()=default
PropertyUpdater(PropertyUpdater const &other)=default
PropertyUpdater & operator=(PropertyUpdater &&other)=default
The main namespace of the KDBindings library.