LayoutItems

helper class for layouts

Destructor

~this
~this()
Undocumented in source.

Members

Functions

clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
layout
void layout(Rect rc)
Undocumented in source. Be warned that the author may not have intended to support it.
measure
Point measure(int parentWidth, int parentHeight)

fill widget layout list with Visible or Invisible items, measure them

setLayoutParams
void setLayoutParams(Orientation orientation, int layoutWidth, int layoutHeight)
Undocumented in source. Be warned that the author may not have intended to support it.
setWidgets
void setWidgets(WidgetList widgets)

fill widget layout list with Visible or Invisible items, measure them

Variables

_count
int _count;
Undocumented in source.
_layoutHeight
int _layoutHeight;
Undocumented in source.
_layoutWidth
int _layoutWidth;
Undocumented in source.
_list
LayoutItem[] _list;
Undocumented in source.
_maxSecondarySize
int _maxSecondarySize;
Undocumented in source.
_measureParentSize
Point _measureParentSize;
Undocumented in source.
_orientation
Orientation _orientation;
Undocumented in source.
_totalSize
int _totalSize;
Undocumented in source.

Meta