Lines Matching refs:var

69     /** Returns <TRUE/> if <var>Node</var> is currently expanded.
75 <FALSE/> if <var>Node</var> or at least one of its parent nodes are collapsed,
76 <TRUE/> if <var>Node</var> and all of its parent nodes are expanded.
79 if <var>Node</var> is not a valid node of the corresponding <type>XTreeDataModel</type>.
84 /** Returns <TRUE/> if <var>Node</var> is currently collapsed.
90 <TRUE/> if <var>Node</var> or at least one of its parent nodes are collapsed,
91 <FALSE/> if <var>Node</var> and all of its parent nodes are expanded
94 if <var>Node</var> is not a valid node of the corresponding <type>XTreeDataModel</type>.
99 /** Ensures that <var>Node</var> is currently visible.
107 if <var>Node</var> is not a valid node of the corresponding <type>XTreeDataModel</type>.
110 if <var>Node</var>can't be made visible since at least one of the parent nodes are
117 /** Returns <TRUE/> if <var>Node</var> is currently visible.
121 <TRUE/> if <var>Node</var> is visible, otherwise <FALSE/>
124 if <var>Node</var> is not a valid node of the corresponding <type>XTreeDataModel</type>.
129 /** Ensures that <var>Node</var> is expanded and visible.
130 <p>If <var>Node</var> is a leaf node, this will have no effect.</p>
136 if <var>Node</var> is not a valid node of the corresponding <type>XTreeDataModel</type>.
139 if expanding <var>Node</var> failed because at least one of the registered
145 /** Ensures that <var>Node</var> is collapsed.
151 if <var>Node</var> is not a valid node of the corresponding <type>XTreeDataModel</type>.
154 if collapsing <var>Node</var> failed because at least one of the registered
255 /** Selects <var>Node</var> and initiates editing.
260 <p>Calling this method also ensures that <var>Node</var> will become visible.</p>
266 if <var>Node</var> is not a valid node of the corresponding <type>XTreeDataModel</type>.