Module implementing the bookmarks manager.
BOOKMARKBAR |
BOOKMARKMENU |
extract_js |
BookmarksManager | Class implementing the bookmarks manager. |
ChangeBookmarkCommand | Class implementing the Insert undo command. |
InsertBookmarksCommand | Class implementing the Insert undo command. |
RemoveBookmarksCommand | Class implementing the Remove undo command. |
None |
Class implementing the bookmarks manager.
None |
BookmarksManager | Constructor |
__convertFromOldBookmarks | Private method to convert the old bookmarks into the new ones. |
addBookmark | Public method to add a bookmark. |
bookmarks | Public method to get a reference to the root bookmark node. |
bookmarksModel | Public method to get a reference to the bookmarks model. |
changeExpanded | Public method to handle a change of the expanded state. |
close | Public method to close the bookmark manager. |
exportBookmarks | Public method to export the bookmarks. |
importBookmarks | Public method to import bookmarks. |
load | Public method to load the bookmarks. |
menu | Public method to get a reference to the bookmarks menu node. |
removeBookmark | Public method to remove a bookmark. |
save | Public method to save the bookmarks. |
setTitle | Public method to set the title of a bookmark. |
setUrl | Public method to set the URL of a bookmark. |
toolbar | Public method to get a reference to the bookmarks toolbar node. |
undoRedoStack | Public method to get a reference to the undo stack. |
Constructor
Private method to convert the old bookmarks into the new ones.
Public method to add a bookmark.
Public method to get a reference to the root bookmark node.
Public method to get a reference to the bookmarks model.
Public method to handle a change of the expanded state.
Public method to close the bookmark manager.
Public method to export the bookmarks.
Public method to import bookmarks.
Public method to load the bookmarks.
Public method to get a reference to the bookmarks menu node.
Public method to remove a bookmark.
Public method to save the bookmarks.
Public method to set the title of a bookmark.
Public method to set the URL of a bookmark.
Public method to get a reference to the bookmarks toolbar node.
Public method to get a reference to the undo stack.
Class implementing the Insert undo command.
None |
ChangeBookmarkCommand | Constructor |
redo | Public slot to perform the redo action. |
undo | Public slot to perform the undo action. |
Constructor
Public slot to perform the redo action.
Public slot to perform the undo action.
Class implementing the Insert undo command.
None |
InsertBookmarksCommand | Constructor |
redo | Public slot to perform the redo action. |
undo | Public slot to perform the undo action. |
Constructor
Public slot to perform the redo action.
Public slot to perform the undo action.
Class implementing the Remove undo command.
None |
RemoveBookmarksCommand | Constructor |
redo | Public slot to perform the redo action. |
undo | Public slot to perform the undo action. |
Constructor
Public slot to perform the redo action.
Public slot to perform the undo action.