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

Class-Description

QxDockLayoutImpl

Inheritance

Parents: QxDockLayoutImpl » QxLayoutImpl » QxObject » Object

Parameters

NameTypeMandatoryInfo
vWidgetAllfalse

Type

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

Properties

NameTitle
QxObject
Public
enabled

Functions

NameTitle
QxDockLayoutImpl
Public
computeChildBoxHeightCompute and return the box height of the given child
computeChildBoxWidthCompute and return the box width of the given child
flushChildrenQueueThis method have full control of the order in which the
getChildAlign
getChildAlignMode
layoutChildThis is called from QxWidget and it's task is to apply the layout
layoutChild_location_bottom
layoutChild_location_default
layoutChild_location_horizontal
layoutChild_location_left
layoutChild_location_right
layoutChild_location_top
layoutChild_location_vertical
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
Private
_applyComputedHeight
_applyComputedWidth
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.