Placer

A baseclass of Placer. Placer decides client area of each children.

Constructors

this
this(PlacerOwner owner)

Members

Functions

placeChildren
vec2 placeChildren()

Decides client area of each children.

Properties

children
children [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
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.

Variables

_owner
PlacerOwner _owner;
Undocumented in source.

Meta