diff -r 741cf2db16ba -r 37691caeec1a Documentation/Source/eric6.Debugger.VariablesViewer.html --- a/Documentation/Source/eric6.Debugger.VariablesViewer.html Tue Sep 13 18:33:44 2016 +0200 +++ b/Documentation/Source/eric6.Debugger.VariablesViewer.html Tue Sep 13 19:27:42 2016 +0200 @@ -128,7 +128,7 @@ </table> <a NAME="SpecialArrayElementVarItem.__init__" ID="SpecialArrayElementVarItem.__init__"></a> <h4>SpecialArrayElementVarItem (Constructor)</h4> -<b>SpecialArrayElementVarItem</b>(<i>parent, dvar, dvalue, dtype, frmnr, scope</i>) +<b>SpecialArrayElementVarItem</b>(<i>parent, dvar, dvalue, dtype, frmnr, globalScope</i>) <p> Constructor </p><dl> @@ -147,9 +147,10 @@ </dd><dt><i>frmnr</i></dt> <dd> frame number (0 is the current frame) (int) -</dd><dt><i>scope</i></dt> +</dd><dt><i>globalScope</i></dt> <dd> -flag indicating global (1) or local (0) variables +flag indicating global (True) or local (False) + variables </dd> </dl> <div align="right"><a href="#top">Up</a></div> @@ -188,7 +189,7 @@ </table> <a NAME="SpecialVarItem.__init__" ID="SpecialVarItem.__init__"></a> <h4>SpecialVarItem (Constructor)</h4> -<b>SpecialVarItem</b>(<i>parent, dvar, dvalue, dtype, frmnr, scope</i>) +<b>SpecialVarItem</b>(<i>parent, dvar, dvalue, dtype, frmnr, globalScope</i>) <p> Constructor </p><dl> @@ -207,9 +208,10 @@ </dd><dt><i>frmnr</i></dt> <dd> frame number (0 is the current frame) (int) -</dd><dt><i>scope</i></dt> +</dd><dt><i>globalScope</i></dt> <dd> -flag indicating global (1) or local (0) variables +flag indicating global (True) or local (False) + variables </dd> </dl><a NAME="SpecialVarItem.expand" ID="SpecialVarItem.expand"></a> <h4>SpecialVarItem.expand</h4> @@ -395,6 +397,9 @@ <td><a href="#VariablesViewer.__getDispType">__getDispType</a></td> <td>Private method used to get the display string for type vtype.</td> </tr><tr> +<td><a href="#VariablesViewer.__refreshView">__refreshView</a></td> +<td>Private slot to refresh the view.</td> +</tr><tr> <td><a href="#VariablesViewer.__resort">__resort</a></td> <td>Private method to resort the tree.</td> </tr><tr> @@ -435,16 +440,20 @@ </table> <a NAME="VariablesViewer.__init__" ID="VariablesViewer.__init__"></a> <h4>VariablesViewer (Constructor)</h4> -<b>VariablesViewer</b>(<i>parent=None, scope=1</i>) +<b>VariablesViewer</b>(<i>viewer, globalScope, parent=None</i>) <p> Constructor </p><dl> -<dt><i>parent</i></dt> +<dt><i>viewer</i></dt> +<dd> +reference to the debug viewer object (DebugViewer) +</dd><dt><i>globalScope</i></dt> +<dd> +flag indicating global (True) or local (False) + variables +</dd><dt><i>parent</i></dt> <dd> the parent (QWidget) -</dd><dt><i>scope</i></dt> -<dd> -flag indicating global (1) or local (0) variables </dd> </dl><a NAME="VariablesViewer.__addItem" ID="VariablesViewer.__addItem"></a> <h4>VariablesViewer.__addItem</h4> @@ -580,7 +589,12 @@ <dd> displaystring (string) </dd> -</dl><a NAME="VariablesViewer.__resort" ID="VariablesViewer.__resort"></a> +</dl><a NAME="VariablesViewer.__refreshView" ID="VariablesViewer.__refreshView"></a> +<h4>VariablesViewer.__refreshView</h4> +<b>__refreshView</b>(<i></i>) +<p> + Private slot to refresh the view. +</p><a NAME="VariablesViewer.__resort" ID="VariablesViewer.__resort"></a> <h4>VariablesViewer.__resort</h4> <b>__resort</b>(<i>parent=None</i>) <p>