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

Function of a Class

Move child within its parent to a new position.

Needed by layouts where the children depend 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

QxLayoutImpl.updateChildrenOnMoveChild(vChild, vIndex, vOldIndex);