TableLayout.TableLayoutHelper

Undocumented in source.

Members

Functions

cell
TableLayoutCell cell(int col, int row)
Undocumented in source. Be warned that the author may not have intended to support it.
col
TableLayoutGroup col(int c)
Undocumented in source. Be warned that the author may not have intended to support it.
initialize
void initialize(int cols, int rows, bool layoutWidthFill, bool layoutHeightFill)
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.
layoutCols
void layoutCols(int parentSize)
Undocumented in source. Be warned that the author may not have intended to support it.
layoutRows
void layoutRows(int parentSize)
Undocumented in source. Be warned that the author may not have intended to support it.
measure
Point measure(Widget parent, int cc, int rc, int pwidth, int pheight, bool layoutWidthFill, bool layoutHeightFill)
Undocumented in source. Be warned that the author may not have intended to support it.
row
TableLayoutGroup row(int r)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_cells
TableLayoutCell[] _cells;
Undocumented in source.
_cols
TableLayoutGroup[] _cols;
Undocumented in source.
_rows
TableLayoutGroup[] _rows;
Undocumented in source.
colCount
int colCount;
Undocumented in source.
layoutHeightFill
bool layoutHeightFill;
Undocumented in source.
layoutWidthFill
bool layoutWidthFill;
Undocumented in source.
rowCount
int rowCount;
Undocumented in source.

Meta