14#include <AUI/Platform/ACursor.h>
15#include <AUI/Util/AMetric.h>
16#include <AUI/Enum/AOverflow.h>
27 Property(
const AOverflow& info) : mInfo(info) {}
29 void applyFor(
AView* view)
override;
32 const auto& value()
const noexcept {
43 Property(
const AOverflowMask& info) : mInfo(info) {}
45 void applyFor(
AView* view)
override;
48 const auto& value()
const noexcept {
Base class of all UI objects.
Definition AView.h:78
AOverflow
Controls visibility of the overflowed contents of AView with AView::drawStencilMask.
Definition AOverflow.h:24
Base class for all properties.
Definition IPropertyBase.h:50