LineupPlacer

A Placer object that lineups the children.

Constructors

this
this(PlacerOwner owner)

Members

Aliases

Horizon
alias Horizon = H

Whether the Placer lineups horizontally.

Functions

clearStatus
void clearStatus()
Undocumented in source. Be warned that the author may not have intended to support it.
placeChildren
vec2 placeChildren()
updateStatus
void updateStatus(vec2 placedSize)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_basePoint
vec2 _basePoint;
Undocumented in source.
_childSize
vec2 _childSize;
Undocumented in source.
_usedSize
vec2 _usedSize;
Undocumented in source.

Inherited Members

From Placer

_owner
PlacerOwner _owner;
Undocumented in source.
owner
inout(PlacerOwner) owner [@property getter]

Owner of the placer.

style
style [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
children
children [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
placeChildren
vec2 placeChildren()

Decides client area of each children.

Meta