Documentation/Source/eric6.Debugger.VariablesViewer.html

changeset 5173
632257ad7337
parent 5165
37691caeec1a
--- a/Documentation/Source/eric6.Debugger.VariablesViewer.html	Fri Sep 16 19:31:38 2016 +0200
+++ b/Documentation/Source/eric6.Debugger.VariablesViewer.html	Fri Sep 16 19:34:58 2016 +0200
@@ -230,11 +230,17 @@
 QTreeWidgetItem
 <h3>Class Attributes</h3>
 <table>
-<tr><td>None</td></tr>
+<tr><td>Indicators</td></tr><tr><td>Type2Indicators</td></tr>
 </table>
 <h3>Class Methods</h3>
 <table>
-<tr><td>None</td></tr>
+<tr>
+<td><a href="#VariableItem.extractId">extractId</a></td>
+<td>Class method to extract the ID string from a variable text.</td>
+</tr><tr>
+<td><a href="#VariableItem.extractIndicators">extractIndicators</a></td>
+<td>Class method to extract the indicator string from a variable text.</td>
+</tr>
 </table>
 <h3>Methods</h3>
 <table>
@@ -242,6 +248,9 @@
 <td><a href="#VariableItem.__init__">VariableItem</a></td>
 <td>Constructor</td>
 </tr><tr>
+<td><a href="#VariableItem._buildKey">_buildKey</a></td>
+<td>Protected method to build the access key for the variable.</td>
+</tr><tr>
 <td><a href="#VariableItem.attachDummy">attachDummy</a></td>
 <td>Public method to attach a dummy sub item to allow for lazy population.</td>
 </tr><tr>
@@ -257,6 +266,9 @@
 <td><a href="#VariableItem.expand">expand</a></td>
 <td>Public method to expand the item.</td>
 </tr><tr>
+<td><a href="#VariableItem.getId">getId</a></td>
+<td>Public method to get the ID string.</td>
+</tr><tr>
 <td><a href="#VariableItem.getValue">getValue</a></td>
 <td>Public method to return the value of the item.</td>
 </tr>
@@ -265,7 +277,48 @@
 <table>
 <tr><td>None</td></tr>
 </table>
-<a NAME="VariableItem.__init__" ID="VariableItem.__init__"></a>
+<a NAME="VariableItem.extractId" ID="VariableItem.extractId"></a>
+<h4>VariableItem.extractId (class method)</h4>
+<b>extractId</b>(<i>var</i>)
+<p>
+        Class method to extract the ID string from a variable text.
+</p><dl>
+<dt><i>var</i> (str)</dt>
+<dd>
+variable text
+</dd>
+</dl><dl>
+<dt>Returns:</dt>
+<dd>
+tuple containing the variable text without ID and the ID string
+</dd>
+</dl><dl>
+<dt>Return Type:</dt>
+<dd>
+tuple of two str
+</dd>
+</dl><a NAME="VariableItem.extractIndicators" ID="VariableItem.extractIndicators"></a>
+<h4>VariableItem.extractIndicators (class method)</h4>
+<b>extractIndicators</b>(<i>var</i>)
+<p>
+        Class method to extract the indicator string from a variable text.
+</p><dl>
+<dt><i>var</i> (str)</dt>
+<dd>
+variable text
+</dd>
+</dl><dl>
+<dt>Returns:</dt>
+<dd>
+tuple containing the variable text without indicators and the
+            indicator string
+</dd>
+</dl><dl>
+<dt>Return Type:</dt>
+<dd>
+tuple of two str
+</dd>
+</dl><a NAME="VariableItem.__init__" ID="VariableItem.__init__"></a>
 <h4>VariableItem (Constructor)</h4>
 <b>VariableItem</b>(<i>parent, dvar, dvalue, dtype</i>)
 <p>
@@ -284,6 +337,21 @@
 <dd>
 type string (string)
 </dd>
+</dl><a NAME="VariableItem._buildKey" ID="VariableItem._buildKey"></a>
+<h4>VariableItem._buildKey</h4>
+<b>_buildKey</b>(<i></i>)
+<p>
+        Protected method to build the access key for the variable.
+</p><dl>
+<dt>Returns:</dt>
+<dd>
+access key
+</dd>
+</dl><dl>
+<dt>Return Type:</dt>
+<dd>
+str
+</dd>
 </dl><a NAME="VariableItem.attachDummy" ID="VariableItem.attachDummy"></a>
 <h4>VariableItem.attachDummy</h4>
 <b>attachDummy</b>(<i></i>)
@@ -329,7 +397,22 @@
         Public method to expand the item.
 </p><p>
         Note: This is just a do nothing and should be overwritten.
-</p><a NAME="VariableItem.getValue" ID="VariableItem.getValue"></a>
+</p><a NAME="VariableItem.getId" ID="VariableItem.getId"></a>
+<h4>VariableItem.getId</h4>
+<b>getId</b>(<i></i>)
+<p>
+        Public method to get the ID string.
+</p><dl>
+<dt>Returns:</dt>
+<dd>
+ID string
+</dd>
+</dl><dl>
+<dt>Return Type:</dt>
+<dd>
+str
+</dd>
+</dl><a NAME="VariableItem.getValue" ID="VariableItem.getValue"></a>
 <h4>VariableItem.getValue</h4>
 <b>getValue</b>(<i></i>)
 <p>

eric ide

mercurial