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

Function of a Class

This method combines calls of methods which should be done if a child should be moved

inside the same parent to a new positions. Needed by layouts where the children depends on each-other, like flow- or box-layouts.


Parameters

NameTypeMandatoryInfo
vChildAllfalse
vIndexAllfalse
vOldIndexAllfalse

Type

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

Usage

QxHorizontalBoxLayoutImpl.updateChildrenOnMoveChild(vChild, vIndex, vOldIndex);