D-Bus marshalling for the shared tiling-family value types (see AutotileTypes.h; the file names preda...
Definition AutotileMarshalling.h:19
constexpr int scrollAxisMaxValue
Definition ScrollAxisEnum.h:37
constexpr ScrollAxis autoScrollAxisFor(int workAreaWidth, int workAreaHeight)
The Auto rule, resolving a work area's dimensions to a strip axis: a work area taller than it is wide...
Definition ScrollAxisEnum.h:67
constexpr ScrollAxis scrollAxisFromInt(int value)
Cast an int that crossed a process boundary to a ScrollAxis; out-of-range values (version skew,...
Definition ScrollAxisEnum.h:48
constexpr int scrollAxisMinValue
Inclusive bounds of the valid ScrollAxis underlying values — used to range-check an int that crossed ...
Definition ScrollAxisEnum.h:36
ScrollAxis
Which way a scrolling strip runs on one screen.
Definition ScrollAxisEnum.h:29
constexpr bool isValidScrollAxis(int value)
True if value is a valid ScrollAxis underlying value.
Definition ScrollAxisEnum.h:40