Documentation/Source/eric6.UI.BrowserModel.html

changeset 4535
ec12db87e8c0
parent 4183
856ba07de877
child 4538
cbff7269b187
diff -r 6becda664299 -r ec12db87e8c0 Documentation/Source/eric6.UI.BrowserModel.html
--- a/Documentation/Source/eric6.UI.BrowserModel.html	Tue Nov 03 15:24:42 2015 +0100
+++ b/Documentation/Source/eric6.UI.BrowserModel.html	Wed Nov 04 14:41:07 2015 +0100
@@ -48,6 +48,9 @@
 <td><a href="#BrowserFileItem">BrowserFileItem</a></td>
 <td>Class implementing the data structure for browser file items.</td>
 </tr><tr>
+<td><a href="#BrowserGlobalsItem">BrowserGlobalsItem</a></td>
+<td>Class implementing the data structure for browser globals items.</td>
+</tr><tr>
 <td><a href="#BrowserImportItem">BrowserImportItem</a></td>
 <td>Class implementing the data structure for browser imported module and imported names items.</td>
 </tr><tr>
@@ -963,6 +966,54 @@
 </dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr /><hr />
+<a NAME="BrowserGlobalsItem" ID="BrowserGlobalsItem"></a>
+<h2>BrowserGlobalsItem</h2>
+<p>
+    Class implementing the data structure for browser globals items.
+</p>
+<h3>Derived from</h3>
+BrowserClassAttributesItem
+<h3>Class Attributes</h3>
+<table>
+<tr><td>None</td></tr>
+</table>
+<h3>Class Methods</h3>
+<table>
+<tr><td>None</td></tr>
+</table>
+<h3>Methods</h3>
+<table>
+<tr>
+<td><a href="#BrowserGlobalsItem.__init__">BrowserGlobalsItem</a></td>
+<td>Constructor</td>
+</tr>
+</table>
+<h3>Static Methods</h3>
+<table>
+<tr><td>None</td></tr>
+</table>
+<a NAME="BrowserGlobalsItem.__init__" ID="BrowserGlobalsItem.__init__"></a>
+<h4>BrowserGlobalsItem (Constructor)</h4>
+<b>BrowserGlobalsItem</b>(<i>parent, attributes, text, isClass=False</i>)
+<p>
+        Constructor
+</p><dl>
+<dt><i>parent</i></dt>
+<dd>
+parent item
+</dd><dt><i>attributes</i></dt>
+<dd>
+list of attributes
+</dd><dt><i>text</i></dt>
+<dd>
+text to be shown by this item (string)
+</dd><dt><i>isClass</i></dt>
+<dd>
+flag indicating class attributes (boolean)
+</dd>
+</dl>
+<div align="right"><a href="#top">Up</a></div>
+<hr /><hr />
 <a NAME="BrowserImportItem" ID="BrowserImportItem"></a>
 <h2>BrowserImportItem</h2>
 <p>

eric ide

mercurial