| QxLayoutImpl |
| Public |
| computeChildBoxHeight | Compute and return the box height of the given child |
| computeChildBoxWidth | Compute and return the box width of the given child |
| computeChildNeededHeight | Compute and return the needed height of the given child |
| computeChildNeededWidth | Compute and return the needed width of the given child |
| computeChildrenNeededHeight_max | Calculate the maximum needed height of all children |
| computeChildrenNeededHeight_sum | |
| computeChildrenNeededWidth_max | Calculate the maximum needed width of all children |
| computeChildrenNeededWidth_sum | |
| dispose | Dispose the layout implmentation and release the associated widget. |
| flushChildrenQueue | Has full control of the order in which the registered |
| getWidget | Returns the associated widget |
| layoutChild | Called from QxWidget. Its task is to apply the layout |
| layoutChild_marginX | Apply the margin values as pure stylesheet equivalent. |
| layoutChild_marginY | |
| layoutChild_sizeLimitX | Apply min-/max-width/height to the child. Direct usage of stylesheet properties. |
| layoutChild_sizeLimitY | |
| layoutChild_sizeX_essentialWrapper | |
| layoutChild_sizeY_essentialWrapper | |
| updateChildOnInnerHeightChange | Actions that should be done if the inner height of the layout widget has changed. |
| updateChildOnInnerWidthChange | Actions that should be done if the inner width of the layout widget has changed. |
| updateChildrenOnAddChild | Add child to current layout. Rarely needed by some layout implementations. |
| updateChildrenOnJobQueueFlush | Updates children on job queue flush. |
| updateChildrenOnMoveChild | Move child within its parent to a new position. |
| updateChildrenOnRemoveChild | Remove child from current layout. |
| updateSelfOnChildOuterHeightChange | Things to do and layout when any of the childs changes its outer height. |
| updateSelfOnChildOuterWidthChange | Things to do and layout when any of the childs changes its outer width. |
| updateSelfOnJobQueueFlush | Invalidate and recompute cached data according to job queue. |
| QxObject |
| Public |
| debug | Print out a debug message to the qooxdoo debug console. |
| dispose | Dispose this object |
| error | Print out an error to the qooxdoo debug console. |
| get | |
| getDisposed | Returns true if the object is disposed. |
| getUserData | |
| info | Print out an info message info to the qooxdoo debug console. |
| isDisposed | Returns true if the object is disposed. |
| set | Sets multiple properties at once by using a property list |
| setUserData | |
| toHashCode | Return unique hash code of object |
| toString | Returns a string represantation of the qooxdoo object. |
| warn | Print out an warning to the qooxdoo debug console. |