--- a/Documentation/Source/eric5.Helpviewer.Bookmarks.BookmarksManager.html Thu Jan 14 17:27:31 2010 +0000 +++ b/Documentation/Source/eric5.Helpviewer.Bookmarks.BookmarksManager.html Thu Jan 14 18:35:52 2010 +0000 @@ -22,7 +22,7 @@ <body><a NAME="top" ID="top"></a> <h1>eric5.Helpviewer.Bookmarks.BookmarksManager</h1> <p> -Module implementing the bookmarks manager. +Module implementing the bookmarks manager. </p> <h3>Global Attributes</h3> <table> @@ -32,16 +32,16 @@ <table> <tr> <td><a href="#BookmarksManager">BookmarksManager</a></td> -<td>Class implementing the bookmarks manager.</td> +<td>Class implementing the bookmarks manager.</td> </tr><tr> <td><a href="#ChangeBookmarkCommand">ChangeBookmarkCommand</a></td> -<td>Class implementing the Insert undo command.</td> +<td>Class implementing the Insert undo command.</td> </tr><tr> <td><a href="#InsertBookmarksCommand">InsertBookmarksCommand</a></td> -<td>Class implementing the Insert undo command.</td> +<td>Class implementing the Insert undo command.</td> </tr><tr> <td><a href="#RemoveBookmarksCommand">RemoveBookmarksCommand</a></td> -<td>Class implementing the Remove undo command.</td> +<td>Class implementing the Remove undo command.</td> </tr> </table> <h3>Functions</h3> @@ -52,19 +52,19 @@ <a NAME="BookmarksManager" ID="BookmarksManager"></a> <h2>BookmarksManager</h2> <p> - Class implementing the bookmarks manager. + Class implementing the bookmarks manager. </p><h4>Signals</h4> <dl> <dt>entryAdded</dt> <dd> -emitted after a bookmark node has been added +emitted after a bookmark node has been added </dd><dt>entryChanged</dt> <dd> -emitted after a bookmark node has been changed +emitted after a bookmark node has been changed </dd><dt>entryRemoved</dt> <dd> -emitted after a bookmark - node has been removed +emitted after a bookmark + node has been removed </dd> </dl> <h3>Derived from</h3> @@ -77,203 +77,203 @@ <table> <tr> <td><a href="#BookmarksManager.__init__">BookmarksManager</a></td> -<td>Constructor</td> +<td>Constructor</td> </tr><tr> <td><a href="#BookmarksManager.__convertFromOldBookmarks">__convertFromOldBookmarks</a></td> -<td>Private method to convert the old bookmarks into the new ones.</td> +<td>Private method to convert the old bookmarks into the new ones.</td> </tr><tr> <td><a href="#BookmarksManager.addBookmark">addBookmark</a></td> -<td>Public method to add a bookmark.</td> +<td>Public method to add a bookmark.</td> </tr><tr> <td><a href="#BookmarksManager.bookmarks">bookmarks</a></td> -<td>Public method to get a reference to the root bookmark node.</td> +<td>Public method to get a reference to the root bookmark node.</td> </tr><tr> <td><a href="#BookmarksManager.bookmarksModel">bookmarksModel</a></td> -<td>Public method to get a reference to the bookmarks model.</td> +<td>Public method to get a reference to the bookmarks model.</td> </tr><tr> <td><a href="#BookmarksManager.changeExpanded">changeExpanded</a></td> -<td>Public method to handle a change of the expanded state.</td> +<td>Public method to handle a change of the expanded state.</td> </tr><tr> <td><a href="#BookmarksManager.close">close</a></td> -<td>Public method to close the bookmark manager.</td> +<td>Public method to close the bookmark manager.</td> </tr><tr> <td><a href="#BookmarksManager.exportBookmarks">exportBookmarks</a></td> -<td>Public method to export the bookmarks.</td> +<td>Public method to export the bookmarks.</td> </tr><tr> <td><a href="#BookmarksManager.importBookmarks">importBookmarks</a></td> -<td>Public method to import bookmarks.</td> +<td>Public method to import bookmarks.</td> </tr><tr> <td><a href="#BookmarksManager.load">load</a></td> -<td>Public method to load the bookmarks.</td> +<td>Public method to load the bookmarks.</td> </tr><tr> <td><a href="#BookmarksManager.menu">menu</a></td> -<td>Public method to get a reference to the bookmarks menu node.</td> +<td>Public method to get a reference to the bookmarks menu node.</td> </tr><tr> <td><a href="#BookmarksManager.removeBookmark">removeBookmark</a></td> -<td>Public method to remove a bookmark.</td> +<td>Public method to remove a bookmark.</td> </tr><tr> <td><a href="#BookmarksManager.save">save</a></td> -<td>Public method to save the bookmarks.</td> +<td>Public method to save the bookmarks.</td> </tr><tr> <td><a href="#BookmarksManager.setTitle">setTitle</a></td> -<td>Public method to set the title of a bookmark.</td> +<td>Public method to set the title of a bookmark.</td> </tr><tr> <td><a href="#BookmarksManager.setUrl">setUrl</a></td> -<td>Public method to set the URL of a bookmark.</td> +<td>Public method to set the URL of a bookmark.</td> </tr><tr> <td><a href="#BookmarksManager.toolbar">toolbar</a></td> -<td>Public method to get a reference to the bookmarks toolbar node.</td> +<td>Public method to get a reference to the bookmarks toolbar node.</td> </tr><tr> <td><a href="#BookmarksManager.undoRedoStack">undoRedoStack</a></td> -<td>Public method to get a reference to the undo stack.</td> +<td>Public method to get a reference to the undo stack.</td> </tr> </table> <a NAME="BookmarksManager.__init__" ID="BookmarksManager.__init__"></a> <h4>BookmarksManager (Constructor)</h4> <b>BookmarksManager</b>(<i>parent = None</i>) <p> - Constructor + Constructor </p><dl> <dt><i>parent</i></dt> <dd> -reference to the parent object (QObject) +reference to the parent object (QObject) </dd> </dl><a NAME="BookmarksManager.__convertFromOldBookmarks" ID="BookmarksManager.__convertFromOldBookmarks"></a> <h4>BookmarksManager.__convertFromOldBookmarks</h4> <b>__convertFromOldBookmarks</b>(<i></i>) <p> - Private method to convert the old bookmarks into the new ones. + Private method to convert the old bookmarks into the new ones. </p><a NAME="BookmarksManager.addBookmark" ID="BookmarksManager.addBookmark"></a> <h4>BookmarksManager.addBookmark</h4> <b>addBookmark</b>(<i>parent, node, row = -1</i>) <p> - Public method to add a bookmark. + Public method to add a bookmark. </p><dl> <dt><i>parent</i></dt> <dd> -reference to the node to add to (BookmarkNode) +reference to the node to add to (BookmarkNode) </dd><dt><i>node</i></dt> <dd> -reference to the node to add (BookmarkNode) +reference to the node to add (BookmarkNode) </dd><dt><i>row</i></dt> <dd> -row number (integer) +row number (integer) </dd> </dl><a NAME="BookmarksManager.bookmarks" ID="BookmarksManager.bookmarks"></a> <h4>BookmarksManager.bookmarks</h4> <b>bookmarks</b>(<i></i>) <p> - Public method to get a reference to the root bookmark node. + Public method to get a reference to the root bookmark node. </p><dl> <dt>Returns:</dt> <dd> -reference to the root bookmark node (BookmarkNode) +reference to the root bookmark node (BookmarkNode) </dd> </dl><a NAME="BookmarksManager.bookmarksModel" ID="BookmarksManager.bookmarksModel"></a> <h4>BookmarksManager.bookmarksModel</h4> <b>bookmarksModel</b>(<i></i>) <p> - Public method to get a reference to the bookmarks model. + Public method to get a reference to the bookmarks model. </p><dl> <dt>Returns:</dt> <dd> -reference to the bookmarks model (BookmarksModel) +reference to the bookmarks model (BookmarksModel) </dd> </dl><a NAME="BookmarksManager.changeExpanded" ID="BookmarksManager.changeExpanded"></a> <h4>BookmarksManager.changeExpanded</h4> <b>changeExpanded</b>(<i></i>) <p> - Public method to handle a change of the expanded state. + Public method to handle a change of the expanded state. </p><a NAME="BookmarksManager.close" ID="BookmarksManager.close"></a> <h4>BookmarksManager.close</h4> <b>close</b>(<i></i>) <p> - Public method to close the bookmark manager. + Public method to close the bookmark manager. </p><a NAME="BookmarksManager.exportBookmarks" ID="BookmarksManager.exportBookmarks"></a> <h4>BookmarksManager.exportBookmarks</h4> <b>exportBookmarks</b>(<i></i>) <p> - Public method to export the bookmarks. + Public method to export the bookmarks. </p><a NAME="BookmarksManager.importBookmarks" ID="BookmarksManager.importBookmarks"></a> <h4>BookmarksManager.importBookmarks</h4> <b>importBookmarks</b>(<i></i>) <p> - Public method to import bookmarks. + Public method to import bookmarks. </p><a NAME="BookmarksManager.load" ID="BookmarksManager.load"></a> <h4>BookmarksManager.load</h4> <b>load</b>(<i></i>) <p> - Public method to load the bookmarks. + Public method to load the bookmarks. </p><a NAME="BookmarksManager.menu" ID="BookmarksManager.menu"></a> <h4>BookmarksManager.menu</h4> <b>menu</b>(<i></i>) <p> - Public method to get a reference to the bookmarks menu node. + Public method to get a reference to the bookmarks menu node. </p><dl> <dt>Returns:</dt> <dd> -reference to the bookmarks menu node (BookmarkNode) +reference to the bookmarks menu node (BookmarkNode) </dd> </dl><a NAME="BookmarksManager.removeBookmark" ID="BookmarksManager.removeBookmark"></a> <h4>BookmarksManager.removeBookmark</h4> <b>removeBookmark</b>(<i>node</i>) <p> - Public method to remove a bookmark. + Public method to remove a bookmark. </p><dl> <dt><i>node</i></dt> <dd> -reference to the node to be removed (BookmarkNode) +reference to the node to be removed (BookmarkNode) </dd> </dl><a NAME="BookmarksManager.save" ID="BookmarksManager.save"></a> <h4>BookmarksManager.save</h4> <b>save</b>(<i></i>) <p> - Public method to save the bookmarks. + Public method to save the bookmarks. </p><a NAME="BookmarksManager.setTitle" ID="BookmarksManager.setTitle"></a> <h4>BookmarksManager.setTitle</h4> <b>setTitle</b>(<i>node, newTitle</i>) <p> - Public method to set the title of a bookmark. + Public method to set the title of a bookmark. </p><dl> <dt><i>node</i></dt> <dd> -reference to the node to be changed (BookmarkNode) +reference to the node to be changed (BookmarkNode) </dd><dt><i>newTitle</i></dt> <dd> -title to be set (string) +title to be set (string) </dd> </dl><a NAME="BookmarksManager.setUrl" ID="BookmarksManager.setUrl"></a> <h4>BookmarksManager.setUrl</h4> <b>setUrl</b>(<i>node, newUrl</i>) <p> - Public method to set the URL of a bookmark. + Public method to set the URL of a bookmark. </p><dl> <dt><i>node</i></dt> <dd> -reference to the node to be changed (BookmarkNode) +reference to the node to be changed (BookmarkNode) </dd><dt><i>newUrl</i></dt> <dd> -URL to be set (string) +URL to be set (string) </dd> </dl><a NAME="BookmarksManager.toolbar" ID="BookmarksManager.toolbar"></a> <h4>BookmarksManager.toolbar</h4> <b>toolbar</b>(<i></i>) <p> - Public method to get a reference to the bookmarks toolbar node. + Public method to get a reference to the bookmarks toolbar node. </p><dl> <dt>Returns:</dt> <dd> -reference to the bookmarks toolbar node (BookmarkNode) +reference to the bookmarks toolbar node (BookmarkNode) </dd> </dl><a NAME="BookmarksManager.undoRedoStack" ID="BookmarksManager.undoRedoStack"></a> <h4>BookmarksManager.undoRedoStack</h4> <b>undoRedoStack</b>(<i></i>) <p> - Public method to get a reference to the undo stack. + Public method to get a reference to the undo stack. </p><dl> <dt>Returns:</dt> <dd> -reference to the undo stack (QUndoStack) +reference to the undo stack (QUndoStack) </dd> </dl> <div align="right"><a href="#top">Up</a></div> @@ -281,7 +281,7 @@ <a NAME="ChangeBookmarkCommand" ID="ChangeBookmarkCommand"></a> <h2>ChangeBookmarkCommand</h2> <p> - Class implementing the Insert undo command. + Class implementing the Insert undo command. </p> <h3>Derived from</h3> QUndoCommand @@ -293,52 +293,52 @@ <table> <tr> <td><a href="#ChangeBookmarkCommand.__init__">ChangeBookmarkCommand</a></td> -<td>Constructor</td> +<td>Constructor</td> </tr><tr> <td><a href="#ChangeBookmarkCommand.redo">redo</a></td> -<td>Public slot to perform the redo action.</td> +<td>Public slot to perform the redo action.</td> </tr><tr> <td><a href="#ChangeBookmarkCommand.undo">undo</a></td> -<td>Public slot to perform the undo action.</td> +<td>Public slot to perform the undo action.</td> </tr> </table> <a NAME="ChangeBookmarkCommand.__init__" ID="ChangeBookmarkCommand.__init__"></a> <h4>ChangeBookmarkCommand (Constructor)</h4> <b>ChangeBookmarkCommand</b>(<i>bookmarksManager, node, newValue, title</i>) <p> - Constructor + Constructor </p><dl> <dt><i>bookmarksManager</i></dt> <dd> -reference to the bookmarks manager (BookmarksManager) +reference to the bookmarks manager (BookmarksManager) </dd><dt><i>node</i></dt> <dd> -reference to the node to be changed (BookmarkNode) +reference to the node to be changed (BookmarkNode) </dd><dt><i>newValue</i></dt> <dd> -new value to be set (string) +new value to be set (string) </dd><dt><i>title</i></dt> <dd> -flag indicating a change of the title (True) or - the URL (False) (boolean) +flag indicating a change of the title (True) or + the URL (False) (boolean) </dd> </dl><a NAME="ChangeBookmarkCommand.redo" ID="ChangeBookmarkCommand.redo"></a> <h4>ChangeBookmarkCommand.redo</h4> <b>redo</b>(<i></i>) <p> - Public slot to perform the redo action. + Public slot to perform the redo action. </p><a NAME="ChangeBookmarkCommand.undo" ID="ChangeBookmarkCommand.undo"></a> <h4>ChangeBookmarkCommand.undo</h4> <b>undo</b>(<i></i>) <p> - Public slot to perform the undo action. + Public slot to perform the undo action. </p> <div align="right"><a href="#top">Up</a></div> <hr /><hr /> <a NAME="InsertBookmarksCommand" ID="InsertBookmarksCommand"></a> <h2>InsertBookmarksCommand</h2> <p> - Class implementing the Insert undo command. + Class implementing the Insert undo command. </p> <h3>Derived from</h3> RemoveBookmarksCommand @@ -350,51 +350,51 @@ <table> <tr> <td><a href="#InsertBookmarksCommand.__init__">InsertBookmarksCommand</a></td> -<td>Constructor</td> +<td>Constructor</td> </tr><tr> <td><a href="#InsertBookmarksCommand.redo">redo</a></td> -<td>Public slot to perform the redo action.</td> +<td>Public slot to perform the redo action.</td> </tr><tr> <td><a href="#InsertBookmarksCommand.undo">undo</a></td> -<td>Public slot to perform the undo action.</td> +<td>Public slot to perform the undo action.</td> </tr> </table> <a NAME="InsertBookmarksCommand.__init__" ID="InsertBookmarksCommand.__init__"></a> <h4>InsertBookmarksCommand (Constructor)</h4> <b>InsertBookmarksCommand</b>(<i>bookmarksManager, parent, node, row</i>) <p> - Constructor + Constructor </p><dl> <dt><i>bookmarksManager</i></dt> <dd> -reference to the bookmarks manager (BookmarksManager) +reference to the bookmarks manager (BookmarksManager) </dd><dt><i>parent</i></dt> <dd> -reference to the parent node (BookmarkNode) +reference to the parent node (BookmarkNode) </dd><dt><i>node</i></dt> <dd> -reference to the node to be inserted (BookmarkNode) +reference to the node to be inserted (BookmarkNode) </dd><dt><i>row</i></dt> <dd> -row number of bookmark (integer) +row number of bookmark (integer) </dd> </dl><a NAME="InsertBookmarksCommand.redo" ID="InsertBookmarksCommand.redo"></a> <h4>InsertBookmarksCommand.redo</h4> <b>redo</b>(<i></i>) <p> - Public slot to perform the redo action. + Public slot to perform the redo action. </p><a NAME="InsertBookmarksCommand.undo" ID="InsertBookmarksCommand.undo"></a> <h4>InsertBookmarksCommand.undo</h4> <b>undo</b>(<i></i>) <p> - Public slot to perform the undo action. + Public slot to perform the undo action. </p> <div align="right"><a href="#top">Up</a></div> <hr /><hr /> <a NAME="RemoveBookmarksCommand" ID="RemoveBookmarksCommand"></a> <h2>RemoveBookmarksCommand</h2> <p> - Class implementing the Remove undo command. + Class implementing the Remove undo command. </p> <h3>Derived from</h3> QUndoCommand @@ -406,41 +406,41 @@ <table> <tr> <td><a href="#RemoveBookmarksCommand.__init__">RemoveBookmarksCommand</a></td> -<td>Constructor</td> +<td>Constructor</td> </tr><tr> <td><a href="#RemoveBookmarksCommand.redo">redo</a></td> -<td>Public slot to perform the redo action.</td> +<td>Public slot to perform the redo action.</td> </tr><tr> <td><a href="#RemoveBookmarksCommand.undo">undo</a></td> -<td>Public slot to perform the undo action.</td> +<td>Public slot to perform the undo action.</td> </tr> </table> <a NAME="RemoveBookmarksCommand.__init__" ID="RemoveBookmarksCommand.__init__"></a> <h4>RemoveBookmarksCommand (Constructor)</h4> <b>RemoveBookmarksCommand</b>(<i>bookmarksManager, parent, row</i>) <p> - Constructor + Constructor </p><dl> <dt><i>bookmarksManager</i></dt> <dd> -reference to the bookmarks manager (BookmarksManager) +reference to the bookmarks manager (BookmarksManager) </dd><dt><i>parent</i></dt> <dd> -reference to the parent node (BookmarkNode) +reference to the parent node (BookmarkNode) </dd><dt><i>row</i></dt> <dd> -row number of bookmark (integer) +row number of bookmark (integer) </dd> </dl><a NAME="RemoveBookmarksCommand.redo" ID="RemoveBookmarksCommand.redo"></a> <h4>RemoveBookmarksCommand.redo</h4> <b>redo</b>(<i></i>) <p> - Public slot to perform the redo action. + Public slot to perform the redo action. </p><a NAME="RemoveBookmarksCommand.undo" ID="RemoveBookmarksCommand.undo"></a> <h4>RemoveBookmarksCommand.undo</h4> <b>undo</b>(<i></i>) <p> - Public slot to perform the undo action. + Public slot to perform the undo action. </p> <div align="right"><a href="#top">Up</a></div> <hr />