18#include <AUI/Util/AMetric.h>
28 std::function<void(
AView*)> onApplyFor;
42 void applyFor(
AView* view)
override;
45 const auto& value()
const noexcept {
Base class of all UI objects.
Definition AView.h:78
Custom property with user-defined handlers.
Definition CustomProperty.h:27
Base class for all properties.
Definition IPropertyBase.h:50