QTAtoms
![]() |
![]() ![]() |
QT_InsertChildren(containerRef; parentAtomOffset; childrenContainer):error | |||
![]() |
containerRef | Longint | Atom container reference |
![]() |
parentAtomOffset | Longint | Parent atom offset |
![]() |
childrenContainer | Longint | Children atom container reference |
![]() |
error | Longint | Error result |
Inserts a container of atoms as children of the specified parent atom.
Parameter containerRef specifies the atom container. It must have been previously obtained with a call to QT_NewAtomContainer.
Parameter parentAtomOffset specifies the parent atom within the atom container. To reference the root level atom, set parentAtomOffset to 0.
Parameter childrenContainer specifies the atom container that contains the child atoms to be inserted. It must have been previously obtained with a call to QT_NewAtomContainer.
Related commands
QT_InsertChild | Creates a new child atom for the specified parent atom |
QT_RemoveChildren | Removes all the children of an atom from the specified atom container |