Overview | System-Objects | Class-Tree | Class-List | Global Functions | Files |

Class-Description

QxMenuLayoutImpl

Inheritance

Parents: QxMenuLayoutImpl » QxVerticalBoxLayoutImpl » QxLayoutImpl » QxObject » Object

Parameters

NameTypeMandatoryInfo
vWidgetAllfalse

Type

This class is public.
It can be used by both user and programmer.

Properties

NameTitle
QxVerticalBoxLayoutImpl
Public
enableFlexSupport
QxObject
Public
enabled

Functions

NameTitle
QxMenuLayoutImpl
Public
updateChildrenOnJobQueueFlushUpdates children on special jobs
QxVerticalBoxLayoutImpl
Public
computeChildBoxHeightCompute and return the box height of the given child.
computeChildBoxWidthCompute and return the box width of the given child.
computeChildrenFlexHeightComputes the height of all flexible children.
computeChildrenNeededHeightCompute and return the height needed by all children of this widget
flushChildrenQueueThis method have full control of the order in which the
invalidateChildrenFlexHeight
layoutChildThis is called from QxWidget and it's task is to apply the layout
layoutChild_locationX
layoutChild_locationY
layoutChild_sizeX
layoutChild_sizeY
updateChildOnInnerHeightChangeActions that should be done if the inner height of the widget was changed.
updateChildOnInnerWidthChangeActions that should be done if the inner width of the widget was changed.
updateChildrenOnJobQueueFlushUpdates children on special jobs
updateChildrenOnMoveChildThis method combines calls of methods which should be done if a child should be moved
updateChildrenOnRemoveChildThis method combines calls of methods which should be done if a widget should be removed from the current layout.
updateSelfOnChildOuterHeightChangeThings to do and layout when any of the childs changes its outer height.
updateSelfOnJobQueueFlushInvalidate and recompute things because of job in queue (before the rest of job handling will be executed).
QxLayoutImpl
Public
computeChildBoxHeightCompute and return the box height of the given child
computeChildBoxWidthCompute and return the box width of the given child
computeChildNeededHeightCompute and return the needed height of the given child
computeChildNeededWidthCompute and return the needed width of the given child
computeChildrenNeededHeight_maxCalculate the maximum needed height of all children
computeChildrenNeededHeight_sum
computeChildrenNeededWidth_maxCalculate the maximum needed width of all children
computeChildrenNeededWidth_sum
disposeDispose the layout implmentation and release the associated widget.
flushChildrenQueueHas full control of the order in which the registered
getWidgetReturns the associated widget
layoutChildCalled from QxWidget. Its task is to apply the layout
layoutChild_marginXApply the margin values as pure stylesheet equivalent.
layoutChild_marginY
layoutChild_sizeLimitXApply min-/max-width/height to the child. Direct usage of stylesheet properties.
layoutChild_sizeLimitY
layoutChild_sizeX_essentialWrapper
layoutChild_sizeY_essentialWrapper
updateChildOnInnerHeightChangeActions that should be done if the inner height of the layout widget has changed.
updateChildOnInnerWidthChangeActions that should be done if the inner width of the layout widget has changed.
updateChildrenOnAddChildAdd child to current layout. Rarely needed by some layout implementations.
updateChildrenOnJobQueueFlushUpdates children on job queue flush.
updateChildrenOnMoveChildMove child within its parent to a new position.
updateChildrenOnRemoveChildRemove child from current layout.
updateSelfOnChildOuterHeightChangeThings to do and layout when any of the childs changes its outer height.
updateSelfOnChildOuterWidthChangeThings to do and layout when any of the childs changes its outer width.
updateSelfOnJobQueueFlushInvalidate and recompute cached data according to job queue.
QxObject
Public
debugPrint out a debug message to the qooxdoo debug console.
disposeDispose this object
errorPrint out an error to the qooxdoo debug console.
get
getDisposedReturns true if the object is disposed.
getUserData
infoPrint out an info message info to the qooxdoo debug console.
isDisposedReturns true if the object is disposed.
setSets multiple properties at once by using a property list
setUserData
toHashCodeReturn unique hash code of object
toStringReturns a string represantation of the qooxdoo object.
warnPrint out an warning to the qooxdoo debug console.