/* */
/* */ public Atom insertChild(Atom paramAtom, int paramInt1, int paramInt2, int paramInt3, QTHandleRef paramQTHandleRef)
/* */ throws StdQTException
/* */ {
/* 773 */ int[] arrayOfInt = new int[1];
/* 774 */ QTPointerRef localQTPointerRef = paramQTHandleRef.toQTPointer();
/* 775 */ int i = QTInsertChild(_ID(), paramAtom != null ? paramAtom.getAtom() : 0, paramInt1, paramInt2, (short)paramInt3, paramQTHandleRef.getSize(), QTObject.ID(localQTPointerRef), arrayOfInt);
/* */
/* 783 */ if (!paramQTHandleRef.isLocked()) paramQTHandleRef.unlock();
/* */
/* 785 */ StdQTException.checkError(i);