Module layout

Source
Expand description

Datastructures used to represent layouts in the compiler

Structs§

BoxLayout
Internal representation of a BoxLayout
GridLayout
Internal representation of a grid layout
GridLayoutElement
An element in a GridLayout
LayoutConstraints
LayoutGeometry
LayoutItem
An Item in the layout tree
LayoutRect
Padding
Spacing

Enums§

Layout
Orientation

Functions§

create_new_prop
Create a new property based on the name. (it might get a different name if that property exist)
implicit_layout_info_call
Get the implicit layout info of a particular element
is_layout
Return true if this type is a layout that has constraints