Documentation/Source/eric5.Helpviewer.Bookmarks.BookmarksManager.html

changeset 1730
5d7ce61b64aa
parent 1713
56fdde8a2441
child 1733
231e6f05d274
equal deleted inserted replaced
1729:66b9dc45f2bd 1730:5d7ce61b64aa
147 <td>Public method to remove a bookmark.</td> 147 <td>Public method to remove a bookmark.</td>
148 </tr><tr> 148 </tr><tr>
149 <td><a href="#BookmarksManager.save">save</a></td> 149 <td><a href="#BookmarksManager.save">save</a></td>
150 <td>Public method to save the bookmarks.</td> 150 <td>Public method to save the bookmarks.</td>
151 </tr><tr> 151 </tr><tr>
152 <td><a href="#BookmarksManager.setTimestamp">setTimestamp</a></td>
153 <td>Public method to set the URL of a bookmark.</td>
154 </tr><tr>
152 <td><a href="#BookmarksManager.setTitle">setTitle</a></td> 155 <td><a href="#BookmarksManager.setTitle">setTitle</a></td>
153 <td>Public method to set the title of a bookmark.</td> 156 <td>Public method to set the title of a bookmark.</td>
154 </tr><tr> 157 </tr><tr>
155 <td><a href="#BookmarksManager.setUrl">setUrl</a></td> 158 <td><a href="#BookmarksManager.setUrl">setUrl</a></td>
156 <td>Public method to set the URL of a bookmark.</td> 159 <td>Public method to set the URL of a bookmark.</td>
369 </dl><a NAME="BookmarksManager.save" ID="BookmarksManager.save"></a> 372 </dl><a NAME="BookmarksManager.save" ID="BookmarksManager.save"></a>
370 <h4>BookmarksManager.save</h4> 373 <h4>BookmarksManager.save</h4>
371 <b>save</b>(<i></i>) 374 <b>save</b>(<i></i>)
372 <p> 375 <p>
373 Public method to save the bookmarks. 376 Public method to save the bookmarks.
374 </p><a NAME="BookmarksManager.setTitle" ID="BookmarksManager.setTitle"></a> 377 </p><a NAME="BookmarksManager.setTimestamp" ID="BookmarksManager.setTimestamp"></a>
378 <h4>BookmarksManager.setTimestamp</h4>
379 <b>setTimestamp</b>(<i>node, timestampType, timestamp</i>)
380 <p>
381 Public method to set the URL of a bookmark.
382 </p><dl>
383 <dt><i>node</i></dt>
384 <dd>
385 reference to the node to be changed (BookmarkNode)
386 </dd><dt><i>timestampType</i></dt>
387 <dd>
388 type of the timestamp to set (BookmarkNode.TsAdded,
389 BookmarkNode.TsModified, BookmarkNode.TsVisited)
390 </dd><dt><i>timestamp</i></dt>
391 <dd>
392 timestamp to set (QDateTime)
393 </dd>
394 </dl><a NAME="BookmarksManager.setTitle" ID="BookmarksManager.setTitle"></a>
375 <h4>BookmarksManager.setTitle</h4> 395 <h4>BookmarksManager.setTitle</h4>
376 <b>setTitle</b>(<i>node, newTitle</i>) 396 <b>setTitle</b>(<i>node, newTitle</i>)
377 <p> 397 <p>
378 Public method to set the title of a bookmark. 398 Public method to set the title of a bookmark.
379 </p><dl> 399 </p><dl>

eric ide

mercurial