TablePlacer

A placer that places like table.

class TablePlacer : Placer (
int Cols
int Rows
) if (
Cols >= 0 &&
Rows >= 0
) {}

Constructors

this
this(PlacerOwner owner)

Members

Functions

placeChildren
vec2 placeChildren()

Manifest constants

ColsRows
enum ColsRows;

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