Home
last modified time | relevance | path

Searched refs:childList (Results 1 – 25 of 921) sorted by relevance

12345678910>>...37

/dports/lang/kturtle/kturtle-21.12.3/src/interpreter/
H A Dtreenode.cpp14 if (childList != nullptr) { in ~TreeNode()
16 qDeleteAll(*childList); in ~TreeNode()
17 childList->clear(); in ~TreeNode()
31 childList = nullptr; in init()
39 if (childList == nullptr) childList = new ChildList(); in appendChild()
41 childList->append(newChild); in appendChild()
58 if (0 <= i && i < childList->size()) return childList->at(i); in child()
65 if (childList == nullptr || childList->isEmpty()) return nullptr; in firstChild()
67 return childList->first(); in firstChild()
80 return childList->indexOf(child); in findChildIndex()
[all …]
H A Dtreenode.h80 …bool hasChildren() const { if (childList == nullptr) return false; else return !chi… in hasChildren()
83 …uint childCount() const { if (childList == nullptr) return 0; else return childLis… in childCount()
128 ChildList *childList; variable
/dports/deskutils/treeline/TreeLine/source/
H A Dtreenode.py45 self.childList = []
75 for child in self.childList:
156 return len(self.childList)
164 for child in self.childList:
433 elif self.childList:
438 pos = len(self.childList)
484 newFormat = (self.childList[0].formatRef if self.childList
529 self.childList[i] = origStruct.nodeDict[self.childList[i].uId]
689 len(self.childList) != len(node.childList) or
693 for thisChild, otherChild in zip(self.childList, node.childList):
[all …]
H A Dtreespot.py49 return self.parentSpot.nodeRef.childList.index(self.nodeRef)
71 spot.nodeRef in spot.parentSpot.nodeRef.childList):
141 self.nodeRef.childList]
149 node = self.parentSpot.nodeRef.childList[pos - 1]
157 childList = self.parentSpot.nodeRef.childList
159 if pos < len(childList):
160 return childList[pos].matchedSpot(self.parentSpot)
186 if self.nodeRef.childList:
187 return self.nodeRef.childList[0].matchedSpot(self)
202 while spot.nodeRef.childList:
[all …]
H A Dundo.py217 for node, childList in self.dataList:
218 origChildren = set(node.childList)
219 children = set(childList)
222 for node, childList in self.dataList:
223 node.childList = childList
227 for node, childList in self.dataList:
228 for child in childList:
262 for node in parent.childList:
287 children = set(childList)
291 node.childList = childList
[all …]
H A Dtreespotlist.py95 pos = parent.childList.index(spot.nodeRef)
115 newStruct.childList]
131 parent.childList.append(node)
151 newStruct.childList]
165 pos = parent.childList.index(spot.nodeRef)
169 parent.childList.insert(pos, node)
290 pos = parent.childList.index(spot.nodeRef)
291 del parent.childList[pos]
293 parent.childList.insert(pos, spot.nodeRef)
308 parent.childList.remove(spot.nodeRef)
[all …]
H A Dimports.py162 structure.childList = []
246 structure.childList[0].childList.append(node)
284 structure.childList[0].childList.append(node)
321 structure.childList = []
343 structure.childList = []
638 structure.childList = []
699 if structure.childList:
721 parent.childList.append(node)
740 structure.childList = []
842 if structure.childList:
[all …]
/dports/graphics/wdune/wdune-1.926/src/
H A DMFNode.cpp445 NodeList *childList = getValues(); in preDraw() local
448 childList->get(i)->preDraw(); in preDraw()
454 NodeList *childList = getValues(); in draw() local
459 childList->get(i)->bind(); in draw()
464 childList->get(i)->draw(pass); in draw()
469 childList->get(i)->unbind(); in draw()
479 NodeList *childList = getValues(); in flip() local
493 NodeList *childList = getValues(); in swap() local
508 NodeList *childList = getValues(); in countPolygons() local
520 NodeList *childList = getValues(); in countPrimitives() local
[all …]
H A DNodeLOD.cpp89 NodeList *childList = level()->getValues(); in draw() local
95 childList->get(m_nodeToDrawIndex)->bind(); in draw()
100 childList->get(m_nodeToDrawIndex)->draw(pass); in draw()
104 childList->get(m_nodeToDrawIndex)->unbind(); in draw()
115 NodeList *childList = level()->getValues(); in preDraw() local
117 if ((childList->size() > 0) && (m_nodeToDrawIndex >= 0)) in preDraw()
118 childList->get(m_nodeToDrawIndex)->preDraw(); in preDraw()
124 NodeList *childList = level()->getValues(); in accountNodeToDrawIndex() local
128 for (long i = 0; i < childList->size(); i++) in accountNodeToDrawIndex()
129 if (childList->get(i)->getType() != VRML_COMMENT) { in accountNodeToDrawIndex()
[all …]
H A DNodeGeoLocation.cpp115 NodeList *childList = children()->getValues(); in preDraw() local
120 for (long i = 0; i < childList->size(); i++) in preDraw()
121 if (childList->get(i) != this) in preDraw()
122 childList->get(i)->preDraw(); in preDraw()
131 NodeList *childList = children()->getValues(); in draw() local
132 int n = childList->size(); in draw()
144 childList->get(i)->bind(); in draw()
150 if (childList->get(i) != this) in draw()
151 childList->get(i)->draw(pass); in draw()
157 childList->get(i)->unbind(); in draw()
H A DNodeNurbsSet.cpp74 NodeList *childList = geometry()->getValues(); in draw() local
78 for (long i = 0; i < childList->size(); i++) in draw()
79 childList->get(i)->bind(); in draw()
82 for (long i = 0; i < childList->size(); i++) { in draw()
84 childList->get(i)->draw(); in draw()
88 for (long i = 0; i < childList->size(); i++) in draw()
89 childList->get(i)->unbind(); in draw()
147 for (long i = 0; i < childList->size(); i++) { in setHandle()
148 Node *child = childList->get(i); in setHandle()
164 for (long i = 0; i < childList->size(); i++) { in backupFieldsAppend()
[all …]
H A DBasicTransformNode.cpp162 for (long i = 0; i < childList->size(); i++) in preDraw()
163 childList->get(i)->preDraw(); in preDraw()
173 int n = childList->size(); in draw()
179 childList->get(i)->bind(); in draw()
185 childList->get(i)->draw(pass); in draw()
191 childList->get(i)->unbind(); in draw()
399 for (i = 0; i < childList->size(); i++) in writeAc3d()
400 if (childList->get(i)->canWriteAc3d()) in writeAc3d()
423 for (i = 0; i < childList->size(); i++) in writeAc3d()
442 for (long i = 0; i < childList->size(); i++) in writeRib()
[all …]
H A DNodeHAnimHumanoid.cpp171 if (childList->get(i) && in drawHandles()
189 if (childList->get(i) && in updateHandles()
201 if (childList->get(i) && in drawJointHandle()
443 if (childList->get(i)) { in preDraw()
455 if (childList->get(i)) in preDraw()
456 childList->get(i)->preDraw(); in preDraw()
485 int n = childList->size(); in draw()
491 childList->get(i)->bind(); in draw()
496 if (childList->get(i)) { in draw()
505 childList->get(i)->unbind(); in draw()
[all …]
H A DNodeGeoTransform.cpp140 NodeList *childList = children()->getValues(); in preDraw() local
145 for (long i = 0; i < childList->size(); i++) in preDraw()
146 if (childList->get(i) != this) in preDraw()
147 childList->get(i)->preDraw(); in preDraw()
156 NodeList *childList = children()->getValues(); in draw() local
157 int n = childList->size(); in draw()
171 childList->get(i)->bind(); in draw()
177 if (childList->get(i) != this) in draw()
178 childList->get(i)->draw(pass); in draw()
184 childList->get(i)->unbind(); in draw()
H A DNodeNurbsGroup.cpp67 NodeList *childList = children()->getValues(); in draw() local
71 for (long i = 0; i < childList->size(); i++) in draw()
72 childList->get(i)->bind(); in draw()
75 for (long i = 0; i < childList->size(); i++) { in draw()
77 childList->get(i)->draw(); in draw()
81 for (long i = 0; i < childList->size(); i++) in draw()
82 childList->get(i)->unbind(); in draw()
140 for (long i = 0; i < childList->size(); i++) { in setHandle()
141 Node *child = childList->get(i); in setHandle()
159 NodeList *childList = children()->getValues(); in backupFieldsAppend() local
[all …]
H A DNodeBillboard.cpp139 NodeList *childList = children()->getValues(); in preDraw() local
144 for (long i = 0; i < childList->size(); i++) in preDraw()
145 childList->get(i)->preDraw(); in preDraw()
153 NodeList *childList = children()->getValues(); in draw() local
154 int n = childList->size(); in draw()
160 childList->get(i)->bind(); in draw()
166 childList->get(i)->draw(pass); in draw()
172 childList->get(i)->unbind(); in draw()
/dports/cad/stepcode/stepcode-0.8/src/exp2cxx/
H A Dmultlist.cc23 EntList * child = childList, *nxt; in ~MultList()
38 EntList * child = childList; in setLevel()
47 EntList * child = childList; in getMaxLevel()
67 EntList * child = childList; in contains()
83 EntList * child = childList; in hit()
110 EntList * child = childList; in isDependent()
194 EntList * child = childList; in getChild()
216 childList = ent; in appendList()
267 EntList * child = childList; in unmarkAll()
301 EntList * child = childList; in setViableVal()
[all …]
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/browsers/
H A DBrowserCategoryList.cpp117 if( childList ) in home()
118 childList->home(); in home()
151 if ( childList ) in addCategory()
215 if( childList ) in back()
217 if( childList->activeCategory() != 0 ) in back()
219 childList->back(); in back()
267 if ( childList == nullptr ) in navigate()
286 childList->home(); in navigate()
303 if( childList ) in path()
304 pathString += '/' + childList->path(); in path()
[all …]
/dports/cad/stepcode/stepcode-0.8/src/clstepcore/
H A Dmultlist.cc23 EntList * child = childList, *cnext; in ~MultList()
37 EntList * child = childList; in setLevel()
49 EntList * child = childList; in contains()
64 EntList * child = childList; in hit()
83 EntList * child = childList; in getChild()
104 childList = ent; in appendList()
137 child = ( dynamic_cast< MultList * >(ent) )->childList; in copyList()
152 EntList * child = childList; in unmarkAll()
168 for( child = childList; child; child = child->next ) { in reset()
184 EntList * child = childList; in setViableVal()
[all …]
/dports/devel/gammaray/GammaRay-2.11.3/plugins/quickinspector/
H A Dquickscenegraphmodel.cpp189 auto i = childList.begin(); in populateFromNode()
201 i = childList.erase(i); in populateFromNode()
216 i = childList.insert(i, *j); in populateFromNode()
230 i = childList.insert(i, *j); in populateFromNode()
240 i = childList.insert(i, *j); in populateFromNode()
271 childList.append(*it); in populateFromNode()
290 childList.append(*j); in populateFromNode()
305 childList.append(*j); in populateFromNode()
324 for (; i != childList.end(); ++i) in populateFromNode()
326 childList.remove(idx, count); in populateFromNode()
[all …]
/dports/textproc/xmlf90/xmlf90-1.5.5/doc/Examples/dom/
H A Dtext.F908 type(fnodeList), pointer :: myList, childList variable
24 childList => getChildNodes(n)
25 do j = 0, getLength(childList) - 1
26 n => item(childList,j)
45 childList => getChildNodes(n)
46 do j = 0, getLength(childList) - 1
47 n => item(childList,j)
/dports/devel/php-ice37/ice-3.7.2/java/src/IceGridGUI/src/main/java/com/zeroc/IceGridGUI/Application/
H A DCommunicatorChildEditor.java29 Communicator.ChildList childList = getChildList(); in applyUpdate() local
38 childList.tryAdd(descriptor); in applyUpdate()
47 childList.addChild(_target, true); in applyUpdate()
68 _target = childList.findChildWithDescriptor(descriptor); in applyUpdate()
87 Communicator.ChildList childList = getChildList(); in applyUpdate() local
91 childList.tryUpdate(_target); in applyUpdate()
107 _target = childList.findChildWithDescriptor(_target.getDescriptor()); in applyUpdate()
/dports/devel/ice37/ice-3.7.2/java/src/IceGridGUI/src/main/java/com/zeroc/IceGridGUI/Application/
H A DCommunicatorChildEditor.java29 Communicator.ChildList childList = getChildList(); in applyUpdate() local
38 childList.tryAdd(descriptor); in applyUpdate()
47 childList.addChild(_target, true); in applyUpdate()
68 _target = childList.findChildWithDescriptor(descriptor); in applyUpdate()
87 Communicator.ChildList childList = getChildList(); in applyUpdate() local
91 childList.tryUpdate(_target); in applyUpdate()
107 _target = childList.findChildWithDescriptor(_target.getDescriptor()); in applyUpdate()
/dports/devel/py-ice37/ice-3.7.2/java/src/IceGridGUI/src/main/java/com/zeroc/IceGridGUI/Application/
H A DCommunicatorChildEditor.java29 Communicator.ChildList childList = getChildList(); in applyUpdate() local
38 childList.tryAdd(descriptor); in applyUpdate()
47 childList.addChild(_target, true); in applyUpdate()
68 _target = childList.findChildWithDescriptor(descriptor); in applyUpdate()
87 Communicator.ChildList childList = getChildList(); in applyUpdate() local
91 childList.tryUpdate(_target); in applyUpdate()
107 _target = childList.findChildWithDescriptor(_target.getDescriptor()); in applyUpdate()
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/web-platform/meta/dom/nodes/
H A DMutationObserver-childList.html.ini1 [MutationObserver-childList.html]
3 [childList Range.deleteContents: child and data removal mutation]
6 [childList Range.extractContents: child and data removal mutation]
9 [childList Range.surroundContents: children removal and addition mutation]

12345678910>>...37