Class LayoutItems
helper class for layouts
class LayoutItems;
Fields
| Name | Type | Description |
|---|---|---|
_count
|
int | |
_layoutHeight
|
int | |
_layoutWidth
|
int | |
_list
|
LayoutItem[] | |
_maxSecondarySize
|
int | |
_measureParentSize
|
Point | |
_orientation
|
Orientation | |
_totalSize
|
int |
Methods
| Name | Description |
|---|---|
clear
()
|
|
layout
(rc)
|
|
measure
(parentWidth, parentHeight)
|
fill widget layout list with Visible or Invisible items, measure them |
setLayoutParams
(orientation, layoutWidth, layoutHeight)
|
|
setWidgets
(widgets)
|
fill widget layout list with Visible or Invisible items, measure them |
Aliases
| Name | Description |
|---|---|
~this
|