LayoutItem

helper for layouts

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
void measure(int parentWidth, int parentHeight)

set item and measure it

set
void set(Widget widget, Orientation orientation)

sets item for widget

Properties

canExtend
bool canExtend [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
fillParent
bool fillParent [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
layoutSize
int layoutSize [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
maxSize
int maxSize [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
measuredSize
int measuredSize [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
minSize
int minSize [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
secondarySize
int secondarySize [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
weight
int weight [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_fillParent
bool _fillParent;
Undocumented in source.
_isResizer
bool _isResizer;
Undocumented in source.
_layoutSize
int _layoutSize;
Undocumented in source.
_maxSize
int _maxSize;
Undocumented in source.
_measuredSize
int _measuredSize;
Undocumented in source.
_minSize
int _minSize;
Undocumented in source.
_orientation
Orientation _orientation;
Undocumented in source.
_resizerDelta
int _resizerDelta;
Undocumented in source.
_secondarySize
int _secondarySize;
Undocumented in source.
_weight
int _weight;
Undocumented in source.
_widget
Widget _widget;
Undocumented in source.

Meta