18#include <AUI/Util/AMetric.h>
30 Expanding() : expandingX(2), expandingY(2) {}
32 Expanding(
const unset_wrap<unsigned>& expanding) : expandingX(expanding), expandingY(expanding) {}
43 Property(
const Expanding& info) : mInfo(info) {
46 void applyFor(
AView* view)
override;
49 const auto& value()
const noexcept {
Base class of all UI objects.
Definition AView.h:78
Controls the expanding of AView.
Definition Expanding.h:26
Base class for all properties.
Definition IPropertyBase.h:50