This is the complete list of members for Layout, including all inherited members.
Alignment enum name | LayoutCell | |
ARRAY enum value | LayoutCell | private |
at(int x, int y) | LayoutCell | inline |
AUTO_ADD enum value | Layout | |
AUTO_DEF enum value | Layout | |
AUTO_SET enum value | Layout | |
CENTER enum value | LayoutCell | |
computeSizes() | LayoutCell | |
extend(int x, int y, int w, int h) | LayoutCell | inline |
FILL enum value | LayoutCell | |
getArray() | LayoutCell | private |
Layout() | Layout | |
LayoutCell()=default | LayoutCell | |
LayoutCell(LayoutCell const &)=delete | LayoutCell | |
LEFT enum value | LayoutCell | |
mAlign | LayoutCell | private |
mArray | LayoutCell | |
matchColWidth(int n1, int n2) | LayoutCell | inline |
mComputed | Layout | private |
mExtent | LayoutCell | private |
mNbFill | LayoutCell | private |
mPadding | LayoutCell | private |
mSize | LayoutCell | private |
mType | LayoutCell | private |
mWidget | LayoutCell | |
NONE enum value | LayoutCell | private |
operator=(LayoutCell const &)=delete | LayoutCell | |
place(gcn::Widget *wg, int x, int y, int w=1, int h=1) | LayoutCell | inline |
reflow(int &nW, int &nH) | Layout | |
RIGHT enum value | LayoutCell | |
setColWidth(int n, int w) | LayoutCell | inline |
setHAlign(Alignment a) | LayoutCell | inline |
setMargin(int m) | Layout | inline |
setPadding(int p) | LayoutCell | inline |
setRowHeight(int n, int h) | LayoutCell | inline |
setVAlign(Alignment a) | LayoutCell | inline |
WIDGET enum value | LayoutCell | private |
~LayoutCell() | LayoutCell | |