Home | History | Annotate | Download | only in dae

Lines Matching refs:el

31 	daeElementRef el;
49 el = *(daeElementRef*)mem;
51 if ( el == NULL ) {
55 if ( _elementContainer->_elementType->placeBefore( before, el, child, &ordinal ) ) {
57 return el;
61 if ( _elementContainer->_elementType->placeAfter( after, el, child, &ordinal ) ) {
63 return el;
67 if ( _elementContainer->_elementType->place( el, child, &ordinal ) ) {
69 return el;
75 el = _elementContainer->placeElement(parent, _elementContainer->_elementType->create(), ordinal, offset );
76 if ( el != NULL ) {
77 //el = *(daeElementRef*)_elementContainer->get(parent, elCnt );
79 if ( _elementContainer->_elementType->placeBefore( before, el, child, &ordinal ) ) {
81 return el;
85 if ( _elementContainer->_elementType->placeAfter( after, el, child, &ordinal ) ) {
87 return el;
91 if ( _elementContainer->_elementType->place( el, child, &ordinal ) ) {
93 return el;
101 daeElementRef el;
106 el = *(daeElementRef*)mem;
108 if ( el == NULL ) {
111 if ( el->removeChildElement( child ) ) {
117 _elementContainer->removeElement( parent, el );
136 /*daeElementRef el = (*((daeElementRef*)_elementContainer->get(parent, (daeInt)x )));
139 _children[i]->getChildren( el, array );