📄 bitreeiteratorstackitem.xml
字号:
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="api.xsl"?><class name="BiTreeIteratorStackItem" extends="BiObject"> <description>This class is used internally by<link class="BiTreeIterator">BiTreeIterator</link> to keep track of the path stack</description> <arguments> <argument name="oParent"> <description>the parent sub tree</description> <type> <link class="BiSubtree">BiSubtree</link> </type> </argument> <argument name="nChildIndex"> <description>index of the child that we start at</description> <type>Number</type> </argument> </arguments> <staticMethods> </staticMethods> <staticFields> </staticFields> <methods> </methods> <properties> <property name="node" get="true"> <description>returns the row for the current position</description> <type>Row</type> </property> <property name="subtree" get="true"> <description>The subtree on the stack</description> <type> <link class="BiSubtree">BiSubtree</link> </type> </property> <property name="parent" get="true"> <description>the parent of the current item</description> <type> <link class="BiSubtree">BiSubtree</link> </type> </property> <property name="childIndex" get="true"> <description>the child index we are currently at</description> <type>Number</type> </property> </properties> <events> </events> <remarks> </remarks></class>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -