diff -r 81326a94fdca -r 37f0444c3479 Documentation/Source/eric5.Helpviewer.Bookmarks.BookmarkNode.html --- a/Documentation/Source/eric5.Helpviewer.Bookmarks.BookmarkNode.html Thu Jan 14 17:27:31 2010 +0000 +++ b/Documentation/Source/eric5.Helpviewer.Bookmarks.BookmarkNode.html Thu Jan 14 18:35:52 2010 +0000 @@ -22,7 +22,7 @@ <body><a NAME="top" ID="top"></a> <h1>eric5.Helpviewer.Bookmarks.BookmarkNode</h1> <p> -Module implementing the bookmark node. +Module implementing the bookmark node. </p> <h3>Global Attributes</h3> <table> @@ -32,7 +32,7 @@ <table> <tr> <td><a href="#BookmarkNode">BookmarkNode</a></td> -<td>Class implementing the bookmark node type.</td> +<td>Class implementing the bookmark node type.</td> </tr> </table> <h3>Functions</h3> @@ -43,7 +43,7 @@ <a NAME="BookmarkNode" ID="BookmarkNode"></a> <h2>BookmarkNode</h2> <p> - Class implementing the bookmark node type. + Class implementing the bookmark node type. </p> <h3>Derived from</h3> object @@ -55,102 +55,102 @@ <table> <tr> <td><a href="#BookmarkNode.__init__">BookmarkNode</a></td> -<td>Constructor</td> +<td>Constructor</td> </tr><tr> <td><a href="#BookmarkNode.add">add</a></td> -<td>Public method to add/insert a child node.</td> +<td>Public method to add/insert a child node.</td> </tr><tr> <td><a href="#BookmarkNode.children">children</a></td> -<td>Public method to get the list of child nodes.</td> +<td>Public method to get the list of child nodes.</td> </tr><tr> <td><a href="#BookmarkNode.parent">parent</a></td> -<td>Public method to get a reference to the parent node.</td> +<td>Public method to get a reference to the parent node.</td> </tr><tr> <td><a href="#BookmarkNode.remove">remove</a></td> -<td>Public method to remove a child node.</td> +<td>Public method to remove a child node.</td> </tr><tr> <td><a href="#BookmarkNode.setType">setType</a></td> -<td>Public method to set the bookmark's type.</td> +<td>Public method to set the bookmark's type.</td> </tr><tr> <td><a href="#BookmarkNode.type">type</a></td> -<td>Public method to get the bookmark's type.</td> +<td>Public method to get the bookmark's type.</td> </tr> </table> <a NAME="BookmarkNode.__init__" ID="BookmarkNode.__init__"></a> <h4>BookmarkNode (Constructor)</h4> <b>BookmarkNode</b>(<i>type_ = Root, parent = None</i>) <p> - Constructor + Constructor </p><dl> <dt><i>type_</i></dt> <dd> -type of the bookmark node (BookmarkNode.Type) +type of the bookmark node (BookmarkNode.Type) </dd><dt><i>parent</i></dt> <dd> -reference to the parent node (BookmarkNode) +reference to the parent node (BookmarkNode) </dd> </dl><a NAME="BookmarkNode.add" ID="BookmarkNode.add"></a> <h4>BookmarkNode.add</h4> <b>add</b>(<i>child, offset = -1</i>) <p> - Public method to add/insert a child node. + Public method to add/insert a child node. </p><dl> <dt><i>child</i></dt> <dd> -reference to the node to add (BookmarkNode) +reference to the node to add (BookmarkNode) </dd><dt><i>offset</i></dt> <dd> -position where to insert child (integer, -1 = append) +position where to insert child (integer, -1 = append) </dd> </dl><a NAME="BookmarkNode.children" ID="BookmarkNode.children"></a> <h4>BookmarkNode.children</h4> <b>children</b>(<i></i>) <p> - Public method to get the list of child nodes. + Public method to get the list of child nodes. </p><dl> <dt>Returns:</dt> <dd> -list of all child nodes (list of BookmarkNode) +list of all child nodes (list of BookmarkNode) </dd> </dl><a NAME="BookmarkNode.parent" ID="BookmarkNode.parent"></a> <h4>BookmarkNode.parent</h4> <b>parent</b>(<i></i>) <p> - Public method to get a reference to the parent node. + Public method to get a reference to the parent node. </p><dl> <dt>Returns:</dt> <dd> -reference to the parent node (BookmarkNode) +reference to the parent node (BookmarkNode) </dd> </dl><a NAME="BookmarkNode.remove" ID="BookmarkNode.remove"></a> <h4>BookmarkNode.remove</h4> <b>remove</b>(<i>child</i>) <p> - Public method to remove a child node. + Public method to remove a child node. </p><dl> <dt><i>child</i></dt> <dd> -reference to the child node (BookmarkNode) +reference to the child node (BookmarkNode) </dd> </dl><a NAME="BookmarkNode.setType" ID="BookmarkNode.setType"></a> <h4>BookmarkNode.setType</h4> <b>setType</b>(<i>type_</i>) <p> - Public method to set the bookmark's type. + Public method to set the bookmark's type. </p><dl> <dt><i>type_</i></dt> <dd> -type of the bookmark node (BookmarkNode.Type) +type of the bookmark node (BookmarkNode.Type) </dd> </dl><a NAME="BookmarkNode.type" ID="BookmarkNode.type"></a> <h4>BookmarkNode.type</h4> <b>type</b>(<i></i>) <p> - Public method to get the bookmark's type. + Public method to get the bookmark's type. </p><dl> <dt>Returns:</dt> <dd> -bookmark type (BookmarkNode.Type) +bookmark type (BookmarkNode.Type) </dd> </dl> <div align="right"><a href="#top">Up</a></div>