14#include <AUI/Platform/ACursor.h>
15#include <AUI/Util/AMetric.h>
26 Property(
const ACursor& info) : mInfo(info) {
30 void applyFor(
AView* view)
override;
33 const auto& value()
const noexcept {
38 struct API_AUI_VIEWS Property<
ACursor::System>: Property<ACursor> {
39 using Property<
ACursor>::Property;
Represents cursor type.
Definition ACursor.h:26
Base class of all UI objects.
Definition AView.h:78
Base class for all properties.
Definition IPropertyBase.h:50