18#include <AUI/Util/AMetric.h>
19#include "AUI/Common/IStringable.h"
48 void applyFor(
AView* view)
override;
51 const auto& value()
const noexcept {
55 return "MinSize({}, {})"_format(mInfo.width, mInfo.height);
Stores dimensions in scalable units (dp, pt, etc...).
Definition: AMetric.h:75
Represents a Unicode character string.
Definition: AString.h:37
Base class of all UI objects.
Definition: AView.h:77
Object that can be converted to string.
Definition: IStringable.h:29
Controls the min size of AView.
Definition: MinSize.h:28
Base class for all properties.
Definition: IPropertyBase.h:49
AString toString() const override
Definition: MinSize.h:54
Definition: IProperty.h:19